Skip to content

Commit 92a9959

Browse files
committed
try to pin swc to older
1 parent 9cf57f6 commit 92a9959

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: test/fixtures/ts/4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@swc/core": "^1.2.110",
3+
"@swc/core": "1.2.110",
44
"@swc/register": "^0.1.7"
55
}
66
}

Diff for: test/fixtures/tsx/4/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"@swc/core": "^1.2.110",
3+
"@swc/core": "1.2.110",
44
"@swc/register": "^0.1.7"
55
}
66
}

0 commit comments

Comments
 (0)