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

chore: upgrade dependencies #5420

Merged
merged 2 commits into from
Nov 5, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
221 changes: 111 additions & 110 deletions dependencies-latest.txt

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions fork/dynamic-cdn-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@
"webpack-sources": "^3.2.3"
},
"peerDependencies": {
"webpack": "^5.94.0"
"webpack": "^5.95.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/eslint-parser": "^7.25.9",
"all-contributors-cli": "^6.26.1",
"codecov": "^3.8.3",
"eslint": "^8.57.1",
"html-webpack-plugin": "^5.6.0",
"html-webpack-plugin": "^5.6.3",
"jest": "^29.7.0",
"mz": "^2.7.0",
"rimraf": "^5.0.10",
"webpack": "^5.94.0",
"webpack": "^5.95.0",
"webpack-cli": "^4.10.0",
"webpack-manifest-plugin": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion fork/json-schema-form-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/chai": "^3.5.2",
"@types/node": "^6.14.13",
"rimraf": "^5.0.10",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
},
"dependencies": {
"json-refs": "3.0.15",
Expand Down
2 changes: 1 addition & 1 deletion fork/module-to-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"semver": "^7.6.3"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"@babel/eslint-parser": "^7.25.9",
"eslint": "^8.57.1",
"jest": "^29.7.0"
},
Expand Down
2 changes: 1 addition & 1 deletion fork/react-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@talend/scripts-core": "^16.5.1",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-react-webpack": "^16.8.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"chai": "^4.5.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"devDependencies": {
"@changesets/cli": "^2.27.8",
"@changesets/cli": "^2.27.9",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-prettier": "^12.2.0",
"@talend/scripts-core": "^16.5.1",
Expand All @@ -9,7 +9,7 @@
"cross-spawn": "^7.0.3",
"eslint": "^8.57.1",
"husky": "^8.0.3",
"i18next-scanner": "^4.5.0",
"i18next-scanner": "^4.6.0",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
Expand Down Expand Up @@ -69,7 +69,7 @@
},
"dependencies": {
"@types/react": "^18.2.7",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.2.7",
"cypress": "^13.6.0"
}
}
8 changes: 4 additions & 4 deletions packages/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"@talend/scripts-config-typescript": "^11.3.0",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/date-fns": "^2.6.0",
"@types/jest": "^29.5.13",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/date-fns": "^2.6.3",
"@types/jest": "^29.5.14",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"date-fns": "^3.6.0",
"jest-in-case": "^1.0.2",
"react": "^18.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/assets-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@talend/scripts-config-react-webpack": "^16.8.1",
"@talend/scripts-config-typescript": "^11.3.0",
"@types/node": "^6.14.13",
"@types/jest": "^29.5.13",
"@types/jest": "^29.5.14",
"read-pkg-up": "^7.0.1"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/cmf-cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux-mock-store": "^1.5.4"
"redux-mock-store": "^1.5.5"
},
"peerDependencies": {
"prop-types": "^15.5.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
"@talend/scripts-config-react-webpack": "^16.8.1",
"@testing-library/react": "^14.3.1",
"jest-in-case": "^1.0.2",
"jsdoc": "^4.0.3",
"jsdoc": "^4.0.4",
"node-fetch": "^2.7.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux-mock-store": "^1.5.4",
"redux-mock-store": "^1.5.5",
"redux-saga-tester": "^1.0.874"
},
"peerDependencies": {
Expand Down
26 changes: 13 additions & 13 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@
"invariant": "^2.2.4",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"rc-slider": "^11.1.6",
"rc-slider": "^11.1.7",
"react-autowhatever": "10.2.0",
"react-debounce-input": "^3.3.0",
"react-draggable": "^4.4.6",
"react-grid-layout": "^1.4.4",
"react-grid-layout": "^1.5.0",
"react-immutable-proptypes": "^2.2.0",
"react-is": "^18.3.1",
"react-popper": "^2.3.0",
"react-transition-group": "^2.9.0",
"react-use": "^17.5.1",
"react-virtualized": "^9.22.5",
"reactour": "^1.19.4",
"recharts": "^2.12.7",
"recharts": "^2.13.1",
"simplebar": "^6.2.7",
"simplebar-react": "^2.4.3",
"styled-components": "^5.3.11",
Expand All @@ -84,7 +84,7 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.20",
"@talend/bootstrap-theme": "^9.2.2",
"@talend/design-system": "^11.0.7",
"@talend/design-system": "^11.0.8",
"@talend/eslint-config": "^13.2.1",
"@talend/eslint-plugin": "^1.3.1",
"@talend/locales-design-system": "^7.15.1",
Expand All @@ -94,19 +94,19 @@
"@talend/scripts-config-storybook-lib": "^5.4.0",
"@talend/scripts-config-typescript": "^11.3.0",
"@talend/scripts-core": "^16.5.1",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^14.3.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/classnames": "^2.3.1",
"@types/classnames": "^2.3.4",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.9",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"cross-env": "^7.0.3",
"i18next": "^23.15.1",
"i18next": "^23.16.4",
"jest-in-case": "^1.0.2",
"jsdom": "^20.0.3",
"prop-types": "^15.8.1",
Expand All @@ -118,8 +118,8 @@
"react-test-renderer": "^18.3.1"
},
"peerDependencies": {
"@talend/design-system": "^11.0.7",
"i18next": "^23.15.1",
"@talend/design-system": "^11.0.8",
"i18next": "^23.16.4",
"prop-types": "^15.5.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
10 changes: 5 additions & 5 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/design-system": "^11.0.7",
"@talend/design-system": "^11.0.8",
"@talend/react-cmf": "^10.0.1",
"@talend/react-components": "^17.1.3",
"@talend/react-forms": "^15.0.2",
"@talend/react-forms": "^15.1.0",
"@talend/utils": "^3.2.3",
"classnames": "^2.5.1",
"immutable": "^3.8.2",
Expand All @@ -75,9 +75,9 @@
"@talend/scripts-config-react-webpack": "^16.8.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"i18next": "^23.15.1",
"i18next": "^23.16.4",
"jest-in-case": "^1.0.2",
"msw": "^1.3.4",
"msw": "^1.3.5",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -86,7 +86,7 @@
"redux-saga-tester": "^1.0.874"
},
"peerDependencies": {
"i18next": "^23.15.1",
"i18next": "^23.16.4",
"prop-types": "^15.5.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
18 changes: 9 additions & 9 deletions packages/dataviz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@
"date-fns": "^3.6.0",
"geojson": "^0.5.0",
"lodash": "^4.17.21",
"recharts": "^2.12.7",
"recharts": "^2.13.1",
"topojson-client": "^3.1.0"
},
"devDependencies": {
"@cypress/react": "^7.0.3",
"@cypress/webpack-dev-server": "^3.11.0",
"@talend/design-system": "^11.0.7",
"@talend/design-system": "^11.0.8",
"@talend/eslint-config": "^13.2.1",
"@talend/eslint-plugin": "^1.3.1",
"@talend/icons": "^7.10.3",
Expand All @@ -71,24 +71,24 @@
"@testing-library/react": "^14.3.1",
"@testing-library/cypress": "^10.0.2",
"@testing-library/user-event": "^14.5.2",
"@types/classnames": "^2.3.1",
"@types/classnames": "^2.3.4",
"@types/d3": "^7.4.3",
"@types/cypress": "^1.1.3",
"@types/cypress": "^1.1.6",
"@types/geojson": "^7946.0.14",
"@types/lodash": "^4.17.9",
"@types/lodash": "^4.17.13",
"@types/node": "^6.14.13",
"@types/react": "^18.3.9",
"@types/react": "^18.3.12",
"@types/topojson-client": "^3.1.5",
"@types/topojson-specification": "^1.0.5",
"cypress": "^13.14.2",
"cypress": "^13.15.1",
"cross-env": "^7.0.3",
"i18next": "^23.15.1",
"i18next": "^23.16.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0"
},
"peerDependencies": {
"i18next": "^23.15.1",
"i18next": "^23.16.4",
"react": "^18.3.1",
"react-i18next": "^13.5.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/design-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@
"url": "https://github.com/Talend/ui/issues"
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.4",
"@algolia/autocomplete-js": "^1.17.6",
"@storybook/blocks": "^7.6.20",
"@storybook/react": "^7.6.20",
"@talend/design-system": "^11.0.7",
"@talend/design-system": "^11.0.8",
"@talend/design-tokens": "^3.4.3",
"@talend/storybook-docs": "^2.5.1",
"@talend/icons": "^7.10.3",
"algoliasearch": "^4.24.0",
"classnames": "^2.5.1",
"color-contrast-checker": "^2.1.0",
"figma-js": "^1.16.0",
"react-hook-form": "^7.53.0",
"react-hook-form": "^7.53.1",
"pkg-dir": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down Expand Up @@ -61,8 +61,8 @@
"@talend/scripts-config-react-webpack": "^16.8.1",
"@talend/scripts-config-storybook-lib": "^5.4.0",
"@talend/scripts-config-typescript": "^11.3.0",
"@types/react": "^18.3.9",
"i18next": "^23.15.1",
"@types/react": "^18.3.12",
"i18next": "^23.16.4",
"mdx-embed": "^1.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
20 changes: 10 additions & 10 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,30 +85,30 @@
"@talend/scripts-config-typescript": "^11.3.0",
"@talend/storybook-docs": "^2.5.1",
"@testing-library/cypress": "^10.0.2",
"@testing-library/jest-dom": "^6.5.0",
"@types/classnames": "^2.3.1",
"@types/jest": "^29.5.13",
"@testing-library/jest-dom": "^6.6.2",
"@types/classnames": "^2.3.4",
"@types/jest": "^29.5.14",
"@types/jest-axe": "^3.5.9",
"@types/react-is": "^18.3.0",
"@types/react": "^18.3.9",
"@types/react-dom": "^18.3.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-transition-group": "^2.9.2",
"@types/react-virtualized": "^9.21.30",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"concurrently": "^8.2.2",
"core-js": "^3.38.1",
"cypress": "^13.14.2",
"cypress": "^13.15.1",
"focus-outline-manager": "^1.0.2",
"i18next": "^23.15.1",
"i18next-scanner": "^4.5.0",
"i18next": "^23.16.4",
"i18next-scanner": "^4.6.0",
"i18next-scanner-typescript": "^1.2.1",
"jest-axe": "^8.0.0",
"mdx-embed": "^1.1.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.53.0",
"react-hook-form": "^7.53.1",
"react-i18next": "^13.5.0",
"react-router-dom": "~6.3.0",
"storybook-docs-toc": "^1.7.0"
Expand All @@ -118,7 +118,7 @@
"@talend/locales-design-system": "^7.15.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"i18next": "^23.15.1",
"i18next": "^23.16.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"typeface-source-sans-pro": "^1.1.13",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
},
"dependencies": {}
}
8 changes: 4 additions & 4 deletions packages/faceted-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"devDependencies": {
"@storybook/addon-actions": "^7.6.20",
"@storybook/testing-library": "^0.2.2",
"@talend/design-system": "^11.0.7",
"@talend/design-system": "^11.0.8",
"@talend/eslint-config": "^13.2.1",
"@talend/eslint-plugin": "^1.3.1",
"@talend/icons": "^7.10.3",
Expand All @@ -71,16 +71,16 @@
"@testing-library/user-event": "^14.5.2",
"babel-plugin-angularjs-annotate": "^0.10.0",
"cross-env": "^7.0.3",
"i18next": "^23.15.1",
"i18next": "^23.16.4",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0"
},
"peerDependencies": {
"@talend/design-system": "^11.0.7",
"@talend/design-system": "^11.0.8",
"@talend/react-components": "^17.0.0",
"i18next": "^23.15.1",
"i18next": "^23.16.4",
"prop-types": "^15.5.10",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down
Loading
Loading