Skip to content

Commit f0e965b

Browse files
chore(deps): update oxc to ^0.120.0 (#146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 90bb542 commit f0e965b

File tree

4 files changed

+215
-215
lines changed

4 files changed

+215
-215
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ multiple_crate_versions = "allow"
8787

8888
[workspace.dependencies]
8989
# External oxc crates from crates.io
90-
oxc_allocator = "0.119"
91-
oxc_ast = "0.119"
92-
oxc_ast_visit = "0.119"
93-
oxc_diagnostics = "0.119"
94-
oxc_napi = "0.119"
95-
oxc_parser = "0.119"
96-
oxc_semantic = "0.119"
97-
oxc_span = "0.119"
90+
oxc_allocator = "0.120"
91+
oxc_ast = "0.120"
92+
oxc_ast_visit = "0.120"
93+
oxc_diagnostics = "0.120"
94+
oxc_napi = "0.120"
95+
oxc_parser = "0.120"
96+
oxc_semantic = "0.120"
97+
oxc_span = "0.120"
9898
oxc_sourcemap = "6.0.1"
9999

100100
# Internal

napi/angular-compiler/e2e/compare/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"@oxc-node/cli": "catalog:",
3434
"@oxc-node/core": "catalog:",
3535
"@types/node": "catalog:",
36-
"oxc-parser": "^0.119.0",
37-
"oxc-transform": "^0.119.0",
36+
"oxc-parser": "^0.120.0",
37+
"oxc-transform": "^0.120.0",
3838
"oxfmt": "catalog:",
3939
"typescript": "catalog:",
4040
"vitest": "catalog:"

0 commit comments

Comments
 (0)