Skip to content

Commit

Permalink
fix(nextjs): Update @types/react version for yarn resolution (#18028)
Browse files Browse the repository at this point in the history
(cherry picked from commit b1f19e3)
  • Loading branch information
ndcunningham authored and FrozenPandaz committed Jul 10, 2023
1 parent 9e448fe commit 25263f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/react/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,15 @@
"alwaysAddToPackageJson": false
}
}
},
"16.5.0-beta.4": {
"version": "16.5.0-beta.4",
"packages": {
"@types/react": {
"version": "18.2.14",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/react/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const reactDomVersion = '18.2.0';
export const reactIsVersion = '18.2.0';
export const swcLoaderVersion = '0.1.15';
export const babelLoaderVersion = '^9.1.2';
export const typesReactVersion = '18.2.13';
export const typesReactVersion = '18.2.14';
export const typesReactDomVersion = '18.2.6';
export const typesReactIsVersion = '18.2.1';

Expand Down

0 comments on commit 25263f7

Please sign in to comment.