Skip to content

Commit

Permalink
Bump styled-jsx to 5.1.3 (vercel#65485)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
huozhi committed May 8, 2024
1 parent a3ee23b commit 97eb707
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
"shell-quote": "1.7.3",
"strip-ansi": "6.0.0",
"styled-components": "6.0.0-rc.3",
"styled-jsx": "5.1.1",
"styled-jsx": "5.1.3",
"styled-jsx-plugin-postcss": "3.0.2",
"swr": "^2.2.4",
"tailwindcss": "3.2.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/next/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// <reference types="./types/global" />
/// <reference path="./dist/styled-jsx/types/global.d.ts" />
/// <reference path="./dist/styled-jsx/types/index.d.ts" />
/// <reference path="./amp.d.ts" />
/// <reference path="./app.d.ts" />
/// <reference path="./cache.d.ts" />
Expand Down
2 changes: 1 addition & 1 deletion packages/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"caniuse-lite": "^1.0.30001579",
"graceful-fs": "^4.2.11",
"postcss": "8.4.31",
"styled-jsx": "5.1.1"
"styled-jsx": "5.1.3"
},
"peerDependencies": {
"@opentelemetry/api": "^1.1.0",
Expand Down
26 changes: 22 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 97eb707

Please sign in to comment.