Skip to content

Commit 174433a

Browse files
authored
chore(nextjs): Pin @types/react version to fix integration tests (#5484)
Hard-pin `@types/react` to version `17.0.47` (`@types/react-dom` to version `17.0.17`) because the latest patch (`@types/[email protected]`) caused our NextJs Integration tests to fail. Caused by: DefinitelyTyped/DefinitelyTyped#61457
1 parent 49cfc13 commit 174433a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nextjs/test/integration/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"devDependencies": {
1717
"@types/node": "^15.3.1",
1818
"@types/puppeteer": "^5.4.3",
19-
"@types/react": "^17.0.6",
20-
"@types/react-dom": "^17.0.5",
19+
"@types/react": "17.0.47",
20+
"@types/react-dom": "17.0.17",
2121
"nock": "^13.1.0",
2222
"puppeteer": "^9.1.1",
2323
"typescript": "^4.2.4",

0 commit comments

Comments
 (0)