mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-30 11:16:12 +08:00
chore: upgrade dependencies
This commit is contained in:
parent
7d581e0b53
commit
0ae66f8230
@ -8,8 +8,8 @@
|
||||
"gen-locale": "rimraf .vitepress/i18n && sucrase-node .vitepress/build/crowdin-generate.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@vueuse/core": "^6.5.3",
|
||||
"axios": "^0.21.4",
|
||||
"@vueuse/core": "^6.7.3",
|
||||
"axios": "^0.23.0",
|
||||
"clipboard-copy": "^4.0.1",
|
||||
"element-plus": "npm:element-plus@1.1.0-beta.20",
|
||||
"marked": "^3.0.7",
|
||||
|
28
package.json
28
package.json
@ -58,17 +58,17 @@
|
||||
"@element-plus/utils": "workspace:*",
|
||||
"@popperjs/core": "^2.10.2",
|
||||
"@vueuse/core": "~6.1.0",
|
||||
"async-validator": "^4.0.3",
|
||||
"async-validator": "^4.0.7",
|
||||
"dayjs": "^1.10.7",
|
||||
"lodash": "^4.17.21",
|
||||
"memoize-one": "^5.2.1",
|
||||
"memoize-one": "^6.0.0",
|
||||
"normalize-wheel-es": "^1.1.0",
|
||||
"resize-observer-polyfill": "^1.5.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^13.2.1",
|
||||
"@commitlint/config-conventional": "^13.2.0",
|
||||
"@pnpm/find-workspace-packages": "^3.1.17",
|
||||
"@pnpm/find-workspace-packages": "^3.1.19",
|
||||
"@pnpm/logger": "^4.0.0",
|
||||
"@pnpm/types": "^7.4.0",
|
||||
"@rollup/plugin-commonjs": "^15.1.0",
|
||||
@ -77,28 +77,28 @@
|
||||
"@sucrase/jest-plugin": "^2.1.1",
|
||||
"@types/gulp": "^4.0.9",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/lodash": "^4.14.175",
|
||||
"@types/lodash": "^4.14.176",
|
||||
"@types/sass": "^1.16.1",
|
||||
"@types/through2": "^2.0.36",
|
||||
"@typescript-eslint/eslint-plugin": "^5.0.0",
|
||||
"@typescript-eslint/parser": "^5.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
||||
"@typescript-eslint/parser": "^5.1.0",
|
||||
"@vue/compiler-sfc": "^3.2.20",
|
||||
"@vue/test-utils": "2.0.0-rc.15",
|
||||
"chalk": "^4.1.2",
|
||||
"components-helper": "^1.0.4",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"esbuild": "~0.13.6",
|
||||
"esbuild": "~0.13.8",
|
||||
"eslint": "^8.0.1",
|
||||
"eslint-config-prettier": "^8.3.0",
|
||||
"eslint-define-config": "^1.1.1",
|
||||
"eslint-plugin-import": "^2.25.2",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-vue": "^7.19.1",
|
||||
"expect-type": "^0.12.0",
|
||||
"eslint-plugin-vue": "^7.20.0",
|
||||
"expect-type": "^0.13.0",
|
||||
"fast-glob": "^3.2.7",
|
||||
"gulp": "^4.0.2",
|
||||
"gulp-typescript": "^6.0.0-alpha.1",
|
||||
"husky": "^7.0.2",
|
||||
"husky": "^7.0.4",
|
||||
"jest": "^26.6.3",
|
||||
"lint-staged": "^11.2.3",
|
||||
"prettier": "^2.4.1",
|
||||
@ -106,11 +106,11 @@
|
||||
"rimraf": "^3.0.2",
|
||||
"rollup": "^2.58.0",
|
||||
"rollup-plugin-css-only": "^3.1.0",
|
||||
"rollup-plugin-esbuild": "^4.5.0",
|
||||
"rollup-plugin-esbuild": "^4.6.0",
|
||||
"rollup-plugin-filesize": "^9.1.1",
|
||||
"rollup-plugin-vue": "^6.0.0",
|
||||
"sass": "^1.43.2",
|
||||
"sucrase": "^3.20.2",
|
||||
"sass": "^1.43.3",
|
||||
"sucrase": "^3.20.3",
|
||||
"through2": "^4.0.2",
|
||||
"ts-jest": "^26.5.6",
|
||||
"ts-morph": "^12.0.0",
|
||||
@ -118,6 +118,6 @@
|
||||
"vue": "^3.2.20",
|
||||
"vue-jest": "5.0.0-alpha.10",
|
||||
"vue-router": "^4.0.12",
|
||||
"vue-tsc": "^0.28.4"
|
||||
"vue-tsc": "^0.28.7"
|
||||
}
|
||||
}
|
||||
|
@ -38,10 +38,10 @@
|
||||
"@element-plus/icons": "^0.0.11",
|
||||
"@popperjs/core": "^2.10.2",
|
||||
"@vueuse/core": "~6.1.0",
|
||||
"async-validator": "^4.0.3",
|
||||
"async-validator": "^4.0.7",
|
||||
"dayjs": "^1.10.7",
|
||||
"lodash": "^4.17.21",
|
||||
"memoize-one": "^5.2.1",
|
||||
"memoize-one": "^6.0.0",
|
||||
"normalize-wheel-es": "^1.1.0",
|
||||
"resize-observer-polyfill": "^1.5.1"
|
||||
},
|
||||
|
@ -6,7 +6,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@vitejs/plugin-vue": "^1.9.3",
|
||||
"vite": "^2.6.7"
|
||||
"vite": "^2.6.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"unplugin-vue-components": "^0.16.0"
|
||||
|
494
pnpm-lock.yaml
494
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user