Skip to content

Commit

Permalink
feat(react): update react package versions (nrwl#11168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaysoo authored Jul 15, 2022
1 parent 63b74d2 commit 39cc96a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
21 changes: 21 additions & 0 deletions packages/react/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -534,6 +534,27 @@
"alwaysAddToPackageJson": false
}
}
},
"14.4.3": {
"version": "14.4.3-beta.0",
"packages": {
"@types/react": {
"version": "18.0.15",
"alwaysAddToPackageJson": false
},
"@types/react-dom": {
"version": "18.0.6",
"alwaysAddToPackageJson": false
},
"@types/node": {
"version": "18.0.4",
"alwaysAddToPackageJson": false
},
"@reduxjs/toolkit": {
"version": "1.8.3",
"alwaysAddToPackageJson": false
}
}
}
}
}
8 changes: 4 additions & 4 deletions packages/react/src/utils/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ export const nxVersion = require('../../package.json').version;
export const reactVersion = '18.2.0';
export const reactDomVersion = '18.2.0';
export const reactIsVersion = '18.2.0';
export const typesReactVersion = '18.0.14';
export const typesReactDomVersion = '18.0.5';
export const typesReactVersion = '18.0.15';
export const typesReactDomVersion = '18.0.6';
export const typesReactIsVersion = '17.0.3';

export const typesNodeVersion = '18.0.0';
export const typesNodeVersion = '18.0.4';

export const styledComponentsVersion = '5.3.5';
export const typesStyledComponentsVersion = '5.1.25';
Expand All @@ -24,7 +24,7 @@ export const typesReactRouterDomVersion = '5.3.3';

export const testingLibraryReactVersion = '13.3.0';

export const reduxjsToolkitVersion = '1.8.2';
export const reduxjsToolkitVersion = '1.8.3';
export const reactReduxVersion = '8.0.2';
export const reactTestRendererVersion = '18.2.0';

Expand Down

0 comments on commit 39cc96a

Please sign in to comment.