Skip to content

Commit

Permalink
feat(react): update @types/react and @types/react-dom versions (#19442)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Oct 4, 2023
1 parent 6c37113 commit ae54f30
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 @@ -971,6 +971,23 @@
"alwaysAddToPackageJson": false
}
}
},
"17.0.0-beta.0": {
"version": "17.0.0-beta.0",
"packages": {
"@types/react": {
"version": "18.2.24",
"alwaysAddToPackageJson": false
},
"@types/react-dom": {
"version": "18.2.9",
"alwaysAddToPackageJson": false
},
"@types/react-is": {
"version": "18.2.2",
"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.14';
export const typesReactDomVersion = '18.2.6';
export const typesReactIsVersion = '18.2.1';
export const typesReactVersion = '18.2.24';
export const typesReactDomVersion = '18.2.9';
export const typesReactIsVersion = '18.2.2';

export const typesNodeVersion = '18.14.2';

Expand Down

0 comments on commit ae54f30

Please sign in to comment.