Skip to content

Commit 0f9a5a6

Browse files
feat: add support for Next.js 15.0.4 (jantimon#43)
BREAKING CHANGE: requires swc_core 5.x
1 parent 4c1b181 commit 0f9a5a6

File tree

7 files changed

+752
-442
lines changed

7 files changed

+752
-442
lines changed

examples/styled-components/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@babel/preset-typescript": "^7.18.6",
6666
"@babel/runtime": "^7.20.1",
6767
"@babel/types": "^7.22.0",
68-
"@swc/core": "1.4.17",
68+
"@swc/core": "1.9.2",
6969
"@swc/jest": "^0.2.36",
7070
"@types/jest": "^29.2.3",
7171
"jest": "^29.3.1",

0 commit comments

Comments
 (0)