-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: upgrade dependencies * fix typings * fix tests * update trivago plugin and remove unwanted deps * changeset * Update .changeset/calm-shrimps-beg.md Co-authored-by: Sébastien Romain <[email protected]> --------- Co-authored-by: jmfrancois <[email protected]> Co-authored-by: Mathieu Huchet <[email protected]> Co-authored-by: Mathieu Huchet <[email protected]> Co-authored-by: Sébastien Romain <[email protected]>
- Loading branch information
1 parent
5b07af7
commit c3750a1
Showing
69 changed files
with
3,663 additions
and
3,508 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,63 @@ | ||
--- | ||
'@talend/react-faceted-search': major | ||
'@talend/design-system': major | ||
'@talend/react-flow-designer': major | ||
'@talend/react-storybook-cmf': major | ||
'@talend/react-bootstrap': major | ||
'@talend/react-cmf-router': major | ||
'@talend/react-components': major | ||
'@talend/react-containers': major | ||
'@talend/react-cmf-cqrs': major | ||
'@talend/react-dataviz': major | ||
'@talend/react-stepper': major | ||
'@talend/react-forms': major | ||
'@talend/react-sagas': major | ||
'@talend/react-a11y': major | ||
'@talend/react-cmf': major | ||
'@talend/babel-plugin-import-from-index': minor | ||
'@talend/local-libs-webpack-plugin': minor | ||
'@talend/babel-plugin-import-from-lib': minor | ||
'@talend/scripts-config-react-webpack': minor | ||
'@talend/scripts-config-storybook-lib': minor | ||
'@talend/dynamic-cdn-webpack-plugin': major | ||
'@talend/scripts-config-typescript': minor | ||
'@talend/scripts-config-stylelint': minor | ||
'@talend/babel-plugin-assets-api': minor | ||
'@talend/cypress-api-mock-plugin': minor | ||
'@talend/scripts-config-prettier': minor | ||
'@talend/babel-plugin-import-d3': minor | ||
'@talend/scripts-yarn-workspace': minor | ||
'@talend/eslint-config': minor | ||
'@talend/scripts-publish-local': minor | ||
'@talend/json-schema-form-core': minor | ||
'@talend/scripts-config-babel': minor | ||
'@talend/scripts-config-jest': minor | ||
'@talend/ui-playground-vite': minor | ||
'@talend/react-cmf-webpack-plugin': minor | ||
'@talend/scripts-config-cdn': minor | ||
'@talend/storybook-docs': minor | ||
'@talend/scripts-build-cdn': minor | ||
'@talend/design-tokens': minor | ||
'@talend/router-bridge': minor | ||
'@talend/ui-storybook-one': minor | ||
'@talend/scripts-locales': minor | ||
'@talend/design-docs': minor | ||
'@talend/scripts-teorem': minor | ||
'@talend/bootstrap-sass': minor | ||
'@talend/assets-api': minor | ||
'@talend/ui-playground': minor | ||
'@talend/eslint-plugin': minor | ||
'@talend/scripts-utils': minor | ||
'@talend/module-to-cdn': minor | ||
'@talend/scripts-core': minor | ||
'@talend/upgrade-deps': minor | ||
'@talend/scripts-cmf': minor | ||
'@talend/icons': minor | ||
'@talend/bootstrap-theme': minor | ||
'@talend/utils': minor | ||
'@talend/http': minor | ||
--- | ||
|
||
chore: upgrade dependencies | ||
|
||
Major upgrade for all packages that have a peerDependency on react or react-dom. Those packages now ask for react@18 and react-dom@18. |
Oops, something went wrong.