Skip to content

Commit df174b5

Browse files
committed
upgrade sass-loader
1 parent a1cef6d commit df174b5

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "form-making",
33
"description": "A designer and generator of form base on Vue.js, make form development simple and efficient.",
4-
"version": "1.2.8",
4+
"version": "1.2.9",
55
"author": "GavinZhulei",
66
"license": "LGPL",
77
"keywords": [
@@ -25,7 +25,7 @@
2525
"dependencies": {
2626
"axios": "^0.18.0",
2727
"clipboard": "^2.0.1",
28-
"element-ui": "^2.9.1",
28+
"element-ui": "^2.13.0",
2929
"normalize.css": "^8.0.0",
3030
"qiniu": "^7.2.1",
3131
"qiniu-js": "^2.5.1",
@@ -44,15 +44,15 @@
4444
"@vue/cli-service": "^3.0.0",
4545
"babel-core": "^6.26.3",
4646
"core-js": "^2.6.5",
47-
"node-sass": "^4.9.0",
4847
"rollup": "^0.57.1",
4948
"rollup-plugin-babel": "^3.0.7",
5049
"rollup-plugin-buble": "^0.19.2",
5150
"rollup-plugin-uglify-es": "0.0.1",
5251
"rollup-plugin-vue": "^3.0.0",
53-
"sass-loader": "^7.0.1",
5452
"terser-webpack-plugin": "^1.2.4",
55-
"vue-template-compiler": "^2.6.5"
53+
"vue-template-compiler": "^2.6.5",
54+
"node-sass": "^4.12.0",
55+
"sass-loader": "^8.0.2"
5656
},
5757
"babel": {
5858
"presets": [
@@ -63,7 +63,10 @@
6363
"root": true,
6464
"extends": [
6565
"plugin:vue/essential"
66-
]
66+
],
67+
"parserOptions": {
68+
"parser": "babel-eslint"
69+
}
6770
},
6871
"postcss": {
6972
"plugins": {

0 commit comments

Comments
 (0)