build(webui): update dependencies

This commit is contained in:
Gauthier Roebroeck 2021-09-07 11:39:07 +08:00
parent a8dacfb36c
commit 25b530aa9d
2 changed files with 2283 additions and 1746 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,34 +11,34 @@
},
"dependencies": {
"@saekitominaga/isbn-verify": "^1.4.0",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"date-fns": "^2.22.1",
"jquery": "^3.5.1",
"js-file-downloader": "^1.1.20",
"axios": "^0.21.4",
"core-js": "^3.17.2",
"date-fns": "^2.23.0",
"js-file-downloader": "^1.1.22",
"language-tags": "^1.0.5",
"lodash": "^4.17.19",
"lodash": "^4.17.21",
"qs": "^6.10.1",
"screenfull": "^5.1.0",
"vue": "^2.6.14",
"vue-i18n": "^8.24.4",
"vue-horizontal": "^0.8.10",
"vue-i18n": "^8.25.0",
"vue-line-clamp": "^1.3.2",
"vue-read-more-smooth": "^0.1.8",
"vue-router": "^3.5.1",
"vue-router": "^3.5.2",
"vue-typed-mixins": "^0.2.0",
"vuedraggable": "^2.24.3",
"vuelidate": "^0.7.6",
"vuetify": "^2.5.3",
"vuetify": "^2.5.8",
"vuex": "^3.6.2",
"vuex-persistedstate": "^3.2.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/core": "^7.15.5",
"@mdi/font": "^5.9.55",
"@types/jest": "^26.0.7",
"@types/lodash": "^4.14.158",
"@types/vuelidate": "^0.7.14",
"@types/lodash": "^4.14.172",
"@types/vuelidate": "^0.7.15",
"@types/webpack": "^4.4.0",
"@typescript-eslint/eslint-plugin": "^3.7.1",
"@typescript-eslint/parser": "^3.7.1",
@ -51,24 +51,23 @@
"@vue/cli-service": "^4.4.6",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^5.0.2",
"@vue/test-utils": "1.2.0",
"@vue/test-utils": "1.2.2",
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-plugin-import": "^2.22.0",
"eslint": "^7.32.0",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-vue": "^6.2.2",
"html-webpack-inject-attributes-plugin": "^1.0.6",
"sass": "^1.26.10",
"sass": "^1.39.0",
"sass-loader": "^9.0.2",
"ts-jest": "^26.1.4",
"typeface-roboto": "1.1.13",
"typescript": "^3.9.7",
"vue-cli-plugin-i18n": "~2.1.1",
"vue-cli-plugin-vuetify": "^2.4.1",
"vue-horizontal": "^0.8.10",
"vue-cli-plugin-i18n": "~2.1.3",
"vue-cli-plugin-vuetify": "^2.4.2",
"vue-i18n-extract": "^1.2.3",
"vue-template-compiler": "^2.6.14",
"vuetify-loader": "^1.7.2"
"vuetify-loader": "^1.7.3"
}
}