Skip to content

Commit eb33f03

Browse files
swc-botkdy1
andauthored
build(cargo): Update swc_core (#119)
Co-authored-by: Donny/강동윤 <[email protected]>
1 parent e0e414e commit eb33f03

File tree

22 files changed

+107
-107
lines changed

22 files changed

+107
-107
lines changed

Cargo.lock

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

crates/tailwind/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "Apache-2.0"
66
name = "swc_tailwind"
77
repository = "https://github.com/swc-project/plugins.git"
8-
version = "0.1.6"
8+
version = "0.1.7"
99

1010
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1111

packages/emotion/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ crate-type = ["cdylib", "rlib"]
1313
[dependencies]
1414
serde = "1"
1515
serde_json = "1.0.79"
16-
swc_common = { version = "0.29.16", features = ["concurrent"] }
17-
swc_core = { version = "0.44.2", features = [
18-
"plugin_transform",
16+
swc_common = { version = "0.29.19", features = ["concurrent"] }
17+
swc_core = { version = "0.45.3", features = [
18+
"ecma_plugin_transform",
1919
"ecma_utils",
2020
"ecma_visit",
2121
"ecma_ast",

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

0 commit comments

Comments
 (0)