|
@@ -17,20 +17,20 @@
|
|
|
"prod": "npx webpack --config webpack.prod.js"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "@babel/core": "^7.17.9",
|
|
|
- "@babel/eslint-parser": "^7.17.0",
|
|
|
- "@babel/plugin-proposal-object-rest-spread": "^7.17.3",
|
|
|
+ "@babel/core": "^7.18.2",
|
|
|
+ "@babel/eslint-parser": "^7.18.2",
|
|
|
+ "@babel/plugin-proposal-object-rest-spread": "^7.18.0",
|
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
- "@babel/plugin-transform-runtime": "^7.17.0",
|
|
|
- "@babel/preset-env": "^7.16.11",
|
|
|
- "@vue/compiler-sfc": "^3.2.32",
|
|
|
- "babel-loader": "^8.2.4",
|
|
|
+ "@babel/plugin-transform-runtime": "^7.18.2",
|
|
|
+ "@babel/preset-env": "^7.18.2",
|
|
|
+ "@vue/compiler-sfc": "^3.2.36",
|
|
|
+ "babel-loader": "^8.2.5",
|
|
|
"css-loader": "^6.7.1",
|
|
|
- "eslint": "^8.13.0",
|
|
|
+ "eslint": "^8.17.0",
|
|
|
"eslint-config-prettier": "^8.5.0",
|
|
|
"eslint-plugin-import": "^2.26.0",
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
|
- "eslint-plugin-vue": "^8.6.0",
|
|
|
+ "eslint-plugin-vue": "^8.7.1",
|
|
|
"eslint-webpack-plugin": "^3.1.1",
|
|
|
"fetch": "^1.1.0",
|
|
|
"less": "^4.1.2",
|
|
@@ -40,27 +40,27 @@
|
|
|
"style-resources-loader": "^1.5.0",
|
|
|
"vue-style-loader": "^4.1.3",
|
|
|
"webpack-cli": "^4.9.2",
|
|
|
- "webpack-dev-server": "^4.8.1"
|
|
|
+ "webpack-dev-server": "^4.9.1"
|
|
|
},
|
|
|
"dependencies": {
|
|
|
- "@babel/runtime": "^7.17.9",
|
|
|
+ "@babel/runtime": "^7.18.3",
|
|
|
"can-autoplay": "^3.0.2",
|
|
|
- "chart.js": "^3.7.1",
|
|
|
+ "chart.js": "^3.8.0",
|
|
|
"config": "^3.3.7",
|
|
|
"date-fns": "^2.28.0",
|
|
|
- "dompurify": "^2.3.6",
|
|
|
+ "dompurify": "^2.3.8",
|
|
|
"eslint-config-airbnb-base": "^15.0.0",
|
|
|
"html-webpack-plugin": "^5.5.0",
|
|
|
"lofig": "^1.3.4",
|
|
|
- "marked": "^4.0.14",
|
|
|
+ "marked": "^4.0.16",
|
|
|
"normalize.css": "^8.0.1",
|
|
|
"toasters": "^2.3.1",
|
|
|
"vue": "3.2.31",
|
|
|
- "vue-chartjs": "^4.1.0",
|
|
|
+ "vue-chartjs": "^4.1.1",
|
|
|
"vue-content-loader": "^2.0.1",
|
|
|
"vue-json-pretty": "^2.1.0",
|
|
|
"vue-loader": "^17.0.0",
|
|
|
- "vue-router": "^4.0.14",
|
|
|
+ "vue-router": "^4.0.15",
|
|
|
"vue-tippy": "^6.0.0-alpha.57",
|
|
|
"vuedraggable": "^4.1.0",
|
|
|
"vuex": "^4.0.2",
|