Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 27, 2024
1 parent 58fe325 commit 49992d7
Show file tree
Hide file tree
Showing 24 changed files with 775 additions and 913 deletions.
426 changes: 213 additions & 213 deletions .yarn/releases/yarn-3.8.2.cjs → .yarn/releases/yarn-3.8.5.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:

postinstall: ./scripts/postinstall.sh

yarnPath: .yarn/releases/yarn-3.8.2.cjs
yarnPath: .yarn/releases/yarn-3.8.5.cjs
4 changes: 2 additions & 2 deletions generators/package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"dependencies": {
"@manypkg/find-root": "1.1.0",
"@manypkg/get-packages": "1.1.3",
"@types/node": "18.19.38",
"@types/node": "18.19.54",
"cac": "6.7.14",
"omit-empty-es": "1.2.0",
"rcfile": "1.0.3"
},
"devDependencies": {
"prettier": "2.8.8",
"ts-node": "10.9.2",
"typescript": "5.5.2"
"typescript": "5.6.2"
},
"peerDependencies": {
"prettier": "2.x",
Expand Down
8 changes: 4 additions & 4 deletions generators/readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dependencies": {
"@manypkg/get-packages": "1.1.3",
"@types/listr": "0.14.9",
"@types/lodash": "4.17.5",
"@types/lodash": "4.17.9",
"@types/mdast": "3.0.15",
"@types/node": "18.19.38",
"@types/node": "18.19.54",
"@types/shelljs": "0.8.15",
"@types/unist": "3.0.2",
"@types/unist": "3.0.3",
"@types/vfile": "4.0.0",
"cac": "6.7.14",
"listr": "0.14.3",
Expand All @@ -40,7 +40,7 @@
"devDependencies": {
"prettier": "2.8.8",
"ts-node": "10.9.2",
"typescript": "5.5.2"
"typescript": "5.6.2"
},
"peerDependencies": {
"prettier": "2.x",
Expand Down
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
]
},
"dependencies": {
"@babel/core": "7.24.7",
"@babel/core": "7.25.2",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.5",
"@changesets/cli": "2.27.8",
"@commercetools-frontend/babel-preset-mc-app": "21.25.2",
"@commercetools-frontend/eslint-config-mc-app": "21.25.2",
"@commercetools-local/generator-package-json": "*",
Expand All @@ -84,9 +84,9 @@
"@formatjs/intl-relativetimeformat": "11.2.14",
"@manypkg/cli": "0.21.4",
"@manypkg/get-packages": "1.1.3",
"@percy/cli": "1.28.7",
"@percy/cli": "1.29.4",
"@percy/puppeteer": "2.0.2",
"@preconstruct/cli": "2.8.4",
"@preconstruct/cli": "2.8.7",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@svgr/babel-plugin-svg-dynamic-title": "^8.0.0",
"@svgr/cli": "8.1.0",
Expand All @@ -97,20 +97,20 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/is-hotkey": "^0.1.7",
"@types/node": "18.19.38",
"@types/node": "18.19.54",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"babel-jest": "29.7.0",
"babel-loader": "8.3.0",
"babel-loader": "8.4.1",
"babel-plugin-typescript-to-proptypes": "1.4.2",
"browserslist": "4.23.1",
"browserslist": "4.24.0",
"bundlesize": "0.18.2",
"cac": "6.7.14",
"colors": "1.4.0",
"conventional-changelog-cli": "2.2.2",
"cross-env": "7.0.3",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-formatter-pretty": "4.1.0",
"execa": "6.1.0",
"formik": "^2.2.9",
Expand All @@ -133,13 +133,13 @@
"moment-timezone": "0.5.45",
"omit-empty-es": "1.2.0",
"patch-package": "6.5.1",
"postcss": "8.4.38",
"postcss": "8.4.47",
"postcss-syntax": "^0.36.2",
"postcss-value-parser": "4.2.0",
"pptr-testing-library": "0.8.0",
"prettier": "2.8.8",
"puppeteer": "19.11.1",
"qs": "6.12.1",
"qs": "6.13.0",
"rcfile": "1.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand All @@ -154,20 +154,20 @@
"stylelint-config-prettier": "9.0.5",
"stylelint-config-standard": "34.0.0",
"stylelint-order": "5.0.0",
"ts-jest": "29.1.5",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsc-files": "1.1.4",
"typescript": "5.5.2",
"webpack": "5.94.0"
"typescript": "5.6.2",
"webpack": "5.95.0"
},
"resolutions": {
"@babel/preset-env": "^7.18.6",
"@jest/types": "29.6.3",
"@types/eslint": "^8.2.2",
"@types/react": "17.0.80",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.25",
"@types/react-router": "5.1.20",
"@types/unist": "3.0.2",
"@types/unist": "3.0.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"core-js-compat": "^3.23.4",
Expand All @@ -181,5 +181,5 @@
"npm": ">=6",
"yarn": ">=3"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].5"
}
2 changes: 1 addition & 1 deletion packages/calendar-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react-select": "5.8.0"
"react-select": "5.8.1"
},
"devDependencies": {
"moment": "2.30.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@types/dompurify": "^2.4.0",
"dompurify": "2.5.5",
"dompurify": "2.5.7",
"prop-types": "15.8.1",
"react-from-dom": "0.6.2"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"@commercetools-uikit/spacings": "19.11.0",
"@commercetools-uikit/text": "19.11.0",
"@commercetools-uikit/utils": "19.11.0",
"@emotion/is-prop-valid": "1.2.2",
"@emotion/is-prop-valid": "1.3.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react-select": "5.8.0"
"react-select": "5.8.1"
},
"devDependencies": {
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/inputs/async-select-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react-select": "5.8.0"
"react-select": "5.8.1"
},
"devDependencies": {
"react": "17.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react-select": "5.8.0"
"react-select": "5.8.1"
},
"devDependencies": {
"react": "17.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"prop-types": "15.8.1",
"react-select": "5.8.0"
"react-select": "5.8.1"
},
"devDependencies": {
"react": "17.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"prop-types": "15.8.1",
"react-select": "5.8.0",
"react-select": "5.8.1",
"react-textarea-autosize": "8.4.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"downshift": "6.1.12",
"immutable": "4.3.6",
"immutable": "4.3.7",
"is-hotkey": "0.2.0",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react-textarea-autosize": "8.4.0",
"slate": "0.75.0",
"slate-history": "0.100.0",
"slate-history": "0.109.0",
"slate-react": "0.75.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/inputs/money-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react-select": "5.8.0"
"react-select": "5.8.1"
},
"devDependencies": {
"react": "17.0.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/components/inputs/rich-text-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"downshift": "6.1.12",
"immutable": "4.3.6",
"immutable": "4.3.7",
"is-hotkey": "0.2.0",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"slate": "0.75.0",
"slate-history": "0.100.0",
"slate-history": "0.109.0",
"slate-react": "0.75.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components/inputs/rich-text-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"lodash": "4.17.21",
"prop-types": "15.8.1",
"slate": "0.75.0",
"slate-history": "0.100.0",
"slate-history": "0.109.0",
"slate-hyperscript": "0.100.0",
"slate-react": "0.75.0",
"style-to-object": "0.4.4"
Expand Down
4 changes: 2 additions & 2 deletions packages/components/inputs/select-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
"@commercetools-uikit/icons": "19.11.0",
"@commercetools-uikit/select-utils": "19.11.0",
"@commercetools-uikit/utils": "19.11.0",
"@emotion/is-prop-valid": "1.2.2",
"@emotion/is-prop-valid": "1.3.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react-select": "5.8.0"
"react-select": "5.8.1"
},
"devDependencies": {
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/inputs/select-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react-select": "5.8.0"
"react-select": "5.8.1"
},
"devDependencies": {
"react": "17.0.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@emotion/styled": "^11.10.5",
"lodash": "4.17.21",
"prop-types": "15.8.1",
"react-select": "5.8.0"
"react-select": "5.8.1"
},
"devDependencies": {
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/inputs/time-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@commercetools-uikit/input-utils": "19.11.0",
"@commercetools-uikit/spacings-inline": "19.11.0",
"@commercetools-uikit/utils": "19.11.0",
"@emotion/is-prop-valid": "1.2.2",
"@emotion/is-prop-valid": "1.3.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"prop-types": "15.8.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"dependencies": {
"@babel/runtime": "^7.20.13",
"@babel/runtime-corejs3": "^7.20.13",
"@emotion/is-prop-valid": "1.2.2"
"@emotion/is-prop-valid": "1.3.1"
},
"devDependencies": {
"react": "17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"remark-gfm": "^4.0.0",
"serve": "^14.2.3",
"storybook": "^8.2.9",
"vite": "5.3.6"
"vite": "5.4.8"
},
"scripts": {
"start": "storybook dev -p 6006",
Expand Down
6 changes: 3 additions & 3 deletions visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@commercetools-uikit/design-system": "19.11.0",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/inter": "5.0.20",
"@types/react": "17.0.2",
"@fontsource/inter": "5.1.0",
"@types/react": "17.0.83",
"moment": "2.30.1",
"moment-timezone": "0.5.45",
"prop-types": "15.8.1",
Expand All @@ -25,6 +25,6 @@
},
"devDependencies": {
"@vitejs/plugin-react": "4.3.1",
"vite": "5.3.6"
"vite": "5.4.8"
}
}
Loading

0 comments on commit 49992d7

Please sign in to comment.