build(deps): 更新依赖
This commit is contained in:
parent
45d31a0f56
commit
ffe50143b7
10
package.json
10
package.json
@ -24,7 +24,7 @@
|
||||
"clipboard": "^2.0.8",
|
||||
"dayjs": "^1.10.7",
|
||||
"form-data": "^4.0.0",
|
||||
"naive-ui": "^2.19.7",
|
||||
"naive-ui": "^2.19.8",
|
||||
"pinia": "^2.0.0-rc.13",
|
||||
"qs": "^6.10.1",
|
||||
"vue": "^3.2.20",
|
||||
@ -33,7 +33,7 @@
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^13.2.1",
|
||||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@iconify/json": "^1.1.413",
|
||||
"@iconify/json": "^1.1.414",
|
||||
"@iconify/vue": "^3.0.0",
|
||||
"@types/chroma-js": "^2.1.3",
|
||||
"@types/qs": "^6.9.7",
|
||||
@ -50,7 +50,7 @@
|
||||
"@vitejs/plugin-vue": "^1.9.3",
|
||||
"@vue/compiler-sfc": "^3.2.20",
|
||||
"@vue/eslint-config-prettier": "^6.0.0",
|
||||
"@vue/eslint-config-typescript": "^7.0.0",
|
||||
"@vue/eslint-config-typescript": "^8.0.0",
|
||||
"commitizen": "^4.2.4",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"cz-customizable": "^6.3.0",
|
||||
@ -66,9 +66,9 @@
|
||||
"patch-package": "^6.4.7",
|
||||
"postinstall-postinstall": "^2.1.0",
|
||||
"prettier": "^2.4.1",
|
||||
"sass": "^1.42.1",
|
||||
"sass": "^1.43.2",
|
||||
"typescript": "^4.4.4",
|
||||
"unplugin-icons": "^0.12.14",
|
||||
"unplugin-icons": "^0.12.15",
|
||||
"unplugin-vue-components": "^0.15.6",
|
||||
"vite": "^2.6.7",
|
||||
"vite-plugin-html": "^2.1.1",
|
||||
|
125
pnpm-lock.yaml
125
pnpm-lock.yaml
@ -3,7 +3,7 @@ lockfileVersion: 5.3
|
||||
specifiers:
|
||||
'@commitlint/cli': ^13.2.1
|
||||
'@commitlint/config-conventional': ^13.2.0
|
||||
'@iconify/json': ^1.1.413
|
||||
'@iconify/json': ^1.1.414
|
||||
'@iconify/vue': ^3.0.0
|
||||
'@types/chroma-js': ^2.1.3
|
||||
'@types/qs': ^6.9.7
|
||||
@ -20,7 +20,7 @@ specifiers:
|
||||
'@vitejs/plugin-vue': ^1.9.3
|
||||
'@vue/compiler-sfc': ^3.2.20
|
||||
'@vue/eslint-config-prettier': ^6.0.0
|
||||
'@vue/eslint-config-typescript': ^7.0.0
|
||||
'@vue/eslint-config-typescript': ^8.0.0
|
||||
'@vueuse/core': ^6.5.3
|
||||
axios: ^0.23.0
|
||||
chroma-js: ^2.1.2
|
||||
@ -39,15 +39,15 @@ specifiers:
|
||||
form-data: ^4.0.0
|
||||
husky: ^7.0.2
|
||||
lint-staged: ^11.2.3
|
||||
naive-ui: ^2.19.7
|
||||
naive-ui: ^2.19.8
|
||||
patch-package: ^6.4.7
|
||||
pinia: ^2.0.0-rc.13
|
||||
postinstall-postinstall: ^2.1.0
|
||||
prettier: ^2.4.1
|
||||
qs: ^6.10.1
|
||||
sass: ^1.42.1
|
||||
sass: ^1.43.2
|
||||
typescript: ^4.4.4
|
||||
unplugin-icons: ^0.12.14
|
||||
unplugin-icons: ^0.12.15
|
||||
unplugin-vue-components: ^0.15.6
|
||||
vite: ^2.6.7
|
||||
vite-plugin-html: ^2.1.1
|
||||
@ -65,7 +65,7 @@ dependencies:
|
||||
clipboard: registry.nlark.com/clipboard/2.0.8
|
||||
dayjs: registry.nlark.com/dayjs/1.10.7
|
||||
form-data: 4.0.0
|
||||
naive-ui: registry.npmmirror.com/naive-ui/2.19.7_vue@3.2.20
|
||||
naive-ui: registry.npmmirror.com/naive-ui/2.19.8_vue@3.2.20
|
||||
pinia: registry.npmmirror.com/pinia/2.0.0-rc.13_typescript@4.4.4+vue@3.2.20
|
||||
qs: 6.10.1
|
||||
vue: registry.npmmirror.com/vue/3.2.20
|
||||
@ -74,7 +74,7 @@ dependencies:
|
||||
devDependencies:
|
||||
'@commitlint/cli': registry.npmmirror.com/@commitlint/cli/13.2.1
|
||||
'@commitlint/config-conventional': registry.npmmirror.com/@commitlint/config-conventional/13.2.0
|
||||
'@iconify/json': registry.npmmirror.com/@iconify/json/1.1.413
|
||||
'@iconify/json': registry.npmmirror.com/@iconify/json/1.1.414
|
||||
'@iconify/vue': registry.nlark.com/@iconify/vue/3.0.0_vue@3.2.20
|
||||
'@types/chroma-js': registry.nlark.com/@types/chroma-js/2.1.3
|
||||
'@types/qs': registry.nlark.com/@types/qs/6.9.7
|
||||
@ -91,7 +91,7 @@ devDependencies:
|
||||
'@vitejs/plugin-vue': registry.npmmirror.com/@vitejs/plugin-vue/1.9.3_vite@2.6.7
|
||||
'@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.20
|
||||
'@vue/eslint-config-prettier': 6.0.0_2a213d29a7f7dca8d30992733d5451a0
|
||||
'@vue/eslint-config-typescript': 7.0.0_397d49b4b5abc93f7164053ce18f06c9
|
||||
'@vue/eslint-config-typescript': registry.npmmirror.com/@vue/eslint-config-typescript/8.0.0_397d49b4b5abc93f7164053ce18f06c9
|
||||
commitizen: registry.nlark.com/commitizen/4.2.4
|
||||
cz-conventional-changelog: registry.nlark.com/cz-conventional-changelog/3.3.0
|
||||
cz-customizable: registry.nlark.com/cz-customizable/6.3.0
|
||||
@ -107,11 +107,11 @@ devDependencies:
|
||||
patch-package: registry.nlark.com/patch-package/6.4.7
|
||||
postinstall-postinstall: registry.nlark.com/postinstall-postinstall/2.1.0
|
||||
prettier: registry.nlark.com/prettier/2.4.1
|
||||
sass: registry.nlark.com/sass/1.42.1
|
||||
sass: registry.npmmirror.com/sass/1.43.2
|
||||
typescript: registry.npmmirror.com/typescript/4.4.4
|
||||
unplugin-icons: registry.npmmirror.com/unplugin-icons/0.12.14_e14ef356e1d12d404481b7eb2ba1650f
|
||||
unplugin-icons: registry.npmmirror.com/unplugin-icons/0.12.15_e14ef356e1d12d404481b7eb2ba1650f
|
||||
unplugin-vue-components: registry.npmmirror.com/unplugin-vue-components/0.15.6_vite@2.6.7+vue@3.2.20
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.43.2
|
||||
vite-plugin-html: registry.npmmirror.com/vite-plugin-html/2.1.1_vite@2.6.7
|
||||
vite-plugin-windicss: registry.npmmirror.com/vite-plugin-windicss/1.4.11_vite@2.6.7
|
||||
vue-tsc: registry.npmmirror.com/vue-tsc/0.28.3_typescript@4.4.4
|
||||
@ -133,24 +133,6 @@ packages:
|
||||
prettier: registry.nlark.com/prettier/2.4.1
|
||||
dev: true
|
||||
|
||||
/@vue/eslint-config-typescript/7.0.0_397d49b4b5abc93f7164053ce18f06c9:
|
||||
resolution: {integrity: sha1-Igxwwu33olPnOSmFJfTUAbjvADg=, tarball: '@vue/eslint-config-typescript/download/@vue/eslint-config-typescript-7.0.0.tgz'}
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/eslint-plugin': ^4.4.0
|
||||
'@typescript-eslint/parser': ^4.4.0
|
||||
eslint: ^5.0.0 || ^6.0.0 || ^7.0.0
|
||||
eslint-plugin-vue: ^5.2.3 || ^6.0.0 || ^7.0.0
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.0.0_d8f15b12d289fecfef32450ca1e4b77e
|
||||
'@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.0.0_eslint@8.0.0+typescript@4.4.4
|
||||
eslint: registry.npmmirror.com/eslint/8.0.0
|
||||
eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/7.19.1_eslint@8.0.0
|
||||
vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@8.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
/@yarnpkg/lockfile/1.1.0:
|
||||
resolution: {integrity: sha1-53qX+9NFt22DJF7c0X05OxtB+zE=, tarball: '@yarnpkg/lockfile/download/@yarnpkg/lockfile-1.1.0.tgz'}
|
||||
dev: true
|
||||
@ -4112,16 +4094,6 @@ packages:
|
||||
version: 5.2.1
|
||||
dev: true
|
||||
|
||||
registry.nlark.com/sass/1.42.1:
|
||||
resolution: {integrity: sha1-WrF768HLGIGtLgyakyxmrWTkQeI=, registry: http://registry.npm.taobao.org/, tarball: https://registry.nlark.com/sass/download/sass-1.42.1.tgz}
|
||||
name: sass
|
||||
version: 1.42.1
|
||||
engines: {node: '>=8.9.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
chokidar: registry.nlark.com/chokidar/3.5.2
|
||||
dev: true
|
||||
|
||||
registry.nlark.com/select/1.1.2:
|
||||
resolution: {integrity: sha1-DnNQrN7ICxEIUoeG7B1EGNEbOW0=, registry: https://registry.npm.taobao.org/, tarball: https://registry.nlark.com/select/download/select-1.1.2.tgz}
|
||||
name: select
|
||||
@ -5070,10 +5042,10 @@ packages:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
registry.npmmirror.com/@iconify/json/1.1.413:
|
||||
resolution: {integrity: sha1-labypKvtHaQH523COK8vlIauzus=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/json/download/@iconify/json-1.1.413.tgz}
|
||||
registry.npmmirror.com/@iconify/json/1.1.414:
|
||||
resolution: {integrity: sha1-pnpt/VJ5oPoazsuyPx3NqES3PxU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@iconify/json/download/@iconify/json-1.1.414.tgz}
|
||||
name: '@iconify/json'
|
||||
version: 1.1.413
|
||||
version: 1.1.414
|
||||
dev: true
|
||||
|
||||
registry.npmmirror.com/@iconify/types/1.0.10:
|
||||
@ -5256,7 +5228,7 @@ packages:
|
||||
peerDependencies:
|
||||
vite: ^2.5.10
|
||||
dependencies:
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.43.2
|
||||
dev: true
|
||||
|
||||
registry.npmmirror.com/@volar/code-gen/0.28.3:
|
||||
@ -5367,6 +5339,27 @@ packages:
|
||||
version: 6.0.0-beta.19
|
||||
dev: false
|
||||
|
||||
registry.npmmirror.com/@vue/eslint-config-typescript/8.0.0_397d49b4b5abc93f7164053ce18f06c9:
|
||||
resolution: {integrity: sha1-56WqDN9fXVngX36jEOiVSkm4/EE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/eslint-config-typescript/download/@vue/eslint-config-typescript-8.0.0.tgz?cache=0&sync_timestamp=1634109955383&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2F%40vue%2Feslint-config-typescript%2Fdownload%2F%40vue%2Feslint-config-typescript-8.0.0.tgz}
|
||||
id: registry.npmmirror.com/@vue/eslint-config-typescript/8.0.0
|
||||
name: '@vue/eslint-config-typescript'
|
||||
version: 8.0.0
|
||||
engines: {node: ^10.12.0 || >=12.0.0}
|
||||
peerDependencies:
|
||||
'@typescript-eslint/eslint-plugin': ^5.0.0
|
||||
'@typescript-eslint/parser': ^5.0.0
|
||||
eslint: ^6.2.0 || ^7.0.0 || ^8.0.0
|
||||
eslint-plugin-vue: ^7.17.0
|
||||
dependencies:
|
||||
'@typescript-eslint/eslint-plugin': registry.npmmirror.com/@typescript-eslint/eslint-plugin/5.0.0_d8f15b12d289fecfef32450ca1e4b77e
|
||||
'@typescript-eslint/parser': registry.npmmirror.com/@typescript-eslint/parser/5.0.0_eslint@8.0.0+typescript@4.4.4
|
||||
eslint: registry.npmmirror.com/eslint/8.0.0
|
||||
eslint-plugin-vue: registry.npmmirror.com/eslint-plugin-vue/7.19.1_eslint@8.0.0
|
||||
vue-eslint-parser: registry.nlark.com/vue-eslint-parser/7.10.0_eslint@8.0.0
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
registry.npmmirror.com/@vue/reactivity/3.2.20:
|
||||
resolution: {integrity: sha1-gf4cNo5/ILwOwd7BBFu+4lNYLeg=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/@vue/reactivity/download/@vue/reactivity-3.2.20.tgz}
|
||||
name: '@vue/reactivity'
|
||||
@ -6064,10 +6057,10 @@ packages:
|
||||
mlly: registry.npmmirror.com/mlly/0.2.5
|
||||
dev: true
|
||||
|
||||
registry.npmmirror.com/local-pkg/0.3.0:
|
||||
resolution: {integrity: sha1-n0PqaCoIXwpjoYSoqu0QmuAkg84=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/local-pkg/download/local-pkg-0.3.0.tgz}
|
||||
registry.npmmirror.com/local-pkg/0.4.0:
|
||||
resolution: {integrity: sha1-5iIRcYE9WggS3YT6gP+xyPzABTE=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/local-pkg/download/local-pkg-0.4.0.tgz}
|
||||
name: local-pkg
|
||||
version: 0.3.0
|
||||
version: 0.4.0
|
||||
engines: {node: '>=14'}
|
||||
dependencies:
|
||||
mlly: registry.npmmirror.com/mlly/0.2.5
|
||||
@ -6087,11 +6080,11 @@ packages:
|
||||
version: 2.1.3
|
||||
dev: true
|
||||
|
||||
registry.npmmirror.com/naive-ui/2.19.7_vue@3.2.20:
|
||||
resolution: {integrity: sha1-5X5Bup1KVnQ5QxPhp1QFHJVDMjc=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/naive-ui/download/naive-ui-2.19.7.tgz}
|
||||
id: registry.npmmirror.com/naive-ui/2.19.7
|
||||
registry.npmmirror.com/naive-ui/2.19.8_vue@3.2.20:
|
||||
resolution: {integrity: sha1-p/tdpZp3R5OT7ki0hHv3OOWDY/E=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/naive-ui/download/naive-ui-2.19.8.tgz}
|
||||
id: registry.npmmirror.com/naive-ui/2.19.8
|
||||
name: naive-ui
|
||||
version: 2.19.7
|
||||
version: 2.19.8
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
dependencies:
|
||||
@ -6266,6 +6259,16 @@ packages:
|
||||
tslib: registry.nlark.com/tslib/1.14.1
|
||||
dev: true
|
||||
|
||||
registry.npmmirror.com/sass/1.43.2:
|
||||
resolution: {integrity: sha1-wCUBUgxiStZiJSmos3JOsI2oLWU=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/sass/download/sass-1.43.2.tgz?cache=0&sync_timestamp=1634176643718&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fsass%2Fdownload%2Fsass-1.43.2.tgz}
|
||||
name: sass
|
||||
version: 1.43.2
|
||||
engines: {node: '>=8.9.0'}
|
||||
hasBin: true
|
||||
dependencies:
|
||||
chokidar: registry.nlark.com/chokidar/3.5.2
|
||||
dev: true
|
||||
|
||||
registry.npmmirror.com/seemly/0.3.2:
|
||||
resolution: {integrity: sha1-9FqssqB0i7nadmtc+AXTtZrJUCw=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/seemly/download/seemly-0.3.2.tgz}
|
||||
name: seemly
|
||||
@ -6331,11 +6334,11 @@ packages:
|
||||
hasBin: true
|
||||
dev: true
|
||||
|
||||
registry.npmmirror.com/unplugin-icons/0.12.14_e14ef356e1d12d404481b7eb2ba1650f:
|
||||
resolution: {integrity: sha1-t4hk8W2TrnccDQZsqpp5pIF/Jq4=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-icons/download/unplugin-icons-0.12.14.tgz}
|
||||
id: registry.npmmirror.com/unplugin-icons/0.12.14
|
||||
registry.npmmirror.com/unplugin-icons/0.12.15_e14ef356e1d12d404481b7eb2ba1650f:
|
||||
resolution: {integrity: sha1-OeH6ftTW5VbcX70lTA1cExjTxYQ=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/unplugin-icons/download/unplugin-icons-0.12.15.tgz}
|
||||
id: registry.npmmirror.com/unplugin-icons/0.12.15
|
||||
name: unplugin-icons
|
||||
version: 0.12.14
|
||||
version: 0.12.15
|
||||
peerDependencies:
|
||||
'@svgr/core': ^5.5.0
|
||||
'@vue/compiler-sfc': ^3.0.2
|
||||
@ -6357,7 +6360,7 @@ packages:
|
||||
'@vue/compiler-sfc': registry.npmmirror.com/@vue/compiler-sfc/3.2.20
|
||||
debug: registry.nlark.com/debug/4.3.2
|
||||
kolorist: registry.nlark.com/kolorist/1.5.0
|
||||
local-pkg: registry.npmmirror.com/local-pkg/0.3.0
|
||||
local-pkg: registry.npmmirror.com/local-pkg/0.4.0
|
||||
unplugin: registry.npmmirror.com/unplugin/0.2.16_vite@2.6.7
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
@ -6411,7 +6414,7 @@ packages:
|
||||
optional: true
|
||||
dependencies:
|
||||
upath: registry.nlark.com/upath/2.0.1
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.43.2
|
||||
webpack-virtual-modules: registry.nlark.com/webpack-virtual-modules/0.4.3
|
||||
dev: true
|
||||
|
||||
@ -6425,7 +6428,7 @@ packages:
|
||||
vite: ^2.3.0
|
||||
webpack: 4 || 5
|
||||
dependencies:
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.43.2
|
||||
webpack-virtual-modules: registry.nlark.com/webpack-virtual-modules/0.4.3
|
||||
dev: true
|
||||
|
||||
@ -6443,7 +6446,7 @@ packages:
|
||||
ejs: registry.nlark.com/ejs/3.1.6
|
||||
fs-extra: registry.nlark.com/fs-extra/10.0.0
|
||||
html-minifier-terser: registry.nlark.com/html-minifier-terser/5.1.1
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.43.2
|
||||
dev: true
|
||||
|
||||
registry.npmmirror.com/vite-plugin-windicss/1.4.11_vite@2.6.7:
|
||||
@ -6457,13 +6460,13 @@ packages:
|
||||
'@windicss/plugin-utils': registry.npmmirror.com/@windicss/plugin-utils/1.4.11
|
||||
chalk: registry.nlark.com/chalk/4.1.2
|
||||
debug: registry.nlark.com/debug/4.3.2
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.42.1
|
||||
vite: registry.npmmirror.com/vite/2.6.7_sass@1.43.2
|
||||
windicss: registry.npmmirror.com/windicss/3.1.9
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
dev: true
|
||||
|
||||
registry.npmmirror.com/vite/2.6.7_sass@1.42.1:
|
||||
registry.npmmirror.com/vite/2.6.7_sass@1.43.2:
|
||||
resolution: {integrity: sha1-4VwdgyeVByC118TsP7NqWljM98s=, registry: https://registry.npm.taobao.org/, tarball: https://registry.npmmirror.com/vite/download/vite-2.6.7.tgz}
|
||||
id: registry.npmmirror.com/vite/2.6.7
|
||||
name: vite
|
||||
@ -6486,7 +6489,7 @@ packages:
|
||||
postcss: registry.npmmirror.com/postcss/8.3.9
|
||||
resolve: registry.nlark.com/resolve/1.20.0
|
||||
rollup: registry.npmmirror.com/rollup/2.58.0
|
||||
sass: registry.nlark.com/sass/1.42.1
|
||||
sass: registry.npmmirror.com/sass/1.43.2
|
||||
optionalDependencies:
|
||||
fsevents: registry.nlark.com/fsevents/2.3.2
|
||||
dev: true
|
||||
|
Loading…
Reference in New Issue
Block a user