Skip to content

Commit e2d6fc5

Browse files
committed
fix: upgrade swc_core to 0.92.2
1 parent 9d4d311 commit e2d6fc5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ strip = "symbols"
2424
[dependencies]
2525
serde = { version = "1.0.197", features = ["derive"] }
2626
serde_json = "1.0.115"
27-
swc_core = { version = "0.91.0", features = ["ecma_plugin_transform"] }
27+
swc_core = { version = "0.92.2", features = ["ecma_plugin_transform"] }
2828
swc_ecma_ast = "0.113.0"
2929
swc_ecma_visit = "0.99.0"
3030
swc_plugin_macro = "0.9.16"

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ If you are using SWC to transpile your TypeScript code, and your target is `es20
88

99
## Compatibility chart
1010

11-
| `@swc/core` | `@rspack/core` | `swc-plugin-allow-importing-ts-extensions` |
12-
| ----------- | -------------- | ------------------------------------------ |
13-
| `1.4.0` | `0.6.x` | `1.0.x` |
14-
| `1.5.0` | | `1.1.x` |
11+
| `swc-plugin-allow-importing-ts-extensions` | `@swc/core` | `@rspack/core` |
12+
| ------------------------------------------ | ----------- | -------------- |
13+
| `1.0.x` | `1.4.0` | `0.6.x` |
14+
| `1.1.x` | `1.5.0` | |
1515

1616
## Usage
1717

0 commit comments

Comments
 (0)