Skip to content

Commit

Permalink
feat(react): update types for react, react-dom, and react-is (nrwl#17727
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jaysoo authored and meeroslav committed Jun 23, 2023
1 parent 0265ce3 commit a69492e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions packages/react/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -933,6 +933,23 @@
"alwaysAddToPackageJson": false
}
}
},
"16.4.0-beta.11": {
"version": "16.4.0-beta.11",
"packages": {
"@types/react": {
"version": "18.2.13",
"alwaysAddToPackageJson": false
},
"@types/react-dom": {
"version": "18.2.6",
"alwaysAddToPackageJson": false
},
"@types/react-is": {
"version": "18.2.1",
"alwaysAddToPackageJson": false
}
}
}
}
}
6 changes: 3 additions & 3 deletions packages/react/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ 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.12';
export const typesReactDomVersion = '18.2.5';
export const typesReactIsVersion = '18.2.0';
export const typesReactVersion = '18.2.13';
export const typesReactDomVersion = '18.2.6';
export const typesReactIsVersion = '18.2.1';

export const typesNodeVersion = '18.14.2';

Expand Down

0 comments on commit a69492e

Please sign in to comment.