|
@@ -17,44 +17,44 @@
|
|
|
"prod": "npx webpack --config webpack.prod.js"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@babel/core": "^7.14.6",
|
|
|
- "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
|
|
|
+ "@babel/core": "^7.15.5",
|
|
|
+ "@babel/eslint-parser": "^7.15.7",
|
|
|
+ "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
- "@babel/plugin-transform-runtime": "^7.14.5",
|
|
|
- "@babel/preset-env": "^7.14.7",
|
|
|
- "@vue/compiler-sfc": "^3.1.4",
|
|
|
- "@babel/eslint-parser": "^7.14.7",
|
|
|
+ "@babel/plugin-transform-runtime": "^7.15.0",
|
|
|
+ "@babel/preset-env": "^7.15.6",
|
|
|
+ "@vue/compiler-sfc": "^3.2.19",
|
|
|
"babel-loader": "^8.2.2",
|
|
|
- "css-loader": "^5.2.6",
|
|
|
- "eslint": "^7.30.0",
|
|
|
+ "css-loader": "^5.2.7",
|
|
|
+ "eslint": "^7.32.0",
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
+ "eslint-plugin-import": "^2.24.2",
|
|
|
+ "eslint-plugin-prettier": "^3.4.1",
|
|
|
+ "eslint-plugin-vue": "^7.18.0",
|
|
|
"eslint-webpack-plugin": "^2.5.4",
|
|
|
- "eslint-plugin-import": "^2.23.0",
|
|
|
- "eslint-plugin-prettier": "^3.4.0",
|
|
|
- "eslint-plugin-vue": "^7.13.0",
|
|
|
"fetch": "^1.1.0",
|
|
|
"node-sass": "^6.0.1",
|
|
|
"prettier": "2.3.2",
|
|
|
"sass-loader": "^12.1.0",
|
|
|
"vue-style-loader": "^4.1.3",
|
|
|
- "webpack-cli": "^4.7.2",
|
|
|
+ "webpack-cli": "^4.8.0",
|
|
|
"webpack-dev-server": "^3.11.2"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@babel/runtime": "^7.13.10",
|
|
|
+ "@babel/runtime": "^7.15.4",
|
|
|
"config": "^3.3.6",
|
|
|
- "date-fns": "^2.22.1",
|
|
|
- "dompurify": "^2.3.0",
|
|
|
+ "date-fns": "^2.24.0",
|
|
|
+ "dompurify": "^2.3.3",
|
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
|
|
"html-webpack-plugin": "^5.3.2",
|
|
|
"marked": "^2.1.3",
|
|
|
"toasters": "^2.3.1",
|
|
|
- "vue": "^3.1.4",
|
|
|
+ "vue": "^3.2.19",
|
|
|
"vue-content-loader": "^2.0.0",
|
|
|
- "vue-loader": "^16.3.0",
|
|
|
- "vue-router": "^4.0.10",
|
|
|
- "vue-tippy": "^6.0.0-alpha.30",
|
|
|
- "vuedraggable": "^4.0.1",
|
|
|
+ "vue-loader": "^16.8.1",
|
|
|
+ "vue-router": "^4.0.11",
|
|
|
+ "vue-tippy": "^6.0.0-alpha.33",
|
|
|
+ "vuedraggable": "^4.1.0",
|
|
|
"vuex": "^4.0.2",
|
|
|
"webpack": "5.38.0",
|
|
|
"webpack-bundle-analyzer": "^4.4.2",
|