Skip to content

Commit 9318847

Browse files
authored
feat: update @swc/core
1 parent 85f797b commit 9318847

File tree

3 files changed

+56
-48
lines changed

3 files changed

+56
-48
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@babel/preset-typescript": "^7.15.0",
6363
"@babel/runtime": "^7.15.4",
6464
"@babel/types": "^7.15.4",
65-
"@swc/core": "1.2.204",
65+
"@swc/core": "1.2.211",
6666
"@swc/jest": "^0.2.21",
6767
"@types/jest": "^27.0.1",
6868
"jest": "^27.5.1",

swc/Cargo.lock

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

swc/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ crate-type = ["cdylib"]
1717
[dependencies]
1818
serde = "1.0.136"
1919
serde_json = "1.0.79"
20-
swc_plugin = "0.60.0"
20+
swc_plugin = "0.77.0"
2121
sha3 = "0.10.1"
2222
base64 = "0.13.0"
2323
pathdiff = "0.2.1"
2424
regex = "1.5.6"
2525
lazy_static = "1.4.0"
2626

2727
[dev-dependencies]
28-
swc_ecma_parser = "0.105.3"
29-
swc_ecma_transforms_testing = "0.91.0"
28+
swc_ecma_parser = "0.111.0"
29+
swc_ecma_transforms_testing = "0.99.0"

0 commit comments

Comments
 (0)