|
|
@@ -61,19 +61,19 @@
|
|
|
"vue-template-compiler": "^2.6.11"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@babel/core": "7.7.4",
|
|
|
- "@babel/node": "7.7.4",
|
|
|
+ "@babel/core": "7.10.2",
|
|
|
+ "@babel/node": "7.10.1",
|
|
|
"@babel/plugin-proposal-class-properties": "7.10.1",
|
|
|
"@babel/plugin-proposal-object-rest-spread": "7.10.1",
|
|
|
- "@babel/plugin-syntax-dynamic-import": "7.7.4",
|
|
|
- "@babel/preset-env": "7.7.4",
|
|
|
+ "@babel/plugin-syntax-dynamic-import": "7.8.3",
|
|
|
+ "@babel/preset-env": "7.10.2",
|
|
|
"@babel/preset-typescript": "7.10.1",
|
|
|
"@types/jest": "^24.0.23",
|
|
|
- "babel-eslint": "10.0.3",
|
|
|
+ "babel-eslint": "10.1.0",
|
|
|
"babel-jest": "^25.0.0",
|
|
|
"babel-jscs": "3.0.0-beta1",
|
|
|
- "babel-loader": "8.0.6",
|
|
|
- "babel-plugin-module-resolver": "^3.2.0",
|
|
|
+ "babel-loader": "8.1.0",
|
|
|
+ "babel-plugin-module-resolver": "4.0.0",
|
|
|
"clean-webpack-plugin": "1.0.1",
|
|
|
"css-loader": "^3.4.2",
|
|
|
"eslint": "5.12.1",
|
|
|
@@ -100,11 +100,11 @@
|
|
|
"ts-loader": "7.0.5",
|
|
|
"typescript": "3.9.5",
|
|
|
"vue-loader": "^15.9.1",
|
|
|
- "webpack": "4.41.2",
|
|
|
- "webpack-bundle-analyzer": "^3.6.0",
|
|
|
- "webpack-bundle-tracker": "^0.4.3",
|
|
|
- "webpack-clean-obsolete-chunks": "^0.4.0",
|
|
|
- "webpack-cli": "^3.3.10"
|
|
|
+ "webpack": "4.43.0",
|
|
|
+ "webpack-bundle-analyzer": "3.8.0",
|
|
|
+ "webpack-bundle-tracker": "0.4.3",
|
|
|
+ "webpack-clean-obsolete-chunks": "0.4.0",
|
|
|
+ "webpack-cli": "3.3.11"
|
|
|
},
|
|
|
"scripts": {
|
|
|
"devinstall": "npm cache clean && npm install && npm prune",
|