Skip to content

Commit af8acf5

Browse files
committed
2.4.3
1 parent 7001894 commit af8acf5

File tree

3 files changed

+80
-67
lines changed

3 files changed

+80
-67
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ include = ["Cargo.toml", "src/**/*.rs"]
77
license = "MIT"
88
name = "swc-plugin-inferno"
99
repository = "https://github.com/infernojs/swc-plugin-inferno.git"
10-
version = "2.4.2"
10+
version = "2.4.3"
1111

1212
[lib]
1313
crate-type = ["cdylib", "rlib"]
@@ -35,7 +35,7 @@ serde = { version = "1", features = ["derive"], optional = true }
3535
sha-1 = "=0.10.1"
3636
rustc-hash = "2.1.1"
3737

38-
swc_core = { version = "21", features = [
38+
swc_core = { version = "22", features = [
3939
"swc_atoms",
4040
"swc_common",
4141
"transform_common",
@@ -52,6 +52,5 @@ swc_config = { version = "2" }
5252
[dev-dependencies]
5353
swc_ecma_codegen = { version = "10" }
5454
swc_ecma_transforms_compat = { version = "13" }
55-
swc_ecma_transforms_testing = { version = "14" }
56-
swc_ecma_transforms = { version = "15" }
57-
testing = { version = "8" }
55+
swc_ecma_transforms_testing = { version = "15" }
56+
testing = { version = "9" }

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swc-plugin-inferno",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "Inferno JSX plugin for SWC `@swc/core`",
55
"main": "swc_plugin_inferno.wasm",
66
"files": [

0 commit comments

Comments
 (0)