Skip to content

Commit

Permalink
chore: upgrade deps (element-plus#6937)
Browse files Browse the repository at this point in the history
* chore: upgrade deps

* chore: upgrade deps
  • Loading branch information
sxzz committed Apr 1, 2022
1 parent d0280b5 commit d6a4415
Show file tree
Hide file tree
Showing 6 changed files with 660 additions and 1,094 deletions.
6 changes: 3 additions & 3 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@docsearch/js": "^3.0.0",
"@docsearch/react": "^3.0.0",
"@vueuse/core": "^8.2.0",
"@vueuse/core": "^8.2.3",
"axios": "^0.26.1",
"clipboard-copy": "^4.0.1",
"element-plus": "npm:element-plus@latest",
Expand All @@ -28,10 +28,10 @@
"escape-html": "^1.0.3",
"markdown-it": "^12.3.2",
"markdown-it-container": "^3.0.0",
"unocss": "^0.30.7",
"unocss": "^0.30.8",
"unplugin-icons": "^0.14.1",
"unplugin-vue-components": "^0.18.5",
"vite": "^2.8.6",
"vite": "^2.9.1",
"vite-plugin-inspect": "^0.4.3",
"vitepress": "^0.22.3"
}
Expand Down
6 changes: 3 additions & 3 deletions internal/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@
"@pnpm/find-workspace-packages": "^4.0.0",
"@rollup/plugin-commonjs": "^21.0.3",
"@rollup/plugin-node-resolve": "^13.1.3",
"@vitejs/plugin-vue": "^2.2.4",
"@vitejs/plugin-vue-jsx": "^1.3.8",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"chalk": "^4.1.2",
"components-helper": "^2.0.0",
"consola": "^2.15.3",
"esbuild": "^0.14.28",
"esbuild": "^0.14.29",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.1",
"gulp": "^4.0.2",
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@element-plus/utils": "workspace:*",
"@floating-ui/dom": "^0.4.2",
"@popperjs/core": "^2.11.4",
"@vueuse/core": "^8.2.0",
"@vueuse/core": "^8.2.3",
"async-validator": "^4.0.7",
"dayjs": "^1.11.0",
"escape-html": "^1.0.3",
Expand All @@ -94,19 +94,19 @@
"@types/jest": "^26.0.24",
"@types/lodash": "^4.14.181",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.18",
"@types/node": "*",
"@types/sass": "^1.43.1",
"@vitejs/plugin-vue": "^2.2.4",
"@vitejs/plugin-vue-jsx": "^1.3.8",
"@vitest/ui": "^0.8.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vitejs/plugin-vue-jsx": "^1.3.9",
"@vitest/ui": "^0.8.1",
"@vue/babel-plugin-jsx": "^1.1.1",
"@vue/test-utils": "2.0.0-rc.16",
"@vue/tsconfig": "^0.1.3",
"babel-jest": "^26.6.3",
"c8": "^7.11.0",
"chalk": "^4.1.2",
"consola": "^2.15.3",
"csstype": "^2.6.19",
"csstype": "^2.6.20",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.12.0",
"eslint-define-config": "^1.3.0",
Expand All @@ -117,18 +117,18 @@
"lint-staged": "^12.3.7",
"prettier": "^2.6.1",
"pretty-quick": "^3.1.3",
"puppeteer": "^13.5.1",
"puppeteer": "^13.5.2",
"resize-observer-polyfill": "^1.5.1",
"rimraf": "^3.0.2",
"sass": "^1.49.9",
"sass": "^1.49.10",
"sucrase": "^3.20.3",
"ts-jest": "^26.5.6",
"ts-morph": "^14.0.0",
"type-fest": "^2.12.1",
"type-fest": "^2.12.2",
"typescript": "^4.6.3",
"unplugin-element-plus": "^0.3.2",
"unplugin-element-plus": "^0.3.3",
"unplugin-vue-define-options": "^0.6.0",
"vitest": "^0.8.0",
"vitest": "^0.8.1",
"vue": "^3.2.31",
"vue-jest": "^5.0.0-alpha.10",
"vue-router": "^4.0.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/element-plus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@element-plus/icons-vue": "^1.1.4",
"@floating-ui/dom": "^0.4.2",
"@popperjs/core": "^2.11.4",
"@vueuse/core": "^8.2.0",
"@vueuse/core": "^8.2.3",
"async-validator": "^4.0.7",
"dayjs": "^1.11.0",
"escape-html": "^1.0.3",
Expand All @@ -66,7 +66,7 @@
"@types/lodash": "^4.14.181",
"@types/lodash-es": "^4.17.6",
"@types/node": "*",
"csstype": "^2.6.19",
"csstype": "^2.6.20",
"vue-router": "^4.0.14"
},
"vetur": {
Expand Down
4 changes: 2 additions & 2 deletions play/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"@element-plus/icons-vue": "^1.1.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.4",
"@vitejs/plugin-vue": "^2.3.1",
"unplugin-vue-components": "^0.18.5",
"vite": "^2.8.6",
"vite": "^2.9.1",
"vite-plugin-inspect": "^0.4.3",
"vite-plugin-mkcert": "^1.6.0"
}
Expand Down
Loading

0 comments on commit d6a4415

Please sign in to comment.