Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois authored Jun 5, 2024
1 parent bf88ea0 commit 70c0c3a
Show file tree
Hide file tree
Showing 59 changed files with 3,496 additions and 3,270 deletions.
261 changes: 166 additions & 95 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"
}
}
10 changes: 5 additions & 5 deletions fork/dynamic-cdn-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,22 +38,22 @@
"dependencies": {
"@talend/module-to-cdn": "^9.10.1",
"read-pkg-up": "^7.0.1",
"semver": "^7.6.0",
"semver": "^7.6.2",
"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.6",
"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",
"rimraf": "^5.0.7",
"webpack": "^5.91.0",
"webpack-cli": "^4.10.0",
"webpack-manifest-plugin": "^5.0.0"
},
Expand Down
8 changes: 4 additions & 4 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"
"rimraf": "^5.0.7",
"webpack": "^5.91.0"
},
"dependencies": {
"json-refs": "3.0.15",
Expand Down
4 changes: 2 additions & 2 deletions fork/module-to-cdn/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"dependencies": {
"execa": "^4.1.0",
"mkdirp": "^1.0.4",
"semver": "^7.6.0"
"semver": "^7.6.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.23.10",
"@babel/eslint-parser": "^7.24.6",
"eslint": "^8.57.0",
"jest": "^29.7.0"
},
Expand Down
20 changes: 10 additions & 10 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/jest-dom": "^6.4.5",
"@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
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"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",
"@changesets/cli": "^2.27.5",
"@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",
"husky": "^8.0.3",
"i18next-scanner": "^4.4.0",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.3.3"
"lint-staged": "^15.2.5",
"prettier": "^3.3.1",
"rimraf": "^5.0.7",
"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.3",
"@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
18 changes: 9 additions & 9 deletions packages/cmf-cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,24 @@
"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
18 changes: 9 additions & 9 deletions packages/cmf-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,26 @@
"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
20 changes: 10 additions & 10 deletions packages/cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,24 +52,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",
"jsdoc": "^4.0.3",
"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
Loading

0 comments on commit 70c0c3a

Please sign in to comment.