Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(react): update packages #9538

Merged
merged 1 commit into from Mar 26, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
25 changes: 25 additions & 0 deletions packages/react/migrations.json
Expand Up @@ -252,6 +252,31 @@
"alwaysAddToPackageJson": false
}
}
},
"13.10.0": {
"version": "13.10.0-beta.1",
"packages": {
"@types/react": {
"version": "17.0.43",
"alwaysAddToPackageJson": false
},
"@types/react-dom": {
"version": "17.0.14",
"alwaysAddToPackageJson": false
},
"styled-components": {
"version": "5.3.5",
"alwaysAddToPackageJson": false
},
"styled-jsx": {
"version": "5.0.1",
"alwaysAddToPackageJson": false
},
"eslint-plugin-react": {
"version": "7.29.4",
"alwaysAddToPackageJson": false
}
}
}
}
}
10 changes: 5 additions & 5 deletions packages/react/src/utils/versions.ts
Expand Up @@ -3,18 +3,18 @@ export const nxVersion = '*';
export const reactVersion = '17.0.2';
export const reactDomVersion = '17.0.2';
export const reactIsVersion = '17.0.2';
export const typesReactVersion = '17.0.40';
export const typesReactDomVersion = '17.0.13';
export const typesReactVersion = '17.0.43';
export const typesReactDomVersion = '17.0.14';
export const typesReactIsVersion = '17.0.3';

export const styledComponentsVersion = '5.3.3';
export const styledComponentsVersion = '5.3.5';
export const typesStyledComponentsVersion = '5.1.24';

export const emotionStyledVersion = '11.8.1';
export const emotionReactVersion = '11.8.2';
export const emotionBabelPlugin = '11.7.2';

export const styledJsxVersion = '5.0.0';
export const styledJsxVersion = '5.0.1';

export const reactRouterDomVersion = '5.3.0';
export const typesReactRouterDomVersion = '5.3.3';
Expand All @@ -28,7 +28,7 @@ export const reactTestRendererVersion = '17.0.2';

export const eslintPluginImportVersion = '2.25.4';
export const eslintPluginJsxA11yVersion = '6.5.1';
export const eslintPluginReactVersion = '7.29.3';
export const eslintPluginReactVersion = '7.29.4';
export const eslintPluginReactHooksVersion = '4.3.0';

export const babelPluginStyledComponentsVersion = '1.10.7';