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 Nov 4, 2024
1 parent 1ec85b2 commit 2bd9232
Show file tree
Hide file tree
Showing 21 changed files with 614 additions and 388 deletions.
346 changes: 173 additions & 173 deletions .yarn/releases/yarn-3.8.5.cjs → .yarn/releases/yarn-3.8.6.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.5.cjs
yarnPath: .yarn/releases/yarn-3.8.6.cjs
2 changes: 1 addition & 1 deletion generators/package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@manypkg/find-root": "1.1.0",
"@manypkg/get-packages": "1.1.3",
"@types/node": "18.19.56",
"@types/node": "18.19.64",
"cac": "6.7.14",
"omit-empty-es": "1.2.0",
"rcfile": "1.0.3"
Expand Down
4 changes: 2 additions & 2 deletions generators/readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"dependencies": {
"@manypkg/get-packages": "1.1.3",
"@types/listr": "0.14.9",
"@types/lodash": "4.17.10",
"@types/lodash": "4.17.13",
"@types/mdast": "3.0.15",
"@types/node": "18.19.56",
"@types/node": "18.19.64",
"@types/shelljs": "0.8.15",
"@types/unist": "3.0.3",
"@types/vfile": "4.0.0",
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
]
},
"dependencies": {
"@babel/core": "7.25.8",
"@babel/core": "7.26.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@commercetools-frontend/babel-preset-mc-app": "22.35.0",
Expand All @@ -78,13 +78,13 @@
"@commercetools/github-labels": "1.1.0",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@formatjs/cli": "6.2.15",
"@formatjs/intl-relativetimeformat": "11.2.16",
"@formatjs/cli": "6.3.7",
"@formatjs/intl-relativetimeformat": "11.4.3",
"@manypkg/cli": "0.22.0",
"@manypkg/get-packages": "1.1.3",
"@percy/cli": "1.30.1",
"@percy/puppeteer": "2.0.2",
"@preconstruct/cli": "2.8.8",
"@preconstruct/cli": "2.8.9",
"@svgr/babel-plugin-svg-dynamic-title": "^8.0.0",
"@svgr/cli": "8.1.0",
"@svgr/core": "8.1.0",
Expand All @@ -94,14 +94,14 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/is-hotkey": "^0.1.7",
"@types/node": "18.19.56",
"@types/node": "18.19.64",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"babel-jest": "29.7.0",
"babel-loader": "8.4.1",
"babel-plugin-typescript-to-proptypes": "1.4.2",
"browserslist": "4.24.0",
"browserslist": "4.24.2",
"bundlesize": "0.18.2",
"cac": "6.7.14",
"colors": "1.4.0",
Expand Down Expand Up @@ -155,7 +155,7 @@
"ts-node": "10.9.2",
"tsc-files": "1.1.4",
"typescript": "5.6.3",
"webpack": "5.95.0"
"webpack": "5.96.1"
},
"resolutions": {
"@babel/preset-env": "^7.18.6",
Expand All @@ -165,8 +165,8 @@
"@types/react-dom": "17.0.25",
"@types/react-router": "5.1.20",
"@types/unist": "3.0.3",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@typescript-eslint/eslint-plugin": "8.12.2",
"@typescript-eslint/parser": "8.12.2",
"core-js-compat": "^3.23.4",
"glob-parent": "^6.0.0",
"minimatch": "^10.0.0",
Expand All @@ -178,5 +178,5 @@
"npm": ">=6",
"yarn": ">=3"
},
"packageManager": "[email protected].5"
"packageManager": "[email protected].6"
}
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.1"
"react-select": "5.8.2"
},
"devDependencies": {
"moment": "2.30.1",
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.1"
"react-select": "5.8.2"
},
"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.1"
"react-select": "5.8.2"
},
"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.1"
"react-select": "5.8.2"
},
"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.1"
"react-select": "5.8.2"
},
"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.1",
"react-select": "5.8.2",
"react-textarea-autosize": "8.4.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"prop-types": "15.8.1",
"react-textarea-autosize": "8.4.0",
"slate": "0.75.0",
"slate-history": "0.109.0",
"slate-history": "0.110.3",
"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.1"
"react-select": "5.8.2"
},
"devDependencies": {
"react": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/inputs/rich-text-input/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"lodash": "4.17.21",
"prop-types": "15.8.1",
"slate": "0.75.0",
"slate-history": "0.109.0",
"slate-history": "0.110.3",
"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.109.0",
"slate-history": "0.110.3",
"slate-hyperscript": "0.100.0",
"slate-react": "0.75.0",
"style-to-object": "0.4.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/components/inputs/select-input/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.1"
"react-select": "5.8.2"
},
"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.1"
"react-select": "5.8.2"
},
"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.1"
"react-select": "5.8.2"
},
"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 @@ -27,7 +27,7 @@
"remark-gfm": "^4.0.0",
"serve": "^14.2.3",
"storybook": "^8.2.9",
"vite": "5.4.9"
"vite": "5.4.10"
},
"scripts": {
"start": "storybook dev -p 6006",
Expand Down
4 changes: 2 additions & 2 deletions visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"react-router-dom": "5.3.4"
},
"devDependencies": {
"@vitejs/plugin-react": "4.3.2",
"vite": "5.4.9"
"@vitejs/plugin-react": "4.3.3",
"vite": "5.4.10"
}
}
Loading

0 comments on commit 2bd9232

Please sign in to comment.