Skip to content

Commit a8101f6

Browse files
committed
chore: upgrade deps
1 parent dba6a4b commit a8101f6

File tree

5 files changed

+1952
-2231
lines changed

5 files changed

+1952
-2231
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
- uses: actions/checkout@v4
1212

1313
- name: Setup pnpm
14-
uses: pnpm/action-setup@v2
14+
uses: pnpm/action-setup@v4.0.0
1515

1616
- name: Setup Node
1717
uses: actions/setup-node@v4
1818
with:
19-
node-version: lts/*
19+
node-version-file: .node-version
2020
cache: pnpm
2121

2222
- name: Install deps

.node-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/*

.vscode/settings.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
22
"editor.formatOnSave": true,
3-
"iconify.includes": ["ep"],
4-
"eslint.experimental.useFlatConfig": true
3+
"iconify.includes": ["ep"]
54
}

package.json

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "element-plus-playground",
33
"version": "2.5.1",
4-
"packageManager": "pnpm@9.9.0",
4+
"packageManager": "pnpm@10.2.0",
55
"description": "Element Plus Playground",
66
"type": "module",
77
"keywords": [
@@ -22,34 +22,34 @@
2222
"format": "prettier --write --cache ."
2323
},
2424
"dependencies": {
25-
"@unocss/reset": "^0.62.3",
26-
"@vue/repl": "^4.4.3",
27-
"@vueuse/core": "^11.0.3",
28-
"element-plus": "^2.8.2",
29-
"semver": "^7.6.3",
30-
"vue": "^3.5.3"
25+
"@unocss/reset": "^65.4.3",
26+
"@vue/repl": "^4.5.0",
27+
"@vueuse/core": "^12.5.0",
28+
"element-plus": "^2.9.3",
29+
"semver": "^7.7.1",
30+
"vue": "^3.5.13"
3131
},
3232
"devDependencies": {
33-
"@iconify-json/ri": "^1.2.0",
34-
"@sxzz/eslint-config": "^4.1.6",
35-
"@sxzz/prettier-config": "^2.0.2",
36-
"@types/node": "^22.5.4",
33+
"@iconify-json/ri": "^1.2.5",
34+
"@sxzz/eslint-config": "^5.0.1",
35+
"@sxzz/prettier-config": "^2.1.1",
36+
"@types/node": "^22.13.1",
3737
"@types/semver": "^7.5.8",
38-
"@unocss/transformer-directives": "^0.62.3",
39-
"@vitejs/plugin-vue": "^5.1.3",
40-
"@vue/tsconfig": "^0.5.1",
41-
"bumpp": "^9.5.2",
42-
"eslint": "^9.10.0",
43-
"prettier": "^3.3.3",
44-
"sass": "^1.78.0",
45-
"typescript": "^5.5.4",
46-
"unocss": "^0.62.3",
47-
"unplugin-auto-import": "^0.18.2",
48-
"unplugin-vue-components": "^0.27.4",
49-
"vite": "^5.4.3",
50-
"vite-plugin-inspect": "^0.8.7",
38+
"@unocss/transformer-directives": "^65.4.3",
39+
"@vitejs/plugin-vue": "^5.2.1",
40+
"@vue/tsconfig": "^0.7.0",
41+
"bumpp": "^10.0.1",
42+
"eslint": "^9.19.0",
43+
"prettier": "^3.4.2",
44+
"sass": "^1.83.4",
45+
"typescript": "^5.7.3",
46+
"unocss": "^65.4.3",
47+
"unplugin-auto-import": "^19.0.0",
48+
"unplugin-vue-components": "^28.0.0",
49+
"vite": "^6.0.11",
50+
"vite-plugin-inspect": "^10.1.0",
5151
"vite-plugin-mkcert": "^1.17.6",
52-
"vue-tsc": "^2.1.6"
52+
"vue-tsc": "^2.2.0"
5353
},
5454
"prettier": "@sxzz/prettier-config"
5555
}

0 commit comments

Comments
 (0)