Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9bf1a01

Browse files
committedMay 29, 2024
Pin @swc/core to 1.5.7
swc-project/swc#8988
1 parent e8c15d5 commit 9bf1a01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@storybook/csf": "^0.1.2",
6161
"@storybook/csf-tools": "next",
6262
"@storybook/preview-api": "next",
63-
"@swc/core": "^1.3.18",
63+
"@swc/core": "1.5.7",
6464
"@swc/jest": "^0.2.23",
6565
"expect-playwright": "^0.8.0",
6666
"jest": "^29.6.4",

‎yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3970,7 +3970,7 @@ __metadata:
39703970
"@storybook/react": next
39713971
"@storybook/react-vite": next
39723972
"@storybook/test": next
3973-
"@swc/core": ^1.3.18
3973+
"@swc/core": 1.5.7
39743974
"@swc/jest": ^0.2.23
39753975
"@types/jest": ^29.0.0
39763976
"@types/node": ^16.4.1
@@ -4136,7 +4136,7 @@ __metadata:
41364136
languageName: node
41374137
linkType: hard
41384138

4139-
"@swc/core@npm:^1.3.18":
4139+
"@swc/core@npm:1.5.7":
41404140
version: 1.5.7
41414141
resolution: "@swc/core@npm:1.5.7"
41424142
dependencies:

0 commit comments

Comments
 (0)
Please sign in to comment.