Skip to content

Commit 1a946f3

Browse files
chore: bump up all non-major dependencies
1 parent a7bec3a commit 1a946f3

File tree

3 files changed

+332
-263
lines changed

3 files changed

+332
-263
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ jobs:
221221
- uses: actions/checkout@v5
222222
- name: Build
223223
id: build
224-
uses: cross-platform-actions/action@v0.29.0
224+
uses: cross-platform-actions/action@v0.30.0
225225
env:
226226
DEBUG: napi:*
227227
RUSTUP_IO_THREADS: 1

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@arkts/project-detector",
33
"type": "module",
44
"version": "1.1.3-alpha.29",
5-
"packageManager": "pnpm@10.18.0",
5+
"packageManager": "pnpm@10.24.0",
66
"description": "A native Rust-based project detector for HarmonyOS/OpenHarmony projects",
77
"license": "MIT",
88
"repository": {
@@ -99,7 +99,7 @@
9999
"@emnapi/runtime": "^1.5.0",
100100
"@napi-rs/cli": "^3.2.0",
101101
"@napi-rs/wasm-runtime": "^1.0.4",
102-
"@oxc-node/core": "^0.0.32",
102+
"@oxc-node/core": "^0.0.35",
103103
"@taplo/cli": "^0.7.0",
104104
"@tybys/wasm-util": "^0.10.0",
105105
"@types/node": "^24.7.2",
@@ -113,10 +113,10 @@
113113
"lint-staged": "^16.1.6",
114114
"magic-string": "^0.30.19",
115115
"npm-run-all2": "^8.0.4",
116-
"rolldown": "1.0.0-beta.43",
117-
"rolldown-plugin-dts": "^0.16.12",
116+
"rolldown": "1.0.0-beta.53",
117+
"rolldown-plugin-dts": "^0.18.0",
118118
"tinybench": "^5.0.1",
119-
"tsdown": "^0.15.6",
119+
"tsdown": "^0.17.0",
120120
"typescript": "^5.9.2",
121121
"vitest": "^3.2.4"
122122
},

0 commit comments

Comments
 (0)