Skip to content

Commit

Permalink
feat(react): update types for react, react-dom, and react-is (#17727)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Jun 22, 2023
1 parent a9bcd6a commit 16b9b20
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

1 comment on commit 16b9b20

@vercel
Copy link

@vercel vercel bot commented on 16b9b20 Jun 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-five.vercel.app
nx.dev
nx-dev-nrwl.vercel.app

Please sign in to comment.