Skip to content

Commit 66feb4c

Browse files
committed
fix: pin ts-node version causing swc errors
1 parent 9be16e6 commit 66feb4c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"copyfiles": "^2.4.1",
7575
"nodemon": "3.0.1",
7676
"prettier": "^3.0.3",
77-
"ts-node": "^10.9.1",
77+
"ts-node": "10.9.1",
7878
"typescript": "5.2.2"
7979
}
8080
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9485,7 +9485,7 @@ [email protected]:
94859485
resolved "https://registry.yarnpkg.com/ts-essentials/-/ts-essentials-7.0.3.tgz#686fd155a02133eedcc5362dc8b5056cde3e5a38"
94869486
integrity sha512-8+gr5+lqO3G84KdiTSMRLtuyJ+nTBVRKuCrK4lidMPdVeEp0uqC875uE5NMcaA7YYMN7XsNiFQuMvasF8HT/xQ==
94879487

9488-
ts-node@^10.9.1:
9488+
94899489
version "10.9.1"
94909490
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.1.tgz#e73de9102958af9e1f0b168a6ff320e25adcff4b"
94919491
integrity sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==

0 commit comments

Comments
 (0)