mirror of
https://github.com/element-plus/element-plus.git
synced 2025-02-17 11:49:41 +08:00
chore(deps): update all non-major dependencies
This commit is contained in:
parent
99848c1623
commit
ef9038ad71
@ -59,7 +59,7 @@ jobs:
|
||||
DOC_ENV: production
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: gh-pages
|
||||
|
2
.github/workflows/publish-docs-deploy.yml
vendored
2
.github/workflows/publish-docs-deploy.yml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
DOC_ENV: production
|
||||
|
||||
- name: Deploy
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
branch: gh-pages
|
||||
|
2
.github/workflows/staging-docs.yml
vendored
2
.github/workflows/staging-docs.yml
vendored
@ -68,7 +68,7 @@ jobs:
|
||||
NODE_OPTIONS: --max-old-space-size=4096
|
||||
|
||||
- name: Deploy staging website
|
||||
uses: JamesIves/github-pages-deploy-action@v4.2.5
|
||||
uses: JamesIves/github-pages-deploy-action@v4.3.0
|
||||
with:
|
||||
token: ${{ secrets.EP_BOT_TOKEN }}
|
||||
branch: main
|
||||
|
@ -12,7 +12,7 @@
|
||||
"@docsearch/js": "^3.0.0",
|
||||
"@docsearch/react": "^3.0.0",
|
||||
"@element-plus/metadata": "latest",
|
||||
"@vueuse/core": "^8.2.4",
|
||||
"@vueuse/core": "^8.2.5",
|
||||
"axios": "^0.26.1",
|
||||
"clipboard-copy": "^4.0.1",
|
||||
"element-plus": "npm:element-plus@latest",
|
||||
@ -31,9 +31,9 @@
|
||||
"markdown-it": "^12.3.2",
|
||||
"markdown-it-container": "^3.0.0",
|
||||
"octokit": "^1.7.1",
|
||||
"unocss": "^0.30.11",
|
||||
"unocss": "^0.31.0",
|
||||
"unplugin-icons": "^0.14.1",
|
||||
"unplugin-vue-components": "^0.18.5",
|
||||
"unplugin-vue-components": "^0.19.2",
|
||||
"vite": "^2.9.1",
|
||||
"vite-plugin-inspect": "^0.4.3",
|
||||
"vite-plugin-pwa": "^0.11.13",
|
||||
|
@ -21,13 +21,13 @@
|
||||
"chalk": "^4.1.2",
|
||||
"components-helper": "^2.0.0",
|
||||
"consola": "^2.15.3",
|
||||
"esbuild": "^0.14.31",
|
||||
"esbuild": "^0.14.34",
|
||||
"fast-glob": "^3.2.11",
|
||||
"fs-extra": "^10.0.1",
|
||||
"gulp": "^4.0.2",
|
||||
"lodash": "^4.17.21",
|
||||
"rollup": "^2.70.1",
|
||||
"rollup-plugin-esbuild": "^4.8.2",
|
||||
"rollup-plugin-esbuild": "^4.9.1",
|
||||
"ts-morph": "^14.0.0",
|
||||
"unplugin-vue-define-options": "^0.6.0",
|
||||
"vue": "^3.2.31"
|
||||
|
@ -14,17 +14,17 @@
|
||||
"eslint": "^8.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@typescript-eslint/eslint-plugin": "^5.17.0",
|
||||
"@typescript-eslint/parser": "^5.17.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.18.0",
|
||||
"@typescript-eslint/parser": "^5.18.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-define-config": "^1.3.0",
|
||||
"eslint-plugin-eslint-comments": "^3.2.0",
|
||||
"eslint-plugin-import": "^2.25.4",
|
||||
"eslint-plugin-import": "^2.26.0",
|
||||
"eslint-plugin-jsonc": "^2.2.1",
|
||||
"eslint-plugin-markdown": "^2.2.1",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"eslint-plugin-unicorn": "^42.0.0",
|
||||
"eslint-plugin-vue": "^8.5.0",
|
||||
"eslint-plugin-vue": "^8.6.0",
|
||||
"jsonc-eslint-parser": "^2.1.0",
|
||||
"yaml-eslint-parser": "^0.5.0"
|
||||
}
|
||||
|
22
package.json
22
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"private": true,
|
||||
"packageManager": "pnpm@6.32.4",
|
||||
"packageManager": "pnpm@6.32.6",
|
||||
"workspaces": [
|
||||
"packages/*",
|
||||
"play",
|
||||
@ -50,11 +50,11 @@
|
||||
"@element-plus/theme-chalk": "workspace:*",
|
||||
"@element-plus/tokens": "workspace:*",
|
||||
"@element-plus/utils": "workspace:*",
|
||||
"@floating-ui/dom": "^0.4.2",
|
||||
"@popperjs/core": "^2.11.4",
|
||||
"@floating-ui/dom": "^0.4.4",
|
||||
"@popperjs/core": "^2.11.5",
|
||||
"@types/lodash": "^4.14.181",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@vueuse/core": "^8.2.4",
|
||||
"@vueuse/core": "^8.2.5",
|
||||
"async-validator": "^4.0.7",
|
||||
"dayjs": "^1.11.0",
|
||||
"escape-html": "^1.0.3",
|
||||
@ -65,7 +65,7 @@
|
||||
"normalize-wheel-es": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.17.8",
|
||||
"@babel/core": "^7.17.9",
|
||||
"@babel/preset-env": "^7.16.11",
|
||||
"@babel/preset-typescript": "^7.16.7",
|
||||
"@commitlint/cli": "^16.2.3",
|
||||
@ -83,7 +83,7 @@
|
||||
"@types/sass": "^1.43.1",
|
||||
"@vitejs/plugin-vue": "^2.3.1",
|
||||
"@vitejs/plugin-vue-jsx": "^1.3.9",
|
||||
"@vitest/ui": "^0.8.4",
|
||||
"@vitest/ui": "^0.9.3",
|
||||
"@vue/babel-plugin-jsx": "^1.1.1",
|
||||
"@vue/test-utils": "2.0.0-rc.16",
|
||||
"@vue/tsconfig": "^0.1.3",
|
||||
@ -94,7 +94,7 @@
|
||||
"consola": "^2.15.3",
|
||||
"csstype": "^2.6.20",
|
||||
"cz-conventional-changelog": "^3.3.0",
|
||||
"eslint": "^8.12.0",
|
||||
"eslint": "^8.13.0",
|
||||
"eslint-define-config": "^1.3.0",
|
||||
"expect-type": "^0.13.0",
|
||||
"fast-glob": "^3.2.11",
|
||||
@ -106,19 +106,19 @@
|
||||
"puppeteer": "^13.5.2",
|
||||
"resize-observer-polyfill": "^1.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"sass": "^1.49.11",
|
||||
"sucrase": "^3.20.3",
|
||||
"sass": "^1.50.0",
|
||||
"sucrase": "^3.21.0",
|
||||
"ts-jest": "^26.5.6",
|
||||
"ts-morph": "^14.0.0",
|
||||
"type-fest": "^2.12.2",
|
||||
"typescript": "^4.6.3",
|
||||
"unplugin-element-plus": "^0.3.4",
|
||||
"unplugin-vue-define-options": "^0.6.0",
|
||||
"vitest": "^0.8.4",
|
||||
"vitest": "^0.9.3",
|
||||
"vue": "^3.2.31",
|
||||
"vue-jest": "^5.0.0-alpha.10",
|
||||
"vue-router": "^4.0.14",
|
||||
"vue-tsc": "^0.33.9"
|
||||
"vue-tsc": "^0.34.5"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 16"
|
||||
|
@ -51,13 +51,13 @@
|
||||
"vue": "^3.2.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ctrl/tinycolor": "^3.4.0",
|
||||
"@ctrl/tinycolor": "^3.4.1",
|
||||
"@element-plus/icons-vue": "^1.1.4",
|
||||
"@floating-ui/dom": "^0.4.2",
|
||||
"@popperjs/core": "^2.11.4",
|
||||
"@floating-ui/dom": "^0.4.4",
|
||||
"@popperjs/core": "^2.11.5",
|
||||
"@types/lodash": "^4.14.181",
|
||||
"@types/lodash-es": "^4.17.6",
|
||||
"@vueuse/core": "^8.2.4",
|
||||
"@vueuse/core": "^8.2.5",
|
||||
"async-validator": "^4.0.7",
|
||||
"dayjs": "^1.11.0",
|
||||
"escape-html": "^1.0.3",
|
||||
|
@ -11,7 +11,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@vitejs/plugin-vue": "^2.3.1",
|
||||
"unplugin-vue-components": "^0.18.5",
|
||||
"unplugin-vue-components": "^0.19.2",
|
||||
"vite": "^2.9.1",
|
||||
"vite-plugin-inspect": "^0.4.3",
|
||||
"vite-plugin-mkcert": "^1.6.0"
|
||||
|
2038
pnpm-lock.yaml
2038
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user