diff --git a/Cargo.toml b/Cargo.toml index 52d7910..fc30480 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ strip = "symbols" [dependencies] serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" -swc_core = { version = "0.91.0", features = ["ecma_plugin_transform"] } +swc_core = { version = "0.92.2", features = ["ecma_plugin_transform"] } swc_ecma_ast = "0.113.0" swc_ecma_visit = "0.99.0" swc_plugin_macro = "0.9.16" diff --git a/README.md b/README.md index b443241..4fcc717 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ If you are using SWC to transpile your TypeScript code, and your target is `es20 ## Compatibility chart -| `@swc/core` | `@rspack/core` | `swc-plugin-allow-importing-ts-extensions` | -| ----------- | -------------- | ------------------------------------------ | -| `1.4.0` | `0.6.x` | `1.0.x` | -| `1.5.0` | | `1.1.x` | +| `swc-plugin-allow-importing-ts-extensions` | `@swc/core` | `@rspack/core` | +| ------------------------------------------ | ----------- | -------------- | +| `1.0.x` | `1.4.0` | `0.6.x` | +| `1.1.x` | `1.5.0` | | ## Usage