Skip to content

Commit

Permalink
feat(swc)!: Update to swc_core 0.90.x (compatible with @swc/core@1.4.…
Browse files Browse the repository at this point in the history
…x) (#34)

Works for Next.js 14.1 and 14.2.
  • Loading branch information
martindisch authored May 20, 2024
1 parent cf769d3 commit 5daebad
Show file tree
Hide file tree
Showing 14 changed files with 505 additions and 810 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ target
package-lock.json
yarn.lock
yarn-error.log
out
out
*.tgz
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"@babel/preset-typescript": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@babel/types": "^7.20.2",
"@swc/core": "1.3.68",
"@swc/jest": "^0.2.24",
"@swc/core": "1.4.17",
"@swc/jest": "^0.2.36",
"@types/jest": "^29.2.3",
"jest": "^29.3.1",
"terser": "5.15.1",
Expand Down
Loading

0 comments on commit 5daebad

Please sign in to comment.