@unimelb/pattern-lib-vue 14.5.1 → 14.5.3
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 +19 -11
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": "14.5.
|
|
4
|
+
"version": "14.5.3",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/unimelb/pattern-lib.git"
|
|
@@ -31,8 +31,8 @@
|
|
|
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",
|
|
34
|
-
"lint:css": "stylelint
|
|
35
|
-
"lint:js": "eslint
|
|
34
|
+
"lint:css": "stylelint **/*.{css,vue} --fix",
|
|
35
|
+
"lint:js": "eslint . --ext .js,.vue --fix",
|
|
36
36
|
"start:snapshots": "server-test serve:test :5000 'jest -w=4 -c snapshots/jest.config.js'",
|
|
37
37
|
"start:updatesnapshots": "server-test serve:test :5000 'jest -w=4 -c snapshots/jest.config.js -u'",
|
|
38
38
|
"test": "jest",
|
|
@@ -65,13 +65,15 @@
|
|
|
65
65
|
"xss": "^1.0.14"
|
|
66
66
|
},
|
|
67
67
|
"devDependencies": {
|
|
68
|
+
"@babel/core": "^7.23.7",
|
|
69
|
+
"@babel/eslint-parser": "^7.23.3",
|
|
70
|
+
"@babel/preset-react": "^7.23.3",
|
|
68
71
|
"@storybook/addon-notes": "^3.4.8",
|
|
69
72
|
"@storybook/addon-options": "^3.4.8",
|
|
70
73
|
"@storybook/addons": "^3.4.8",
|
|
71
74
|
"@storybook/vue": "^3.4.8",
|
|
72
75
|
"@types/jest": "^25.2.3",
|
|
73
76
|
"babel-core": "^6.26.3",
|
|
74
|
-
"babel-eslint": "^10.0.3",
|
|
75
77
|
"babel-helper-vue-jsx-merge-props": "^2.0.3",
|
|
76
78
|
"babel-jest": "^23.4.0",
|
|
77
79
|
"babel-loader": "^7.1.5",
|
|
@@ -87,13 +89,13 @@
|
|
|
87
89
|
"css-mqpacker": "^7.0.0",
|
|
88
90
|
"cssnano": "^4.1.10",
|
|
89
91
|
"dotenv": "^6.0.0",
|
|
90
|
-
"eslint": "
|
|
91
|
-
"eslint-config-airbnb-base": "^
|
|
92
|
-
"eslint-
|
|
93
|
-
"eslint-
|
|
94
|
-
"eslint-plugin-
|
|
95
|
-
"eslint-plugin-vue": "^
|
|
96
|
-
"eslint-plugin-you-dont-need-lodash-underscore": "^6.
|
|
92
|
+
"eslint": "^7.32.0",
|
|
93
|
+
"eslint-config-airbnb-base": "^15.0.0",
|
|
94
|
+
"eslint-config-prettier": "^9.1.0",
|
|
95
|
+
"eslint-loader": "^4.0.2",
|
|
96
|
+
"eslint-plugin-import": "^2.29.1",
|
|
97
|
+
"eslint-plugin-vue": "^9.20.1",
|
|
98
|
+
"eslint-plugin-you-dont-need-lodash-underscore": "^6.13.0",
|
|
97
99
|
"extract-text-webpack-plugin": "^3.0.2",
|
|
98
100
|
"file-loader": "^1.1.11",
|
|
99
101
|
"html-webpack-plugin": "^3.2.0",
|
|
@@ -120,6 +122,7 @@
|
|
|
120
122
|
"postcss-preset-env": "^6.7.0",
|
|
121
123
|
"postcss-reporter": "^5.0.0",
|
|
122
124
|
"postcss-url": "^7.3.2",
|
|
125
|
+
"prettier": "^3.2.4",
|
|
123
126
|
"pretty": "^2.0.0",
|
|
124
127
|
"puppeteer": "^2.1.1",
|
|
125
128
|
"raw-loader": "^0.5.1",
|
|
@@ -130,7 +133,9 @@
|
|
|
130
133
|
"strip-html-comments": "^1.0.0",
|
|
131
134
|
"style-loader": "^0.21.0",
|
|
132
135
|
"stylelint": "^14.16.1",
|
|
136
|
+
"stylelint-config-prettier": "^9.0.5",
|
|
133
137
|
"stylelint-config-property-sort-order-smacss": "^9.1.0",
|
|
138
|
+
"stylelint-config-recommended-vue": "^1.5.0",
|
|
134
139
|
"stylelint-config-standard": "^29.0.0",
|
|
135
140
|
"stylelint-order": "^5.0.0",
|
|
136
141
|
"svg-sprite-loader": "^4.3.0",
|
|
@@ -147,6 +152,9 @@
|
|
|
147
152
|
"webpack-dev-server": "3.0.0",
|
|
148
153
|
"webpack-merge": "^4.1.3"
|
|
149
154
|
},
|
|
155
|
+
"resolutions": {
|
|
156
|
+
"stylelint-config-recommended-vue/stylelint-config-recommended": "^9.0.0"
|
|
157
|
+
},
|
|
150
158
|
"cacheDirectories": [
|
|
151
159
|
"node_modules"
|
|
152
160
|
],
|