Skip to content

Commit

Permalink
fix(react): fix invalid version o @types/react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin committed Aug 17, 2019
1 parent 9a8f637 commit 3bf8818
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,7 +4,7 @@ export const typesVersion = '16.9.1';
export const styledComponentsVersion = '4.3.2';
export const styledComponentsTypesVersion = '4.1.18';
export const emotionVersion = '10.0.14';
export const domTypesVersion = '16.9.0';
export const domTypesVersion = '16.8.5';
export const reactRouterVersion = '5.0.1';
export const testingLibraryVersion = '8.0.5';
export const babelCoreVersion = '7.5.5';
Expand Down

0 comments on commit 3bf8818

Please sign in to comment.