Skip to content

Commit 44d7302

Browse files
fix(deps): update all non-major dependencies
1 parent 8c7ae98 commit 44d7302

6 files changed

Lines changed: 6291 additions & 3204 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
@@ -31,7 +31,7 @@
3131
"main": "./dist/client.js",
3232
"icon": "assets/icon.png",
3333
"engines": {
34-
"vscode": "^1.61.0"
34+
"vscode": "^1.999.0"
3535
},
3636
"galleryBanner": {
3737
"theme": "dark",
@@ -362,9 +362,9 @@
362362
"vsce": "vsce"
363363
},
364364
"dependencies": {
365-
"@napi-rs/wasm-runtime": "^1.0.7"
365+
"@napi-rs/wasm-runtime": "^1.1.1"
366366
},
367367
"devDependencies": {
368-
"@types/vscode": "^1.22.0"
368+
"@types/vscode": "^1.108.1"
369369
}
370370
}

0 commit comments

Comments
 (0)