Skip to content

Commit 5a62f22

Browse files
authored
❇️ chore: element plus v2.11 (#463)
1 parent ffefe31 commit 5a62f22

File tree

5 files changed

+494
-485
lines changed

5 files changed

+494
-485
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22.x
17+
node-version: 22.12.x
1818

1919
- uses: pnpm/action-setup@v3.0.0
2020
with:

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
## 前置条件
5555

5656
* Vue 3.x
57-
* Node >= 18.12.x
57+
* Node >= 22.12.x
5858
* Pnpm 9.x
5959
* **VS Code 插件 `dbaeumer.vscode-eslint` >= v3.0.5 (pre-release)**
6060

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you prefer using [Naive UI](https://www.naiveui.com/) as your UI library, we'
5454
## Environment Support
5555

5656
* Vue 3.x
57-
* Node >= 18.12.x
57+
* Node >= 22.12.x
5858
* Pnpm 9.x
5959
* **VSCode Extension `dbaeumer.vscode-eslint` >= v3.0.5 (pre-release)**
6060

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prepare": "husky"
2020
},
2121
"engines": {
22-
"node": ">=22.x",
22+
"node": ">=22.12.x",
2323
"pnpm": ">= 9.x"
2424
},
2525
"keywords": [
@@ -51,35 +51,35 @@
5151
"@element-plus/icons-vue": "2.3.2",
5252
"axios": "1.11.0",
5353
"echarts": "^6.0.0",
54-
"element-plus": "2.10.7",
54+
"element-plus": "2.11.1",
5555
"js-cookie": "^3.0.5",
5656
"lodash-es": "^4.17.21",
5757
"nprogress": "^0.2.0",
58-
"vue": "^3.5.18",
58+
"vue": "^3.5.19",
5959
"vue-router": "^4.5.1",
6060
"vuex": "^4.1.0"
6161
},
6262
"devDependencies": {
6363
"@babel/core": "^7.28.3",
6464
"@babel/preset-env": "^7.28.3",
65-
"@eslint/js": "^9.33.0",
66-
"@iconify/json": "^2.2.373",
65+
"@eslint/js": "^9.34.0",
66+
"@iconify/json": "^2.2.377",
6767
"@iconify/vue": "^5.0.0",
6868
"@stylistic/eslint-plugin": "^5.2.3",
6969
"@stylistic/stylelint-plugin": "^4.0.0",
7070
"@types/js-cookie": "^3.0.6",
7171
"@types/lodash-es": "^4.17.12",
72-
"@types/node": "^24.2.1",
72+
"@types/node": "^24.3.0",
7373
"@types/nprogress": "^0.2.3",
74-
"@typescript-eslint/eslint-plugin": "^8.39.1",
75-
"@typescript-eslint/parser": "^8.39.1",
74+
"@typescript-eslint/eslint-plugin": "^8.40.0",
75+
"@typescript-eslint/parser": "^8.40.0",
7676
"@vitejs/plugin-vue": "^6.0.1",
7777
"@vitest/coverage-v8": "^3.2.4",
78-
"@vue/compiler-sfc": "^3.5.18",
78+
"@vue/compiler-sfc": "^3.5.19",
7979
"@vue/test-utils": "2.4.6",
8080
"babel-plugin-transform-vite-meta-env": "^1.0.3",
8181
"cross-env": "^10.0.0",
82-
"eslint": "^9.33.0",
82+
"eslint": "^9.34.0",
8383
"eslint-plugin-html": "8.1.3",
8484
"eslint-plugin-import": "^2.32.0",
8585
"eslint-plugin-vue": "10.4.0",
@@ -90,7 +90,7 @@
9090
"postcss": "^8.5.6",
9191
"postcss-html": "^1.8.0",
9292
"postcss-scss": "^4.0.9",
93-
"rollup": "4.46.2",
93+
"rollup": "4.48.0",
9494
"sass": "1.90.0",
9595
"stylelint": "^16.23.1",
9696
"stylelint-config-recommended-scss": "^16.0.0",
@@ -102,7 +102,7 @@
102102
"unplugin-auto-import": "^20.0.0",
103103
"unplugin-icons": "^22.2.0",
104104
"unplugin-vue-components": "^29.0.0",
105-
"vite": "^7.1.2",
105+
"vite": "^7.1.3",
106106
"vitest": "^3.2.4",
107107
"vue-eslint-parser": "^10.2.0"
108108
}

0 commit comments

Comments
 (0)