Skip to content

Commit

Permalink
fix(react): fix version of @types/react-dom to latest (#1610)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo committed Jul 23, 2019
1 parent 4022fe8 commit 0b010db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/utils/versions.ts
Expand Up @@ -4,6 +4,6 @@ export const typesVersion = '16.8.23';
export const styledComponentsVersion = '4.3.2';
export const styledComponentsTypesVersion = '4.1.18';
export const emotionVersion = '10.0.14';
export const domTypesVersion = '16.8.23';
export const domTypesVersion = '16.8.4';
export const reactRouterVersion = '5.0.1';
export const testingLibraryVersion = '8.0.5';

0 comments on commit 0b010db

Please sign in to comment.