|
@@ -17,51 +17,51 @@
|
|
|
"prod": "npx webpack --config webpack.prod.js"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@babel/core": "^7.17.0",
|
|
|
+ "@babel/core": "^7.17.9",
|
|
|
"@babel/eslint-parser": "^7.17.0",
|
|
|
- "@babel/plugin-proposal-object-rest-spread": "^7.15.6",
|
|
|
+ "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
"@babel/plugin-transform-runtime": "^7.17.0",
|
|
|
- "@babel/preset-env": "^7.16.8",
|
|
|
+ "@babel/preset-env": "^7.16.11",
|
|
|
"@vue/compiler-sfc": "^3.2.20",
|
|
|
- "babel-loader": "^8.2.2",
|
|
|
- "css-loader": "^6.6.0",
|
|
|
- "eslint": "^8.8.0",
|
|
|
- "eslint-config-prettier": "^8.3.0",
|
|
|
- "eslint-plugin-import": "^2.24.2",
|
|
|
+ "babel-loader": "^8.2.4",
|
|
|
+ "css-loader": "^6.7.1",
|
|
|
+ "eslint": "^8.13.0",
|
|
|
+ "eslint-config-prettier": "^8.5.0",
|
|
|
+ "eslint-plugin-import": "^2.26.0",
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
- "eslint-plugin-vue": "^8.4.0",
|
|
|
- "eslint-webpack-plugin": "^3.0.1",
|
|
|
+ "eslint-plugin-vue": "^8.6.0",
|
|
|
+ "eslint-webpack-plugin": "^3.1.1",
|
|
|
"fetch": "^1.1.0",
|
|
|
"less": "^4.1.2",
|
|
|
"less-loader": "^10.2.0",
|
|
|
- "prettier": "^2.4.1",
|
|
|
+ "prettier": "^2.6.2",
|
|
|
"style-resources-loader": "^1.5.0",
|
|
|
"vue-style-loader": "^4.1.3",
|
|
|
"webpack-cli": "^4.9.2",
|
|
|
- "webpack-dev-server": "^4.7.4"
|
|
|
+ "webpack-dev-server": "^4.8.1"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@babel/runtime": "^7.17.0",
|
|
|
+ "@babel/runtime": "^7.17.9",
|
|
|
"can-autoplay": "^3.0.2",
|
|
|
- "config": "^3.3.6",
|
|
|
- "date-fns": "^2.25.0",
|
|
|
- "dompurify": "^2.3.3",
|
|
|
+ "config": "^3.3.7",
|
|
|
+ "date-fns": "^2.28.0",
|
|
|
+ "dompurify": "^2.3.6",
|
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
|
- "html-webpack-plugin": "^5.3.2",
|
|
|
+ "html-webpack-plugin": "^5.5.0",
|
|
|
"lofig": "^1.3.4",
|
|
|
- "marked": "^4.0.10",
|
|
|
+ "marked": "^4.0.14",
|
|
|
"normalize.css": "^8.0.1",
|
|
|
"toasters": "^2.3.1",
|
|
|
"vue": "^3.2.29",
|
|
|
- "vue-content-loader": "^2.0.0",
|
|
|
- "vue-loader": "^16.8.3",
|
|
|
- "vue-router": "^4.0.12",
|
|
|
- "vue-tippy": "^6.0.0-alpha.45",
|
|
|
+ "vue-content-loader": "^2.0.1",
|
|
|
+ "vue-loader": "^17.0.0",
|
|
|
+ "vue-router": "^4.0.14",
|
|
|
+ "vue-tippy": "^6.0.0-alpha.57",
|
|
|
"vuedraggable": "^4.1.0",
|
|
|
"vuex": "^4.0.2",
|
|
|
- "webpack": "5.68.0",
|
|
|
- "webpack-bundle-analyzer": "^4.4.2",
|
|
|
+ "webpack": "5.72.0",
|
|
|
+ "webpack-bundle-analyzer": "^4.5.0",
|
|
|
"webpack-merge": "^5.8.0"
|
|
|
}
|
|
|
}
|