@swc/plugin-styled-jsx 1.5.114 → 1.5.116

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
+ ## 1.5.116
4
+
5
+ ### Patch Changes
6
+
7
+ - 8bd92c7: swc_core 0.90.x
8
+
9
+ ## 1.5.115
10
+
11
+ ### Patch Changes
12
+
13
+ - ed6beaa: Fix logic for stripping comments out
14
+
3
15
  ## 1.5.114
4
16
 
5
17
  ### Patch Changes
package/Cargo.toml CHANGED
@@ -5,7 +5,7 @@ edition = "2021"
5
5
  license = "Apache-2.0"
6
6
  name = "swc_plugin_styled_jsx"
7
7
  publish = false
8
- version = "0.20.0"
8
+ version = "0.20.3"
9
9
 
10
10
  [lib]
11
11
  crate-type = ["cdylib", "rlib"]
@@ -18,16 +18,16 @@ anyhow = "1"
18
18
  styled_jsx = { path = "./transform" }
19
19
  tracing = { version = "0.1.37", features = ["release_max_level_off"] }
20
20
  serde_json = "1"
21
- swc_common = "0.33.14"
22
- swc_ecma_ast = "0.111.0"
23
- swc_ecma_parser = "0.142.0"
24
- swc_ecma_minifier = "0.191.0"
25
- swc_ecma_utils = "0.126.0"
26
- swc_ecma_visit = "0.97.0"
21
+ swc_common = "0.33.16"
22
+ swc_ecma_ast = "0.112.0"
23
+ swc_ecma_parser = "0.143.0"
24
+ swc_ecma_minifier = "0.192.0"
25
+ swc_ecma_utils = "0.127.0"
26
+ swc_ecma_visit = "0.98.0"
27
27
  swc_plugin_macro = "0.9.16"
28
28
  swc_atoms = "0.6.5"
29
- swc_core = { version = "0.88.0", features = ["ecma_plugin_transform"] }
29
+ swc_core = { version = "0.90.0", features = ["ecma_plugin_transform"] }
30
30
 
31
31
  [dev-dependencies]
32
- swc_ecma_transforms_testing = "0.139.0"
33
- testing = "0.35.15"
32
+ swc_ecma_transforms_testing = "0.140.0"
33
+ testing = "0.35.17"
package/README.md CHANGED
@@ -2,6 +2,18 @@
2
2
 
3
3
  # @swc/plugin-styled-jsx
4
4
 
5
+ ## 1.5.116
6
+
7
+ ### Patch Changes
8
+
9
+ - 8bd92c7: swc_core 0.90.x
10
+
11
+ ## 1.5.115
12
+
13
+ ### Patch Changes
14
+
15
+ - ed6beaa: Fix logic for stripping comments out
16
+
5
17
  ## 1.5.114
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.114",
3
+ "version": "1.5.116",
4
4
  "description": "SWC plugin for styled-jsx",
5
5
  "main": "swc_plugin_styled_jsx.wasm",
6
6
  "homepage": "https://swc.rs",
Binary file