@tarsis/toolkit 0.7.2 → 0.7.3
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/package.json +17 -12
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarsis/toolkit",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -94,9 +94,12 @@
|
|
|
94
94
|
"dev": "storybook dev -p 6006",
|
|
95
95
|
"start": "yarn dev",
|
|
96
96
|
"test": "vitest run",
|
|
97
|
+
"test:node": "vitest run --project node",
|
|
98
|
+
"test:dom": "vitest run --project dom",
|
|
97
99
|
"test:watch": "vitest",
|
|
98
100
|
"test:ui": "vitest --ui",
|
|
99
101
|
"test:coverage": "vitest run --coverage",
|
|
102
|
+
"test:visual": "npx --yes chromatic --build-script-name build:storybook --exit-zero-on-changes",
|
|
100
103
|
"build:storybook": "storybook build",
|
|
101
104
|
"build": "yarn docs && tsc && vite build",
|
|
102
105
|
"package:smoke": "yarn build && node scripts/package-smoke.mjs",
|
|
@@ -105,6 +108,8 @@
|
|
|
105
108
|
"audit:alpha": "node scripts/audit-alpha.mjs",
|
|
106
109
|
"check:design-tokens": "node scripts/check-design-tokens.mjs",
|
|
107
110
|
"check:tokens": "yarn check:design-tokens",
|
|
111
|
+
"jscpd": "npx --yes jscpd src scripts .storybook --config .jscpd.json",
|
|
112
|
+
"knip": "npx --yes knip",
|
|
108
113
|
"lint": "eslint src --max-warnings=0 && yarn check:design-tokens",
|
|
109
114
|
"format": "prettier . --write --ignore-unknown",
|
|
110
115
|
"changeset": "changeset",
|
|
@@ -140,15 +145,15 @@
|
|
|
140
145
|
"@changesets/changelog-github": "0.6.0",
|
|
141
146
|
"@changesets/cli": "2.30.0",
|
|
142
147
|
"@chromatic-com/storybook": "5.1.1",
|
|
143
|
-
"@eslint/compat": "2.0.
|
|
148
|
+
"@eslint/compat": "2.0.4",
|
|
144
149
|
"@eslint/eslintrc": "3.3.5",
|
|
145
150
|
"@eslint/js": "10.0.1",
|
|
146
151
|
"@faker-js/faker": "10.4.0",
|
|
147
|
-
"@storybook/addon-a11y": "10.3.
|
|
148
|
-
"@storybook/addon-docs": "10.3.
|
|
149
|
-
"@storybook/addon-links": "10.3.
|
|
150
|
-
"@storybook/addon-onboarding": "10.3.
|
|
151
|
-
"@storybook/react-vite": "10.3.
|
|
152
|
+
"@storybook/addon-a11y": "10.3.4",
|
|
153
|
+
"@storybook/addon-docs": "10.3.4",
|
|
154
|
+
"@storybook/addon-links": "10.3.4",
|
|
155
|
+
"@storybook/addon-onboarding": "10.3.4",
|
|
156
|
+
"@storybook/react-vite": "10.3.4",
|
|
152
157
|
"@testing-library/dom": "10.4.1",
|
|
153
158
|
"@testing-library/jest-dom": "6.9.1",
|
|
154
159
|
"@testing-library/react": "16.3.2",
|
|
@@ -167,7 +172,7 @@
|
|
|
167
172
|
"@vitest/ui": "3.2.4",
|
|
168
173
|
"autoprefixer": "10.4.27",
|
|
169
174
|
"dat.gui": "0.7.9",
|
|
170
|
-
"eslint": "10.
|
|
175
|
+
"eslint": "10.2.0",
|
|
171
176
|
"eslint-plugin-import": "2.32.0",
|
|
172
177
|
"eslint-plugin-jest-dom": "5.5.0",
|
|
173
178
|
"eslint-plugin-react": "7.37.5",
|
|
@@ -184,12 +189,12 @@
|
|
|
184
189
|
"react": "19.2.4",
|
|
185
190
|
"react-dom": "19.2.4",
|
|
186
191
|
"sass": "1.98.0",
|
|
187
|
-
"storybook": "10.3.
|
|
192
|
+
"storybook": "10.3.4",
|
|
188
193
|
"tsx": "4.21.0",
|
|
189
|
-
"typescript": "
|
|
190
|
-
"vite": "8.0.
|
|
194
|
+
"typescript": "6.0.2",
|
|
195
|
+
"vite": "8.0.5",
|
|
191
196
|
"vite-plugin-dts": "4.5.4",
|
|
192
|
-
"vite-plugin-static-copy": "4.0.
|
|
197
|
+
"vite-plugin-static-copy": "4.0.1",
|
|
193
198
|
"vitest": "3.2.4",
|
|
194
199
|
"vitest-axe": "1.0.0-pre.5"
|
|
195
200
|
},
|