Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois authored May 1, 2024
1 parent 4f3c5d6 commit 4f282e0
Show file tree
Hide file tree
Showing 59 changed files with 2,892 additions and 2,696 deletions.
213 changes: 142 additions & 71 deletions dependencies-latest.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions fork/bootstrap-sass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"access": "public"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/eslint-config": "^13.1.0",
"@talend/eslint-plugin": "^1.2.0",
"eslint": "^8.57.0"
}
}
6 changes: 3 additions & 3 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.90.3"
"webpack": "^5.91.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/eslint-parser": "^7.24.5",
"all-contributors-cli": "^6.26.1",
"codecov": "^3.8.3",
"eslint": "^8.57.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"mz": "^2.7.0",
"rimraf": "^5.0.5",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"webpack-cli": "^4.10.0",
"webpack-manifest-plugin": "^5.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions fork/json-schema-form-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@
"devDependencies": {
"@talend/babel-plugin-assets-api": "^1.3.1",
"@talend/babel-plugin-import-from-index": "^1.7.1",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/eslint-config": "^13.1.0",
"@talend/eslint-plugin": "^1.2.0",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@talend/scripts-config-typescript": "^11.2.1",
"@talend/scripts-core": "^16.3.6",
"@types/chai": "^3.5.2",
"@types/node": "^6.14.13",
"rimraf": "^5.0.5",
"webpack": "^5.90.3"
"webpack": "^5.91.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.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/eslint-parser": "^7.24.5",
"eslint": "^8.57.0",
"jest": "^29.7.0"
},
Expand Down
18 changes: 9 additions & 9 deletions fork/react-bootstrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,26 +34,26 @@
"author": "Stephen J. Collings <stevoland@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react": ">=16.3.0",
"react-dom": ">=16.3.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/eslint-config": "^13.1.0",
"@talend/eslint-plugin": "^1.2.0",
"@talend/scripts-core": "^16.3.6",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"chai": "^4.4.1",
"chalk": "^2.4.2",
"create-react-class": "^15.7.0",
"cross-env": "^7.0.3",
"lodash": "^4.17.21",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-test-renderer": "^18.3.1",
"sinon": "^11.1.2"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@talend/scripts-config-babel": "^13.3.0",
"@talend/scripts-config-prettier": "^12.1.2",
"@talend/scripts-core": "^16.3.4",
"@talend/scripts-yarn-workspace": "^2.0.1",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-prettier": "^12.1.3",
"@talend/scripts-core": "^16.3.6",
"@talend/scripts-yarn-workspace": "^2.0.2",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"eslint": "^8.57.0",
Expand All @@ -13,7 +13,7 @@
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"typescript": "^5.4.5"
},
"scripts": {
"postinstall": "talend-yarn-workspace run build:lib",
Expand Down
22 changes: 11 additions & 11 deletions packages/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@
"@talend/utils": "^3.0.4"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/eslint-config": "^13.1.0",
"@talend/eslint-plugin": "^1.2.0",
"@talend/scripts-core": "^16.3.6",
"@talend/scripts-config-typescript": "^11.2.1",
"@testing-library/react": "^14.2.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@types/date-fns": "^2.6.0",
"@types/jest": "^29.5.12",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"date-fns": "^3.3.1",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"date-fns": "^3.6.0",
"jest-in-case": "^1.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"peerDependencies": {
"react": ">= 16.14.0",
"react-dom": ">= 16.14.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/assets-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"dependencies": {},
"devDependencies": {
"@talend/babel-plugin-import-from-index": "^1.7.1",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/eslint-config": "^13.1.0",
"@talend/eslint-plugin": "^1.2.0",
"@talend/scripts-core": "^16.3.6",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@talend/scripts-config-typescript": "^11.2.1",
"@types/node": "^6.14.13",
"@types/jest": "^29.5.12",
Expand Down
20 changes: 10 additions & 10 deletions packages/cmf-cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,30 +32,30 @@
},
"homepage": "https://github.com/Talend/ui/cmf-cqrs#readme",
"dependencies": {
"@talend/react-cmf": "^8.4.1",
"@talend/react-cmf": "^8.4.2",
"@talend/utils": "^3.0.4",
"immutable": "^3.8.2",
"redux-saga": "^1.3.0"
},
"devDependencies": {
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/eslint-config": "^13.1.0",
"@talend/eslint-plugin": "^1.2.0",
"@talend/scripts-core": "^16.3.6",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@talend/scripts-config-typescript": "^11.2.1",
"@testing-library/react": "^14.2.1",
"@testing-library/react": "^14.3.1",
"@testing-library/react-hooks": "^8.0.1",
"mock-socket": "^9.3.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux-mock-store": "^1.5.4"
},
"peerDependencies": {
"prop-types": "^15.5.10",
"react": ">= 16.14.0",
"react-dom": ">= 16.14.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 10 additions & 10 deletions packages/cmf-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,30 @@
"lint": "talend-scripts lint"
},
"dependencies": {
"@talend/react-cmf": "^8.4.1",
"@talend/react-cmf": "^8.4.2",
"connected-react-router": "^6.9.3",
"history": "^5.3.0",
"lodash": "^4.17.21",
"path-to-regexp": "^6.2.1",
"path-to-regexp": "^6.2.2",
"prop-types": "^15.8.1",
"react-redux": "^7.2.9",
"react-router": "~6.3.0",
"react-router-dom": "~6.3.0",
"redux-saga": "^1.3.0"
},
"peerDependencies": {
"react": ">= 16.14.0",
"react-dom": ">= 16.14.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@redux-saga/testing-utils": "^1.1.5",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/eslint-config": "^13.1.0",
"@talend/eslint-plugin": "^1.2.0",
"@talend/scripts-core": "^16.3.6",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@talend/scripts-config-react-webpack": "^16.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux-saga-tester": "^1.0.874"
},
"publishConfig": {
Expand Down
18 changes: 9 additions & 9 deletions packages/cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,24 +56,24 @@
},
"devDependencies": {
"@redux-saga/testing-utils": "^1.1.5",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/scripts-core": "^16.3.5",
"@talend/eslint-config": "^13.1.0",
"@talend/eslint-plugin": "^1.2.0",
"@talend/scripts-core": "^16.3.6",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-jest": "^14.0.2",
"@talend/scripts-config-jest": "^14.0.4",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@testing-library/react": "^14.2.1",
"@testing-library/react": "^14.3.1",
"jest-in-case": "^1.0.2",
"jsdoc": "^4.0.2",
"node-fetch": "^2.7.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"redux-mock-store": "^1.5.4",
"redux-saga-tester": "^1.0.874"
},
"peerDependencies": {
"react": ">= 16.14.0",
"react-dom": ">= 16.14.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"publishConfig": {
"access": "public"
Expand Down
50 changes: 25 additions & 25 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@
"@popperjs/core": "^2.11.8",
"@talend/assets-api": "^1.3.2",
"@talend/bootstrap-theme": "^9.1.3",
"@talend/design-tokens": "^3.1.1",
"@talend/design-tokens": "^3.2.1",
"@talend/icons": "^7.7.2",
"@talend/react-a11y": "^3.0.1",
"@talend/react-bootstrap": "^2.2.2",
"@talend/react-bootstrap": "^2.2.3",
"@talend/utils": "^3.0.4",
"ally.js": "^1.4.1",
"classnames": "^2.5.1",
"d3": "^7.8.5",
"date-fns": "^3.3.1",
"d3": "^7.9.0",
"date-fns": "^3.6.0",
"dom-helpers": "^3.4.0",
"focus-outline-manager": "^1.0.2",
"immutable": "^3.8.2",
"invariant": "^2.2.4",
"lodash": "^4.17.21",
"memoize-one": "^6.0.0",
"rc-slider": "^10.5.0",
"rc-slider": "^10.6.2",
"react-autowhatever": "10.2.0",
"react-debounce-input": "^3.3.0",
"react-draggable": "^4.4.6",
Expand All @@ -63,55 +63,55 @@
"react-transition-group": "^2.9.0",
"react-use": "^17.5.0",
"react-virtualized": "^9.22.5",
"reactour": "^1.19.2",
"recharts": "^2.12.1",
"reactour": "^1.19.3",
"recharts": "^2.12.6",
"simplebar": "^6.2.5",
"simplebar-react": "^2.4.3",
"styled-components": "^5.3.11",
"warning": "^3.0.0"
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.17",
"@storybook/addon-actions": "^7.6.18",
"@talend/bootstrap-theme": "^9.1.3",
"@talend/design-system": "^10.4.3",
"@talend/eslint-config": "^13.0.3",
"@talend/eslint-plugin": "^1.1.1",
"@talend/eslint-config": "^13.1.0",
"@talend/eslint-plugin": "^1.2.0",
"@talend/locales-design-system": "^7.15.1",
"@talend/locales-tui-components": "^11.4.5",
"@talend/scripts-core": "^16.3.5",
"@talend/locales-tui-components": "^16.0.1",
"@talend/scripts-core": "^16.3.6",
"@talend/scripts-config-babel": "^13.3.1",
"@talend/scripts-config-react-webpack": "^16.5.1",
"@talend/scripts-config-react-webpack": "^16.6.0",
"@talend/scripts-config-storybook-lib": "^5.3.1",
"@talend/scripts-config-typescript": "^11.2.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.5.2",
"@testing-library/react-hooks": "^8.0.1",
"@types/classnames": "^2.3.1",
"@types/d3": "^7.4.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.14.202",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"@types/lodash": "^4.17.0",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"cross-env": "^7.0.3",
"i18next": "^23.10.0",
"i18next": "^23.11.3",
"jest-in-case": "^1.0.2",
"jsdom": "^20.0.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react": "^18.3.1",
"react-a11y": "^0.3.4",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-router-dom": "~6.3.0",
"react-i18next": "^13.5.0",
"react-test-renderer": "^18.2.0"
"react-test-renderer": "^18.3.1"
},
"peerDependencies": {
"@talend/design-system": "^10.0.0",
"i18next": "^23.10.0",
"i18next": "^23.11.3",
"prop-types": "^15.5.10",
"react": ">= 16.14.0",
"react-dom": ">= 16.14.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-i18next": "^13.5.0"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 4f282e0

Please sign in to comment.