Skip to content

Commit

Permalink
chore: Pin react types for react-universal. (#705)
Browse files Browse the repository at this point in the history
Newly released types do not compile. Pinning until that can be sorted.
  • Loading branch information
kinyoklion authored Dec 9, 2024
1 parent 885127a commit 686c1f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/sdk/react-universal/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@next/eslint-plugin-next": "^14.2.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react": "18.3.13",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/react-universal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/jest": "^29.5.0",
"@types/react": "^18",
"@types/react": "18.3.13",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.45.0",
Expand Down

0 comments on commit 686c1f3

Please sign in to comment.