Skip to content

Commit 5daebad

Browse files
authoredMay 20, 2024
feat(swc)!: Update to swc_core 0.90.x (compatible with @swc/core@1.4.x) (jantimon#34)
Works for Next.js 14.1 and 14.2.
1 parent cf769d3 commit 5daebad

14 files changed

+505
-810
lines changed
 

‎.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ target
77
package-lock.json
88
yarn.lock
99
yarn-error.log
10-
out
10+
out
11+
*.tgz

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
"@babel/preset-typescript": "^7.18.6",
6464
"@babel/runtime": "^7.20.1",
6565
"@babel/types": "^7.20.2",
66-
"@swc/core": "1.3.68",
67-
"@swc/jest": "^0.2.24",
66+
"@swc/core": "1.4.17",
67+
"@swc/jest": "^0.2.36",
6868
"@types/jest": "^29.2.3",
6969
"jest": "^29.3.1",
7070
"terser": "5.15.1",

0 commit comments

Comments
 (0)
Failed to load comments.