@westpac/ui 0.55.0 → 0.55.2
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 +12 -0
- package/dist/component-type.json +1 -1
- package/package.json +18 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@westpac/ui",
|
|
3
|
-
"version": "0.55.
|
|
3
|
+
"version": "0.55.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
@@ -205,18 +205,19 @@
|
|
|
205
205
|
"!**/*.{test,spec,stories}.{ts,tsx,js,jsx}"
|
|
206
206
|
],
|
|
207
207
|
"devDependencies": {
|
|
208
|
-
"@chromatic-com/storybook": "^4.
|
|
208
|
+
"@chromatic-com/storybook": "^4.1.3",
|
|
209
209
|
"@eslint/eslintrc": "~3.3.1",
|
|
210
210
|
"@eslint/js": "~9.30.0",
|
|
211
211
|
"@react-types/accordion": "3.0.0-alpha.14",
|
|
212
212
|
"@react-types/combobox": "~3.13.6",
|
|
213
213
|
"@react-types/shared": "~3.30.0",
|
|
214
214
|
"@react-types/tabs": "~3.3.16",
|
|
215
|
-
"@storybook/addon-a11y": "
|
|
216
|
-
"@storybook/addon-docs": "
|
|
217
|
-
"@storybook/addon-links": "
|
|
218
|
-
"@storybook/addon-
|
|
219
|
-
"@storybook/
|
|
215
|
+
"@storybook/addon-a11y": "10.1.4",
|
|
216
|
+
"@storybook/addon-docs": "10.1.4",
|
|
217
|
+
"@storybook/addon-links": "10.1.4",
|
|
218
|
+
"@storybook/addon-mcp": "~0.1.6",
|
|
219
|
+
"@storybook/addon-themes": "~10.1.4",
|
|
220
|
+
"@storybook/react-vite": "10.1.4",
|
|
220
221
|
"@swc/cli": "^0.1.62",
|
|
221
222
|
"@swc/core": "^1.3.35",
|
|
222
223
|
"@testing-library/jest-dom": "^5.16.5",
|
|
@@ -235,8 +236,8 @@
|
|
|
235
236
|
"cross-env": "~7.0.3",
|
|
236
237
|
"csstype": "~3.1.3",
|
|
237
238
|
"eslint": "^9.32.0",
|
|
238
|
-
"eslint-plugin-storybook": "~
|
|
239
|
-
"glob": "~10.
|
|
239
|
+
"eslint-plugin-storybook": "~10.1.4",
|
|
240
|
+
"glob": "~10.5.0",
|
|
240
241
|
"jsdom": "^22.1.0",
|
|
241
242
|
"plop": "~3.1.2",
|
|
242
243
|
"postcss": "~8.4.31",
|
|
@@ -247,17 +248,17 @@
|
|
|
247
248
|
"react-docgen-typescript": "~2.2.2",
|
|
248
249
|
"react-dom": "^18.2.0",
|
|
249
250
|
"shx": "^0.3.4",
|
|
250
|
-
"storybook": "
|
|
251
|
+
"storybook": "10.1.4",
|
|
251
252
|
"tailwind-variants": "~0.2.1",
|
|
252
253
|
"tailwindcss": "~3.4.15",
|
|
253
254
|
"tailwindcss-themer": "~3.1.0",
|
|
254
255
|
"ts-node": "~10.9.1",
|
|
255
256
|
"typescript": "^5.5.4",
|
|
256
|
-
"vite": "^7.0.
|
|
257
|
+
"vite": "^7.0.8",
|
|
257
258
|
"vitest": "^3.2.4",
|
|
258
259
|
"@westpac/eslint-config": "~1.0.1",
|
|
259
|
-
"@westpac/
|
|
260
|
-
"@westpac/
|
|
260
|
+
"@westpac/test-config": "~0.0.0",
|
|
261
|
+
"@westpac/ts-config": "~0.0.0"
|
|
261
262
|
},
|
|
262
263
|
"dependencies": {
|
|
263
264
|
"@duetds/date-picker": "~1.4.0",
|
|
@@ -285,6 +286,10 @@
|
|
|
285
286
|
"tailwindcss": "~3.4.15",
|
|
286
287
|
"tailwindcss-themer": "~3.1.0"
|
|
287
288
|
},
|
|
289
|
+
"repository": {
|
|
290
|
+
"type": "git",
|
|
291
|
+
"url": "git+https://github.com/WestpacGEL/GEL-next.git"
|
|
292
|
+
},
|
|
288
293
|
"scripts": {
|
|
289
294
|
"dev": "pnpm build:watch",
|
|
290
295
|
"clean": "shx rm -rf dist",
|