Skip to content

Commit

Permalink
chore: upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ybaskaran authored Jun 25, 2024
1 parent ca1734c commit 60b6564
Show file tree
Hide file tree
Showing 28 changed files with 1,170 additions and 1,225 deletions.
179 changes: 89 additions & 90 deletions dependencies-latest.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions fork/dynamic-cdn-webpack-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"webpack-sources": "^3.2.3"
},
"peerDependencies": {
"webpack": "^5.92.0"
"webpack": "^5.92.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.24.7",
Expand All @@ -53,7 +53,7 @@
"jest": "^29.7.0",
"mz": "^2.7.0",
"rimraf": "^5.0.7",
"webpack": "^5.92.0",
"webpack": "^5.92.1",
"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.7",
"webpack": "^5.92.0"
"webpack": "^5.92.1"
},
"dependencies": {
"json-refs": "3.0.15",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"devDependencies": {
"@changesets/cli": "^2.27.5",
"@talend/scripts-config-babel": "^13.4.0",
"@talend/scripts-config-prettier": "^12.1.3",
"@talend/scripts-core": "^16.4.0",
"@talend/scripts-yarn-workspace": "^2.0.2",
"@changesets/cli": "^2.27.6",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-prettier": "^12.2.0",
"@talend/scripts-core": "^16.5.0",
"@talend/scripts-yarn-workspace": "^2.1.0",
"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.6",
"i18next-scanner": "^4.5.0",
"lint-staged": "^15.2.7",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.0.4"
},
"scripts": {
"postinstall": "talend-yarn-workspace run build:lib && talend-yarn-workspace run build:lib:esm",
Expand Down Expand Up @@ -67,8 +67,8 @@
]
},
"dependencies": {
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.7",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"cypress": "^13.6.0"
}
}
2 changes: 1 addition & 1 deletion packages/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"url": "https://github.com/Talend/ui.git"
},
"dependencies": {
"@talend/utils": "^3.2.0"
"@talend/utils": "^3.2.1"
},
"devDependencies": {
"@talend/eslint-config": "^13.2.0",
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 @@ -33,7 +33,7 @@
"homepage": "https://github.com/Talend/ui/cmf-cqrs#readme",
"dependencies": {
"@talend/react-cmf": "^10.0.0",
"@talend/utils": "^3.2.0",
"@talend/utils": "^3.2.1",
"immutable": "^3.8.2",
"redux-saga": "^1.3.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/cmf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"@talend/scripts-cmf": "^1.3.0",
"@talend/utils": "^3.2.0",
"@talend/utils": "^3.2.1",
"commander": "^6.2.1",
"hoist-non-react-statics": "^3.3.2",
"immutable": "^3.8.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@
"@talend/assets-api": "^1.5.0",
"@talend/bootstrap-theme": "^9.2.0",
"@talend/design-tokens": "^3.4.0",
"@talend/icons": "^7.10.0",
"@talend/icons": "^7.10.1",
"@talend/react-a11y": "^4.0.0",
"@talend/react-bootstrap": "^3.0.0",
"@talend/react-bootstrap": "^3.0.1",
"@talend/utils": "^3.2.1",
"ally.js": "^1.4.1",
"classnames": "^2.5.1",
Expand All @@ -76,13 +76,13 @@
"react-virtualized": "^9.22.5",
"reactour": "^1.19.4",
"recharts": "^2.12.7",
"simplebar": "^6.2.6",
"simplebar": "^6.2.7",
"simplebar-react": "^2.4.3",
"styled-components": "^5.3.11",
"warning": "^3.0.0"
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.19",
"@storybook/addon-actions": "^7.6.20",
"@talend/bootstrap-theme": "^9.2.0",
"@talend/design-system": "^11.0.3",
"@talend/eslint-config": "^13.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/containers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"reselect": "^2.5.4"
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.19",
"@talend/icons": "^7.10.0",
"@storybook/addon-actions": "^7.6.20",
"@talend/icons": "^7.10.1",
"@talend/locales-tui-components": "^16.0.1",
"@talend/locales-tui-containers": "^9.1.3",
"@talend/locales-tui-forms": "^10.2.4",
Expand Down
10 changes: 5 additions & 5 deletions packages/dataviz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@talend/assets-api": "^1.5.0",
"@talend/react-components": "^17.0.0",
"@talend/react-components": "^17.0.1",
"@talend/design-tokens": "^3.4.0",
"classnames": "^2.5.1",
"d3": "^7.9.0",
Expand All @@ -56,13 +56,13 @@
"devDependencies": {
"@cypress/react": "^7.0.3",
"@cypress/webpack-dev-server": "^3.10.0",
"@talend/design-system": "^11.0.0",
"@talend/design-system": "^11.0.3",
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/icons": "^7.10.0",
"@talend/icons": "^7.10.1",
"@talend/locales-tui-components": "^16.0.1",
"@talend/locales-tui-dataviz": "^3.0.1",
"@talend/react-components": "^17.0.0",
"@talend/react-components": "^17.0.1",
"@talend/scripts-core": "^16.5.0",
"@talend/scripts-config-babel": "^13.5.0",
"@talend/scripts-config-react-webpack": "^16.8.0",
Expand All @@ -80,7 +80,7 @@
"@types/react": "^18.3.3",
"@types/topojson-client": "^3.1.4",
"@types/topojson-specification": "^1.0.5",
"cypress": "^13.11.0",
"cypress": "^13.12.0",
"cross-env": "^7.0.3",
"i18next": "^23.11.5",
"react": "^18.3.1",
Expand Down
28 changes: 14 additions & 14 deletions packages/design-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,34 +21,34 @@
},
"dependencies": {
"@algolia/autocomplete-js": "^1.17.2",
"@storybook/blocks": "^7.6.19",
"@storybook/react": "^7.6.19",
"@talend/design-system": "^11.0.0",
"@storybook/blocks": "^7.6.20",
"@storybook/react": "^7.6.20",
"@talend/design-system": "^11.0.3",
"@talend/design-tokens": "^3.4.0",
"@talend/storybook-docs": "^2.5.0",
"@talend/icons": "^7.10.0",
"algoliasearch": "^4.23.3",
"@talend/icons": "^7.10.1",
"algoliasearch": "^4.24.0",
"classnames": "^2.5.1",
"color-contrast-checker": "^2.1.0",
"figma-js": "^1.16.0",
"react-hook-form": "^7.51.5",
"react-hook-form": "^7.52.0",
"pkg-dir": "^7.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"use-overflow": "^1.2.0"
},
"devDependencies": {
"@storybook/addon-a11y": "^7.6.19",
"@storybook/addon-actions": "^7.6.19",
"@storybook/addon-essentials": "^7.6.19",
"@storybook/addon-interactions": "^7.6.19",
"@storybook/addon-links": "^7.6.19",
"@storybook/addons": "^7.6.19",
"@storybook/core-events": "^7.6.19",
"@storybook/addon-a11y": "^7.6.20",
"@storybook/addon-actions": "^7.6.20",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/addon-links": "^7.6.20",
"@storybook/addons": "^7.6.20",
"@storybook/core-events": "^7.6.20",
"@storybook/preset-scss": "^1.0.3",
"@storybook/testing-library": "^0.2.2",
"@storybook/testing-react": "^2.0.1",
"@storybook/theming": "^7.6.19",
"@storybook/theming": "^7.6.20",
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/locales-design-system": "^7.15.1",
Expand Down
30 changes: 15 additions & 15 deletions packages/design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,22 +60,22 @@
"@cypress/react": "^7.0.3",
"@cypress/webpack-dev-server": "^3.10.0",
"@jest/globals": "^29.7.0",
"@storybook/addon-a11y": "^7.6.19",
"@storybook/addon-actions": "^7.6.19",
"@storybook/addon-essentials": "^7.6.19",
"@storybook/addon-interactions": "^7.6.19",
"@storybook/addon-links": "^7.6.19",
"@storybook/addons": "^7.6.19",
"@storybook/blocks": "^7.6.19",
"@storybook/core-events": "^7.6.19",
"@storybook/addon-a11y": "^7.6.20",
"@storybook/addon-actions": "^7.6.20",
"@storybook/addon-essentials": "^7.6.20",
"@storybook/addon-interactions": "^7.6.20",
"@storybook/addon-links": "^7.6.20",
"@storybook/addons": "^7.6.20",
"@storybook/blocks": "^7.6.20",
"@storybook/core-events": "^7.6.20",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^7.6.19",
"@storybook/react": "^7.6.20",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.6.19",
"@storybook/theming": "^7.6.20",
"@svgr/webpack": "^5.5.0",
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/icons": "^7.10.0",
"@talend/icons": "^7.10.1",
"@talend/locales-design-system": "^7.15.1",
"@talend/scripts-core": "^16.5.0",
"@talend/scripts-config-babel": "^13.5.0",
Expand All @@ -97,24 +97,24 @@
"browser-sync-webpack-plugin": "^2.3.0",
"concurrently": "^8.2.2",
"core-js": "^3.37.1",
"cypress": "^13.11.0",
"cypress": "^13.12.0",
"focus-outline-manager": "^1.0.2",
"i18next": "^23.11.5",
"i18next-scanner": "^4.4.0",
"i18next-scanner": "^4.5.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.51.5",
"react-hook-form": "^7.52.0",
"react-i18next": "^13.5.0",
"react-is": "^17.0.2",
"react-router-dom": "~6.3.0",
"storybook-docs-toc": "^1.7.0"
},
"peerDependencies": {
"@talend/icons": "^7.0.0",
"@talend/icons": "^7.10.1",
"@talend/locales-design-system": "^7.15.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
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.92.0"
"webpack": "^5.92.1"
},
"dependencies": {}
}
10 changes: 5 additions & 5 deletions packages/faceted-search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,20 +45,20 @@
},
"dependencies": {
"@talend/daikon-tql-client": "^1.3.1",
"@talend/utils": "^3.2.0",
"@talend/utils": "^3.2.1",
"@talend/design-tokens": "^3.4.0",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"invariant": "^2.2.4",
"lodash": "^4.17.21"
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.19",
"@storybook/addon-actions": "^7.6.20",
"@storybook/testing-library": "^0.2.2",
"@talend/design-system": "^11.0.0",
"@talend/design-system": "^11.0.3",
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/icons": "^7.10.0",
"@talend/icons": "^7.10.1",
"@talend/locales-tui-components": "^16.0.1",
"@talend/locales-tui-faceted-search": "^11.3.0",
"@talend/scripts-core": "^16.5.0",
Expand All @@ -78,7 +78,7 @@
"react-i18next": "^13.5.0"
},
"peerDependencies": {
"@talend/design-system": "^11.0.0",
"@talend/design-system": "^11.0.3",
"@talend/react-components": "^17.0.0",
"i18next": "^23.11.5",
"prop-types": "^15.5.10",
Expand Down
16 changes: 8 additions & 8 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
},
"dependencies": {
"@talend/assets-api": "^1.5.0",
"@talend/icons": "^7.10.0",
"@talend/icons": "^7.10.1",
"@talend/json-schema-form-core": "^1.4.0",
"@talend/react-components": "^17.0.0",
"@talend/design-system": "^11.0.0",
"@talend/react-components": "^17.0.1",
"@talend/design-system": "^11.0.3",
"@talend/design-tokens": "^3.4.0",
"@talend/utils": "^3.2.0",
"@talend/utils": "^3.2.1",
"ace-builds": "1.10.1",
"ajv": "^6.12.6",
"classnames": "^2.5.1",
Expand All @@ -61,15 +61,15 @@
"memoize-one": "^6.0.0",
"react-autowhatever": "10.2.0",
"react-ace": "10.1.0",
"react-hook-form": "^7.51.5",
"react-hook-form": "^7.52.0",
"react-jsonschema-form": "0.51.0",
"tv4": "^1.3.0"
},
"devDependencies": {
"@storybook/addon-actions": "^7.6.19",
"@storybook/addon-controls": "^7.6.19",
"@storybook/addon-actions": "^7.6.20",
"@storybook/addon-controls": "^7.6.20",
"@talend/locales-tui-forms": "^10.2.4",
"@talend/react-components": "^17.0.0",
"@talend/react-components": "^17.0.1",
"@talend/eslint-config": "^13.2.0",
"@talend/eslint-plugin": "^1.3.0",
"@talend/scripts-core": "^16.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"svgo": "^1.3.2",
"url-loader": "^4.1.1",
"webfonts-loader": "^8.0.1",
"webpack": "^5.92.0",
"webpack": "^5.92.1",
"webpack-cli": "^4.10.0"
},
"publishConfig": {
Expand Down
Loading

0 comments on commit 60b6564

Please sign in to comment.