Skip to content

Commit 97eb707

Browse files
authored
Bump styled-jsx to 5.1.3 (#65485)
Update styled-jsx peer deps to allow react 19 versions x-ref: vercel/styled-jsx#844 react version bump x-ref: vercel/styled-jsx#826 types change Closes NEXT-3356
1 parent a3ee23b commit 97eb707

File tree

4 files changed

+25
-7
lines changed

4 files changed

+25
-7
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"shell-quote": "1.7.3",
226226
"strip-ansi": "6.0.0",
227227
"styled-components": "6.0.0-rc.3",
228-
"styled-jsx": "5.1.1",
228+
"styled-jsx": "5.1.3",
229229
"styled-jsx-plugin-postcss": "3.0.2",
230230
"swr": "^2.2.4",
231231
"tailwindcss": "3.2.7",

packages/next/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/// <reference types="./types/global" />
2-
/// <reference path="./dist/styled-jsx/types/global.d.ts" />
2+
/// <reference path="./dist/styled-jsx/types/index.d.ts" />
33
/// <reference path="./amp.d.ts" />
44
/// <reference path="./app.d.ts" />
55
/// <reference path="./cache.d.ts" />

packages/next/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"caniuse-lite": "^1.0.30001579",
100100
"graceful-fs": "^4.2.11",
101101
"postcss": "8.4.31",
102-
"styled-jsx": "5.1.1"
102+
"styled-jsx": "5.1.3"
103103
},
104104
"peerDependencies": {
105105
"@opentelemetry/api": "^1.1.0",

pnpm-lock.yaml

+22-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)