Skip to content

Commit 4e75423

Browse files
authored
chore: Update swc (#77)
1 parent 28ab1c0 commit 4e75423

16 files changed

Lines changed: 119 additions & 126 deletions

File tree

Cargo.lock

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

packages/emotion/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ crate-type = ["cdylib", "rlib"]
1212
[dependencies]
1313
serde = "1"
1414
serde_json = "1.0.79"
15-
swc_common = { version = "0.27.12", features = ["concurrent"] }
16-
swc_core = { version = "0.8.1", features = [
15+
swc_common = { version = "0.27.13", features = ["concurrent"] }
16+
swc_core = { version = "0.11.4", features = [
1717
"plugin_transform",
1818
"utils",
1919
"visit",
2020
"ast",
2121
"common",
2222
] }
23-
swc_emotion = "0.17.0"
23+
swc_emotion = "0.18.0"

packages/emotion/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-emotion",
3-
"version": "2.2.7",
3+
"version": "2.2.9",
44
"description": "SWC plugin for emotion css-in-js library",
55
"main": "swc_plugin_emotion.wasm",
66
"scripts": {

packages/jest/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ crate-type = ["cdylib", "rlib"]
1212
[dependencies]
1313
phf = {version = "0.10.0", features = ["macros"]}
1414
serde = {version = "1.0.130", features = ["derive"]}
15-
swc_common = { version = "0.27.12", features = ["concurrent"] }
16-
swc_core = { version = "0.8.1", features = [
15+
swc_common = { version = "0.27.13", features = ["concurrent"] }
16+
swc_core = { version = "0.11.4", features = [
1717
"plugin_transform",
1818
"utils",
1919
"visit",

packages/jest/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-jest",
3-
"version": "1.2.7",
3+
"version": "1.2.9",
44
"description": "SWC plugin for jest",
55
"main": "swc_plugin_jest.wasm",
66
"scripts": {

packages/loadable-components/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ crate-type = ["cdylib", "rlib"]
1313
once_cell = "1.13.1"
1414
regex = "1.6.0"
1515
serde_json = "1.0.79"
16-
swc_common = {version = "0.27.12", features = ["concurrent"]}
17-
swc_core = {version = "0.8.1", features = [
16+
swc_common = { version = "0.27.13", features = ["concurrent"] }
17+
swc_core = { version = "0.11.4", features = [
1818
"plugin_transform",
1919
"utils",
2020
"visit",
2121
"ast",
2222
"common",
2323
"quote",
24-
]}
24+
] }
2525
tracing = {version = "0.1.36", features = ["release_max_level_off"]}
2626

2727
[dev-dependencies]

packages/loadable-components/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-loadable-components",
3-
"version": "0.1.1",
3+
"version": "0.1.3",
44
"description": "SWC plugin for `@loadable/components`",
55
"main": "swc_plugin_loadable_components.wasm",
66
"scripts": {

packages/relay/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ once_cell = "1.8.0"
1515
regex = "1.5"
1616
serde = "1"
1717
serde_json = "1"
18-
swc_common = {version = "0.27.12", features = ["concurrent"]}
19-
swc_core = {version = "0.8.1", features = [
18+
swc_common = { version = "0.27.13", features = ["concurrent"] }
19+
swc_core = { version = "0.11.4", features = [
2020
"plugin_transform",
2121
"utils",
2222
"visit",
2323
"ast",
2424
"common",
25-
]}
25+
] }

packages/relay/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-relay",
3-
"version": "1.2.7",
3+
"version": "1.2.9",
44
"description": "SWC plugin for relay",
55
"main": "swc_plugin_relay.wasm",
66
"types": "./types.d.ts",

packages/styled-components/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ crate-type = ["cdylib", "rlib"]
1212
[dependencies]
1313
serde = {version = "1.0.136", features = ["derive"]}
1414
serde_json = "1.0.79"
15-
styled_components = "0.40.0"
16-
swc_common = { version = "0.27.12", features = ["concurrent"] }
17-
swc_core = { version = "0.8.1", features = [
15+
styled_components = "0.41.0"
16+
swc_common = { version = "0.27.13", features = ["concurrent"] }
17+
swc_core = { version = "0.11.4", features = [
1818
"plugin_transform",
1919
"utils",
2020
"visit",

0 commit comments

Comments
 (0)