@unimelb/pattern-lib-vue 16.0.0-alpha.2 → 16.0.0-alpha.21
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 +17 -19
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.21",
|
|
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,8 +26,8 @@
|
|
|
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": "
|
|
30
|
-
"start:lib": "webpack-dev-server --port
|
|
29
|
+
"dev:public": "storybook dev -p 7002 -h 0.0.0.0",
|
|
30
|
+
"start:lib": "webpack-dev-server --port 8003 --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",
|
|
33
33
|
"lint": "run-s lint:js lint:css",
|
|
@@ -45,12 +45,8 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@fontsource-variable/fraunces": "^5.0.21",
|
|
47
47
|
"@fontsource/source-sans-pro": "^5.0.8",
|
|
48
|
-
"@
|
|
49
|
-
"@
|
|
50
|
-
"@storybook/preview-api": "^8.1.11",
|
|
51
|
-
"@storybook/test": "^8.1.11",
|
|
52
|
-
"@vue/compat": "^3.4.35",
|
|
53
|
-
"@vue/vue3-jest": "^29.2.6",
|
|
48
|
+
"@splidejs/vue-splide": "^0.6.12",
|
|
49
|
+
"@vue/compat": "^3.5.4",
|
|
54
50
|
"babel-polyfill": "^6.26.0",
|
|
55
51
|
"change-case": "^3.1.0",
|
|
56
52
|
"core-js": "3",
|
|
@@ -66,8 +62,7 @@
|
|
|
66
62
|
"throttle-debounce": "^2.1.0",
|
|
67
63
|
"uuid": "^3.4.0",
|
|
68
64
|
"v-scroll-lock": "^1.3.1",
|
|
69
|
-
"vue": "^3.4
|
|
70
|
-
"vue-concise-slider": "^3.4.2",
|
|
65
|
+
"vue": "^3.5.4",
|
|
71
66
|
"vue-focus-lock": "1.4.0",
|
|
72
67
|
"vue-progressive-image": "3.2.0",
|
|
73
68
|
"xss": "^1.0.15"
|
|
@@ -86,7 +81,13 @@
|
|
|
86
81
|
"@storybook/addon-postcss": "^2.0.0",
|
|
87
82
|
"@storybook/addon-webpack5-compiler-swc": "^1.0.4",
|
|
88
83
|
"@storybook/addons": "^3.4.8",
|
|
84
|
+
"@storybook/api": "^7.6.17",
|
|
89
85
|
"@storybook/blocks": "^8.1.11",
|
|
86
|
+
"@storybook/channels": "^8.1.11",
|
|
87
|
+
"@storybook/global": "^5.0.0",
|
|
88
|
+
"@storybook/manager-api": "^8.3.1",
|
|
89
|
+
"@storybook/preview-api": "^8.1.11",
|
|
90
|
+
"@storybook/test": "^8.1.11",
|
|
90
91
|
"@storybook/vue3": "^8.1.11",
|
|
91
92
|
"@storybook/vue3-webpack5": "^8.1.11",
|
|
92
93
|
"@types/jest": "^25.2.3",
|
|
@@ -94,6 +95,7 @@
|
|
|
94
95
|
"@vue/babel-plugin-transform-vue-jsx": "^1.4.0",
|
|
95
96
|
"@vue/compiler-sfc": "^3.4.31",
|
|
96
97
|
"@vue/test-utils": "^2.4.0-alpha.2",
|
|
98
|
+
"@vue/vue3-jest": "^29.2.6",
|
|
97
99
|
"babel-core": "^6.26.3",
|
|
98
100
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
99
101
|
"babel-jest": "29.x",
|
|
@@ -109,6 +111,7 @@
|
|
|
109
111
|
"css-loader": "^7.1.2",
|
|
110
112
|
"css-mqpacker": "^7.0.0",
|
|
111
113
|
"cssnano": "^4.1.10",
|
|
114
|
+
"cssnano-preset-lite": "^1.0.1",
|
|
112
115
|
"dotenv": "^6.0.0",
|
|
113
116
|
"eslint": "^7.32.0",
|
|
114
117
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
@@ -119,6 +122,7 @@
|
|
|
119
122
|
"eslint-plugin-vue": "^9.20.1",
|
|
120
123
|
"eslint-plugin-you-dont-need-lodash-underscore": "^6.14.0",
|
|
121
124
|
"file-loader": "^6.2.0",
|
|
125
|
+
"highlight.js": "^11.10.0",
|
|
122
126
|
"html-webpack-plugin": "^5.6.0",
|
|
123
127
|
"husky": "^4.2.3",
|
|
124
128
|
"inquirer-directory": "^2.2.0",
|
|
@@ -130,6 +134,7 @@
|
|
|
130
134
|
"jest-serializer-vue": "^2.0.2",
|
|
131
135
|
"jest-transform-stub": "^2.0.0",
|
|
132
136
|
"lint-staged": "^10.0.8",
|
|
137
|
+
"marked": "^14.1.2",
|
|
133
138
|
"mini-css-extract-plugin": "^2.9.0",
|
|
134
139
|
"npm-run-all": "^4.1.5",
|
|
135
140
|
"plop": "^2.4.0",
|
|
@@ -147,7 +152,6 @@
|
|
|
147
152
|
"postcss-reporter": "^7.1.0",
|
|
148
153
|
"postcss-url": "^10.1.3",
|
|
149
154
|
"prettier": "^3.3.2",
|
|
150
|
-
"pretty": "^2.0.0",
|
|
151
155
|
"puppeteer": "^2.1.1",
|
|
152
156
|
"raw-loader": "^0.5.1",
|
|
153
157
|
"react": "18",
|
|
@@ -165,7 +169,6 @@
|
|
|
165
169
|
"stylelint-config-recommended-vue": "^1.5.0",
|
|
166
170
|
"stylelint-config-standard": "^29.0.0",
|
|
167
171
|
"stylelint-order": "^5.0.0",
|
|
168
|
-
"svg-fill-loader": "^0.0.8",
|
|
169
172
|
"svg-sprite-loader": "^6.0.11",
|
|
170
173
|
"svg-url-loader": "^7.1.1",
|
|
171
174
|
"svgo": "^3.3.2",
|
|
@@ -228,10 +231,5 @@
|
|
|
228
231
|
"hooks": {
|
|
229
232
|
"pre-commit": "cross-env lint-staged"
|
|
230
233
|
}
|
|
231
|
-
},
|
|
232
|
-
"eslintConfig": {
|
|
233
|
-
"extends": [
|
|
234
|
-
"plugin:storybook/recommended"
|
|
235
|
-
]
|
|
236
234
|
}
|
|
237
235
|
}
|