build: npm upgrade

This commit is contained in:
Gauthier Roebroeck 2022-01-25 16:25:15 +08:00
parent 7cb2a87a7f
commit 4462a18ff9
4 changed files with 1190 additions and 1820 deletions

File diff suppressed because it is too large Load diff

View file

@ -10,30 +10,30 @@
},
"dependencies": {
"@saekitominaga/isbn-verify": "^1.4.1",
"axios": "^0.24.0",
"core-js": "^3.20.0",
"date-fns": "^2.27.0",
"axios": "^0.25.0",
"core-js": "^3.20.3",
"date-fns": "^2.28.0",
"js-file-downloader": "^1.1.24",
"language-tags": "^1.0.5",
"lodash": "^4.17.21",
"qs": "^6.10.2",
"qs": "^6.10.3",
"screenfull": "^5.2.0",
"vue": "^2.6.14",
"vue-horizontal": "^0.8.12",
"vue-i18n": "^8.26.7",
"vue-i18n": "^8.27.0",
"vue-line-clamp": "^1.3.2",
"vue-read-more-smooth": "^0.1.8",
"vue-router": "^3.5.3",
"vue-typed-mixins": "^0.2.0",
"vuedraggable": "^2.24.3",
"vuelidate": "^0.7.7",
"vuetify": "^2.6.1",
"vuetify": "^2.6.2",
"vuex": "^3.6.2",
"vuex-persistedstate": "^4.1.0",
"vuex-router-sync": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@babel/core": "^7.16.12",
"@mdi/font": "^6.5.95",
"@types/jest": "^24.9.1",
"@types/lodash": "^4.14.178",
@ -52,7 +52,7 @@
"@vue/eslint-config-typescript": "^7.0.0",
"@vue/test-utils": "1.3.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-vue": "^7.12.1",

2317
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -5,12 +5,12 @@
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"is-ci": "^3.0.1",
"semantic-release": "^18.0.1"
"semantic-release": "^19.0.2"
},
"devDependencies": {
"@commitlint/cli": "^15.0.0",
"@commitlint/config-conventional": "^15.0.0",
"commitlint": "^15.0.0",
"@commitlint/cli": "^16.1.0",
"@commitlint/config-conventional": "^16.0.0",
"commitlint": "^16.1.0",
"husky": "^7.0.4",
"pinst": "^2.1.6"
},