@westpac/ui 0.55.1 → 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 +6 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
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",
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"@storybook/addon-a11y": "10.1.4",
|
|
216
216
|
"@storybook/addon-docs": "10.1.4",
|
|
217
217
|
"@storybook/addon-links": "10.1.4",
|
|
218
|
-
"@storybook/addon-mcp": "~0.1.
|
|
218
|
+
"@storybook/addon-mcp": "~0.1.6",
|
|
219
219
|
"@storybook/addon-themes": "~10.1.4",
|
|
220
220
|
"@storybook/react-vite": "10.1.4",
|
|
221
221
|
"@swc/cli": "^0.1.62",
|
|
@@ -256,8 +256,8 @@
|
|
|
256
256
|
"typescript": "^5.5.4",
|
|
257
257
|
"vite": "^7.0.8",
|
|
258
258
|
"vitest": "^3.2.4",
|
|
259
|
-
"@westpac/test-config": "~0.0.0",
|
|
260
259
|
"@westpac/eslint-config": "~1.0.1",
|
|
260
|
+
"@westpac/test-config": "~0.0.0",
|
|
261
261
|
"@westpac/ts-config": "~0.0.0"
|
|
262
262
|
},
|
|
263
263
|
"dependencies": {
|