Skip to content

Commit 5ed6f21

Browse files
fix(deps): update all non-major dependencies
1 parent 4082eb9 commit 5ed6f21

6 files changed

Lines changed: 9415 additions & 6243 deletions

File tree

.github/workflows/changesets.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup pnpm
3636
uses: pnpm/action-setup@v2
3737
with:
38-
version: 10.17.0
38+
version: 10.28.1
3939
run_install: |
4040
- args: ['--force']
4141
@@ -115,7 +115,7 @@ jobs:
115115
- name: Setup pnpm
116116
uses: pnpm/action-setup@v2
117117
with:
118-
version: 10.17.0
118+
version: 10.28.1
119119
run_install: true
120120

121121
- name: Run Pack
@@ -151,7 +151,7 @@ jobs:
151151
- name: Setup pnpm
152152
uses: pnpm/action-setup@v2
153153
with:
154-
version: 10.17.0
154+
version: 10.28.1
155155
run_install: true
156156

157157
- name: Download all artifacts

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup pnpm
3636
uses: pnpm/action-setup@v2
3737
with:
38-
version: 10.17.0
38+
version: 10.28.1
3939
run_install: true
4040

4141
- name: Run Lint
@@ -114,7 +114,7 @@ jobs:
114114
- name: Setup pnpm
115115
uses: pnpm/action-setup@v2
116116
with:
117-
version: 10.17.0
117+
version: 10.28.1
118118
run_install: true
119119

120120
- name: Run Pack

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"type": "module",
33
"private": true,
4-
"packageManager": "pnpm@10.17.0",
4+
"packageManager": "pnpm@10.28.1",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/ohosvscode/arkTS.git"
@@ -136,7 +136,7 @@
136136
},
137137
"pnpm": {
138138
"overrides": {
139-
"eslint-plugin-antfu": "3.1.1"
139+
"eslint-plugin-antfu": "3.1.3"
140140
}
141141
},
142142
"simple-git-hooks": {

packages/vscode/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"main": "./dist/client.js",
2828
"icon": "assets/icon.png",
2929
"engines": {
30-
"vscode": "^1.61.0"
30+
"vscode": "^1.999.0"
3131
},
3232
"galleryBanner": {
3333
"theme": "dark",
@@ -358,9 +358,9 @@
358358
"vsce": "vsce"
359359
},
360360
"dependencies": {
361-
"@napi-rs/wasm-runtime": "^1.0.7"
361+
"@napi-rs/wasm-runtime": "^1.1.1"
362362
},
363363
"devDependencies": {
364-
"@types/vscode": "^1.22.0"
364+
"@types/vscode": "^1.108.1"
365365
}
366366
}

0 commit comments

Comments
 (0)