@unimelb/pattern-lib-vue 17.0.0-alpha.3 → 17.0.0
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/.out/vue.js +4719 -4270
- package/package.json +11 -7
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unimelb/pattern-lib-vue",
|
|
3
3
|
"description": "A complete design system for the University of Melbourne.",
|
|
4
|
-
"version": "17.0.0
|
|
4
|
+
"version": "17.0.0",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/unimelb/pattern-lib.git"
|
|
@@ -13,6 +13,9 @@
|
|
|
13
13
|
"yarn": "*"
|
|
14
14
|
},
|
|
15
15
|
"type": "module",
|
|
16
|
+
"imports": {
|
|
17
|
+
"#storybook-build-e2e-manifest": "./_site-docker/index.json"
|
|
18
|
+
},
|
|
16
19
|
"main": ".out/vue.js",
|
|
17
20
|
"files": [
|
|
18
21
|
".out/vue.js"
|
|
@@ -80,9 +83,9 @@
|
|
|
80
83
|
"@eslint/compat": "^2.0.2",
|
|
81
84
|
"@eslint/js": "^10.0.1",
|
|
82
85
|
"@playwright/test": "1.54.0",
|
|
83
|
-
"@storybook/addon-a11y": "^10.
|
|
84
|
-
"@storybook/addon-docs": "^10.
|
|
85
|
-
"@storybook/vue3-vite": "^10.
|
|
86
|
+
"@storybook/addon-a11y": "^10.3.3",
|
|
87
|
+
"@storybook/addon-docs": "^10.3.3",
|
|
88
|
+
"@storybook/vue3-vite": "^10.3.3",
|
|
86
89
|
"@testing-library/dom": "^10.4.1",
|
|
87
90
|
"@types/react": "^19.2.14",
|
|
88
91
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
@@ -94,7 +97,7 @@
|
|
|
94
97
|
"eslint-config-prettier": "^10.1.8",
|
|
95
98
|
"eslint-plugin-import": "^2.32.0",
|
|
96
99
|
"eslint-plugin-prettier": "^5.5.5",
|
|
97
|
-
"eslint-plugin-storybook": "^10.
|
|
100
|
+
"eslint-plugin-storybook": "^10.3.3",
|
|
98
101
|
"eslint-plugin-vue": "^10.7.0",
|
|
99
102
|
"globals": "^17.3.0",
|
|
100
103
|
"http-server": "14.1.1",
|
|
@@ -119,7 +122,8 @@
|
|
|
119
122
|
"react": "^19.2.4",
|
|
120
123
|
"react-dom": "^19.2.4",
|
|
121
124
|
"rimraf": "^6.1.3",
|
|
122
|
-
"storybook": "^10.
|
|
125
|
+
"storybook": "^10.3.3",
|
|
126
|
+
"storybook-addon-pseudo-states": "^10.3.3",
|
|
123
127
|
"stylelint": "14.16.1",
|
|
124
128
|
"stylelint-config-prettier": "9.0.5",
|
|
125
129
|
"stylelint-config-property-sort-order-smacss": "9.1.0",
|
|
@@ -127,7 +131,7 @@
|
|
|
127
131
|
"stylelint-config-standard": "29.0.0",
|
|
128
132
|
"stylelint-order": "5.0.0",
|
|
129
133
|
"typescript": "^5.9.3",
|
|
130
|
-
"vite": "^7.3.
|
|
134
|
+
"vite": "^7.3.2",
|
|
131
135
|
"vite-plugin-svg-icons": "^2.0.1",
|
|
132
136
|
"vitest": "^4.0.18",
|
|
133
137
|
"vitest-axe": "^0.1.0",
|