|
@@ -24,38 +24,38 @@
|
|
"assets": "dist/public.json"
|
|
"assets": "dist/public.json"
|
|
},
|
|
},
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
- "@babel/core": "^7.18.9",
|
|
|
|
- "@babel/eslint-parser": "^7.18.9",
|
|
|
|
- "@babel/eslint-plugin": "^7.17.7",
|
|
|
|
- "@babel/plugin-proposal-decorators": "^7.18.9",
|
|
|
|
- "@babel/preset-env": "^7.18.9",
|
|
|
|
|
|
+ "@babel/core": "^7.20.5",
|
|
|
|
+ "@babel/eslint-parser": "^7.19.1",
|
|
|
|
+ "@babel/eslint-plugin": "^7.19.1",
|
|
|
|
+ "@babel/plugin-proposal-decorators": "^7.20.5",
|
|
|
|
+ "@babel/preset-env": "^7.20.2",
|
|
"@vue/compiler-sfc": "^3.2.22",
|
|
"@vue/compiler-sfc": "^3.2.22",
|
|
- "babel-loader": "^8.2.5",
|
|
|
|
|
|
+ "babel-loader": "^8.3.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
"copy-webpack-plugin": "^11.0.0",
|
|
- "css-loader": "^6.7.1",
|
|
|
|
- "css-minimizer-webpack-plugin": "^4.0.0",
|
|
|
|
- "eslint": "^8.20.0",
|
|
|
|
- "eslint-plugin-vue": "^9.3.0",
|
|
|
|
|
|
+ "css-loader": "^6.7.2",
|
|
|
|
+ "css-minimizer-webpack-plugin": "^4.2.2",
|
|
|
|
+ "eslint": "^8.28.0",
|
|
|
|
+ "eslint-plugin-vue": "^9.8.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
"html-webpack-plugin": "^5.5.0",
|
|
- "mini-css-extract-plugin": "^2.6.1",
|
|
|
|
|
|
+ "mini-css-extract-plugin": "^2.7.1",
|
|
"pkg": "^5.8.0",
|
|
"pkg": "^5.8.0",
|
|
"showdown": "^2.1.0",
|
|
"showdown": "^2.1.0",
|
|
- "terser-webpack-plugin": "^5.3.3",
|
|
|
|
- "vue-eslint-parser": "^9.0.3",
|
|
|
|
- "vue-loader": "^17.0.0",
|
|
|
|
|
|
+ "terser-webpack-plugin": "^5.3.6",
|
|
|
|
+ "vue-eslint-parser": "^9.1.0",
|
|
|
|
+ "vue-loader": "^17.0.1",
|
|
"vue-style-loader": "^4.1.3",
|
|
"vue-style-loader": "^4.1.3",
|
|
- "webpack": "^5.74.0",
|
|
|
|
|
|
+ "webpack": "^5.75.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-cli": "^4.10.0",
|
|
"webpack-dev-middleware": "^5.3.3",
|
|
"webpack-dev-middleware": "^5.3.3",
|
|
- "webpack-hot-middleware": "^2.25.1",
|
|
|
|
|
|
+ "webpack-hot-middleware": "^2.25.3",
|
|
"webpack-merge": "^5.8.0"
|
|
"webpack-merge": "^5.8.0"
|
|
},
|
|
},
|
|
"dependencies": {
|
|
"dependencies": {
|
|
- "@quasar/extras": "^1.15.0",
|
|
|
|
- "axios": "^0.27.2",
|
|
|
|
|
|
+ "@quasar/extras": "^1.15.6",
|
|
|
|
+ "axios": "^1.2.0",
|
|
"chardet": "^1.5.0",
|
|
"chardet": "^1.5.0",
|
|
"dayjs": "^1.11.6",
|
|
"dayjs": "^1.11.6",
|
|
- "express": "^4.18.1",
|
|
|
|
|
|
+ "express": "^4.18.2",
|
|
"express-basic-auth": "^1.2.1",
|
|
"express-basic-auth": "^1.2.1",
|
|
"fs-extra": "^10.1.0",
|
|
"fs-extra": "^10.1.0",
|
|
"he": "^1.2.0",
|
|
"he": "^1.2.0",
|
|
@@ -63,14 +63,14 @@
|
|
"jembadb": "^5.1.4",
|
|
"jembadb": "^5.1.4",
|
|
"localforage": "^1.10.0",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash": "^4.17.21",
|
|
- "minimist": "^1.2.6",
|
|
|
|
|
|
+ "minimist": "^1.2.7",
|
|
"node-stream-zip": "^1.15.0",
|
|
"node-stream-zip": "^1.15.0",
|
|
- "quasar": "^2.7.5",
|
|
|
|
|
|
+ "quasar": "^2.10.2",
|
|
"safe-buffer": "^5.2.1",
|
|
"safe-buffer": "^5.2.1",
|
|
"vue": "^3.2.37",
|
|
"vue": "^3.2.37",
|
|
- "vue-router": "^4.1.2",
|
|
|
|
- "vuex": "^4.0.2",
|
|
|
|
|
|
+ "vue-router": "^4.1.6",
|
|
|
|
+ "vuex": "^4.1.0",
|
|
"vuex-persist": "^3.1.3",
|
|
"vuex-persist": "^3.1.3",
|
|
- "ws": "^8.8.1"
|
|
|
|
|
|
+ "ws": "^8.11.0"
|
|
}
|
|
}
|
|
}
|
|
}
|