@unimelb/pattern-lib-vue 16.0.0-alpha.1 → 16.0.0-alpha.13
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 +1 -1
- package/package.json +6 -12
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": "16.0.0-alpha.
|
|
4
|
+
"version": "16.0.0-alpha.13",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/unimelb/pattern-lib.git"
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"author": "The University of Melbourne",
|
|
10
10
|
"license": "UNLICENSED",
|
|
11
11
|
"engines": {
|
|
12
|
-
"node": "
|
|
12
|
+
"node": "22.3.0",
|
|
13
13
|
"yarn": "*"
|
|
14
14
|
},
|
|
15
15
|
"main": ".out/vue.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"build:vue": "cross-env NODE_ENV=production webpack --config targets/vue/webpack.config.js",
|
|
27
27
|
"clean:snapshots": "rimraf snapshots/__tests__/__image_snapshots__/__diff_output__",
|
|
28
28
|
"dev": "storybook dev -p 7002",
|
|
29
|
-
"dev:public": "
|
|
29
|
+
"dev:public": "storybook dev -p 7002 -h 0.0.0.0",
|
|
30
30
|
"start:lib": "webpack-dev-server --port 7003 --config targets/lib/webpack.config.js",
|
|
31
31
|
"docker": "docker compose --profile dev up --abort-on-container-exit --remove-orphans",
|
|
32
32
|
"docker:build": "cross-env MODE=build docker compose run --rm storybook",
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@fontsource-variable/fraunces": "^5.0.21",
|
|
47
47
|
"@fontsource/source-sans-pro": "^5.0.8",
|
|
48
|
+
"@splidejs/vue-splide": "^0.6.12",
|
|
48
49
|
"@storybook/channels": "^8.1.11",
|
|
49
50
|
"@storybook/global": "^5.0.0",
|
|
50
51
|
"@storybook/preview-api": "^8.1.11",
|
|
51
52
|
"@storybook/test": "^8.1.11",
|
|
52
|
-
"@vue/compat": "^3.4.35",
|
|
53
53
|
"@vue/vue3-jest": "^29.2.6",
|
|
54
54
|
"babel-polyfill": "^6.26.0",
|
|
55
55
|
"change-case": "^3.1.0",
|
|
@@ -66,8 +66,6 @@
|
|
|
66
66
|
"throttle-debounce": "^2.1.0",
|
|
67
67
|
"uuid": "^3.4.0",
|
|
68
68
|
"v-scroll-lock": "^1.3.1",
|
|
69
|
-
"vue": "^3.4.35",
|
|
70
|
-
"vue-concise-slider": "^3.4.2",
|
|
71
69
|
"vue-focus-lock": "1.4.0",
|
|
72
70
|
"vue-progressive-image": "3.2.0",
|
|
73
71
|
"xss": "^1.0.15"
|
|
@@ -92,6 +90,7 @@
|
|
|
92
90
|
"@types/jest": "^25.2.3",
|
|
93
91
|
"@vue/babel-helper-vue-jsx-merge-props": "^1.4.0",
|
|
94
92
|
"@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
|
|
93
|
+
"@vue/compat": "^3.4.35",
|
|
95
94
|
"@vue/compiler-sfc": "^3.4.31",
|
|
96
95
|
"@vue/test-utils": "^2.4.0-alpha.2",
|
|
97
96
|
"babel-core": "^6.26.3",
|
|
@@ -165,12 +164,12 @@
|
|
|
165
164
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
166
165
|
"stylelint-config-standard": "^29.0.0",
|
|
167
166
|
"stylelint-order": "^5.0.0",
|
|
168
|
-
"svg-fill-loader": "^0.0.8",
|
|
169
167
|
"svg-sprite-loader": "^6.0.11",
|
|
170
168
|
"svg-url-loader": "^7.1.1",
|
|
171
169
|
"svgo": "^3.3.2",
|
|
172
170
|
"svgo-loader": "^4.0.0",
|
|
173
171
|
"terser-webpack-plugin": "^5.3.10",
|
|
172
|
+
"vue": "^3.4.35",
|
|
174
173
|
"vue-axe": "^1.0.7",
|
|
175
174
|
"vue-html-loader": "^1.2.4",
|
|
176
175
|
"vue-loader": "^17.4.2",
|
|
@@ -228,10 +227,5 @@
|
|
|
228
227
|
"hooks": {
|
|
229
228
|
"pre-commit": "cross-env lint-staged"
|
|
230
229
|
}
|
|
231
|
-
},
|
|
232
|
-
"eslintConfig": {
|
|
233
|
-
"extends": [
|
|
234
|
-
"plugin:storybook/recommended"
|
|
235
|
-
]
|
|
236
230
|
}
|
|
237
231
|
}
|