Skip to content

Commit 686c1f3

Browse files
authored
chore: Pin react types for react-universal. (#705)
Newly released types do not compile. Pinning until that can be sorted.
1 parent 885127a commit 686c1f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sdk/react-universal/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@next/eslint-plugin-next": "^14.2.4",
2121
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
2222
"@types/node": "^20",
23-
"@types/react": "^18",
23+
"@types/react": "18.3.13",
2424
"@types/react-dom": "^18",
2525
"autoprefixer": "^10.0.1",
2626
"eslint": "^8",

packages/sdk/react-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"devDependencies": {
4949
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
5050
"@types/jest": "^29.5.0",
51-
"@types/react": "^18",
51+
"@types/react": "18.3.13",
5252
"@typescript-eslint/eslint-plugin": "^6.20.0",
5353
"@typescript-eslint/parser": "^6.20.0",
5454
"eslint": "^8.45.0",

0 commit comments

Comments
 (0)