@servicetitan/anvil2-ext-atlas 2.2.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +7 -0
- package/package.json +5 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @servicetitan/anvil2-ext-atlas
|
|
2
2
|
|
|
3
|
+
## 2.2.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`e8a385d`](https://github.com/servicetitan/hammer/commit/e8a385dffeb21f6954787b08eead3e46a1e0a686), [`ca16764`](https://github.com/servicetitan/hammer/commit/ca1676472f3ea75b1269192c506588a75886715a), [`9752e52`](https://github.com/servicetitan/hammer/commit/9752e523a4c11f7f3a14ff0df510a643a248a2d4), [`9752e52`](https://github.com/servicetitan/hammer/commit/9752e523a4c11f7f3a14ff0df510a643a248a2d4), [`6c75215`](https://github.com/servicetitan/hammer/commit/6c75215a3c4b9277d1e982367e7eebd5ac26cb48), [`e9de657`](https://github.com/servicetitan/hammer/commit/e9de657bff36a0b217ff98f01a822a3f35050826), [`ca16764`](https://github.com/servicetitan/hammer/commit/ca1676472f3ea75b1269192c506588a75886715a), [`6c75215`](https://github.com/servicetitan/hammer/commit/6c75215a3c4b9277d1e982367e7eebd5ac26cb48)]:
|
|
8
|
+
- @servicetitan/anvil2@3.0.8
|
|
9
|
+
|
|
3
10
|
## 2.2.0
|
|
4
11
|
|
|
5
12
|
### Minor Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@servicetitan/anvil2-ext-atlas",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./dist/src/index.d.ts",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"remark-gfm": "^4.0.1",
|
|
34
34
|
"tabbable": "^6.2.0",
|
|
35
35
|
"tinycolor2": "^1.6.0",
|
|
36
|
-
"uuid": "^
|
|
36
|
+
"uuid": "^14.0.0"
|
|
37
37
|
},
|
|
38
38
|
"peerDependencies": {
|
|
39
39
|
"@servicetitan/tokens": "^12.9.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"mobx-react": "^9.2.0",
|
|
44
44
|
"react": "^18 || ^19",
|
|
45
45
|
"react-dom": "^18 || ^19",
|
|
46
|
-
"@servicetitan/anvil2": "3.0.
|
|
46
|
+
"@servicetitan/anvil2": "3.0.8"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@chromatic-com/storybook": "^5.1.2",
|
|
@@ -64,8 +64,6 @@
|
|
|
64
64
|
"@types/testing-library__jest-dom": "^5.14.9",
|
|
65
65
|
"@types/tinycolor2": "^1.4.6",
|
|
66
66
|
"@types/uuid": "^10.0.0",
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "^8.59.0",
|
|
68
|
-
"@typescript-eslint/parser": "^8.59.0",
|
|
69
67
|
"@vitest/browser": "^3.2.4",
|
|
70
68
|
"@vitest/coverage-v8": "^3.0.8",
|
|
71
69
|
"chromatic": "^11.20.2",
|
|
@@ -89,14 +87,14 @@
|
|
|
89
87
|
"vite": "6.4.2",
|
|
90
88
|
"vitest": "^3.2.4",
|
|
91
89
|
"vitest-axe": "^0.1.0",
|
|
92
|
-
"@servicetitan/anvil2": "3.0.
|
|
90
|
+
"@servicetitan/anvil2": "3.0.8"
|
|
93
91
|
},
|
|
94
92
|
"scripts": {
|
|
95
93
|
"dev": "vite",
|
|
96
94
|
"build": "vite build",
|
|
97
95
|
"build-storybook": "storybook build --stats-json",
|
|
98
96
|
"clean": "rimraf dist node_modules/.cache",
|
|
99
|
-
"lint": "
|
|
97
|
+
"lint": "oxlint . -c ../../.oxlintrc.json",
|
|
100
98
|
"nuke": "pnpm clean && rimraf node_modules",
|
|
101
99
|
"preview": "vite preview",
|
|
102
100
|
"storybook": "storybook dev -p 8007",
|