Skip to content

Commit

Permalink
fix(react): Update types version so that there is no mismatch when us…
Browse files Browse the repository at this point in the history
…ing yarn
  • Loading branch information
ndcunningham committed Oct 26, 2023
1 parent bf97dbb commit 8e1a76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const reactIsVersion = '18.2.0';
export const swcLoaderVersion = '0.1.15';
export const babelLoaderVersion = '^9.1.2';
export const typesReactVersion = '18.2.24';
export const typesReactDomVersion = '18.2.9';
export const typesReactDomVersion = '18.2.14';
export const typesReactIsVersion = '18.2.2';

export const typesNodeVersion = '18.14.2';
Expand Down

0 comments on commit 8e1a76d

Please sign in to comment.