@swc/plugin-styled-jsx 1.5.125 → 2.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @swc/plugin-styled-jsx
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 8e91d39: Update swc_core to 0.91.x
8
+
9
+ ## 1.5.126
10
+
11
+ ### Patch Changes
12
+
13
+ - 2087070: Fix interpolation
14
+
3
15
  ## 1.5.125
4
16
 
5
17
  ### Patch Changes
package/Cargo.toml CHANGED
@@ -24,17 +24,17 @@ custom_transform = ["swc_common/concurrent"]
24
24
  anyhow = "1"
25
25
  serde_json = "1"
26
26
  styled_jsx = { path = "./transform" }
27
- swc_atoms = "0.6.5"
28
- swc_common = "0.33.21"
29
- swc_core = { version = "0.90.26", features = ["ecma_plugin_transform"] }
30
- swc_ecma_ast = "0.112.6"
31
- swc_ecma_minifier = "0.192.19"
32
- swc_ecma_parser = "0.143.11"
33
- swc_ecma_utils = "0.127.15"
34
- swc_ecma_visit = "0.98.7"
27
+ swc_atoms = "0.6.7"
28
+ swc_common = "0.33.25"
29
+ swc_core = { version = "0.91.0", features = ["ecma_plugin_transform"] }
30
+ swc_ecma_ast = "0.113.0"
31
+ swc_ecma_minifier = "0.193.0"
32
+ swc_ecma_parser = "0.144.0"
33
+ swc_ecma_utils = "0.128.0"
34
+ swc_ecma_visit = "0.99.0"
35
35
  swc_plugin_macro = "0.9.16"
36
36
  tracing = { version = "0.1.37", features = ["release_max_level_off"] }
37
37
 
38
38
  [dev-dependencies]
39
- swc_ecma_transforms_testing = "0.140.17"
40
- testing = "0.35.21"
39
+ swc_ecma_transforms_testing = "0.141.0"
40
+ testing = "0.35.23"
package/README.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # @swc/plugin-styled-jsx
4
4
 
5
+ ## 2.0.0
6
+
7
+ ### Major Changes
8
+
9
+ - 8e91d39: Update swc_core to 0.91.x
10
+
11
+ ## 1.5.126
12
+
13
+ ### Patch Changes
14
+
15
+ - 2087070: Fix interpolation
16
+
5
17
  ## 1.5.125
6
18
 
7
19
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@swc/plugin-styled-jsx",
3
- "version": "1.5.125",
3
+ "version": "2.0.0",
4
4
  "description": "SWC plugin for styled-jsx",
5
5
  "main": "swc_plugin_styled_jsx.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file