Skip to content

Commit e501ec7

Browse files
chore(deps): update oxc to ^0.78.0
1 parent 508ce6a commit e501ec7

File tree

6 files changed

+60
-54
lines changed

6 files changed

+60
-54
lines changed

Cargo.lock

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
1010
[dependencies]
1111
napi = { version = "3.0.0", default-features = false, features = ["serde-json", "napi3"] }
1212
napi-derive = { version = "3.0.0", default-features = false, features = ["type-def"] }
13-
oxc = { version = "0.77.0", features = ["codegen", "transformer", "semantic", "regular_expression"] }
13+
oxc = { version = "0.78.0", features = ["codegen", "transformer", "semantic", "regular_expression"] }
1414
oxc_resolver = { version = "11.5.0" }
1515
phf = "0.12"
1616
serde_json = "1"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@napi-rs/wasm-runtime": "^1.0.1",
99
"@oxc-node/cli": "workspace:*",
1010
"@oxc-node/core": "workspace:*",
11-
"@oxc-project/runtime": "^0.77.3",
11+
"@oxc-project/runtime": "^0.78.0",
1212
"@types/node": "^24.1.0",
1313
"ava": "^6.4.1",
1414
"cross-env": "^7.0.3",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@napi-rs/cli": "catalog:",
23-
"@oxc-project/runtime": "^0.77.3"
23+
"@oxc-project/runtime": "^0.78.0"
2424
},
2525
"dependencies": {
2626
"pirates": "^4.0.7"

packages/integrate-module-bundler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@nestjs/core": "^11.1.5",
1818
"@nestjs/platform-express": "^11.1.5",
1919
"@oxc-node/cli": "workspace:*",
20-
"@oxc-project/runtime": "^0.77.3",
20+
"@oxc-project/runtime": "^0.78.0",
2121
"@types/express": "^5.0.3",
2222
"@types/node": "^24.1.0",
2323
"@types/react": "^19.1.8",

pnpm-lock.yaml

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)