Skip to content

Commit

Permalink
fix(deps): update all dependencies (#2972)
Browse files Browse the repository at this point in the history
* fix(deps): update all dependencies

* chore(deps): move root package deps from dependencies to devDependencies to make manypkg happy

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Byron Wall <[email protected]>
  • Loading branch information
renovate[bot] and ByronDWall authored Dec 13, 2024
1 parent d553a13 commit a41ff3d
Show file tree
Hide file tree
Showing 22 changed files with 1,083 additions and 801 deletions.
276 changes: 138 additions & 138 deletions .yarn/releases/yarn-3.8.5.cjs → .yarn/releases/yarn-3.8.7.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.7.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.56",
"@types/node": "18.19.68",
"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.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"prettier": "2.x",
Expand Down
6 changes: 3 additions & 3 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.68",
"@types/shelljs": "0.8.15",
"@types/unist": "3.0.3",
"@types/vfile": "4.0.0",
Expand All @@ -40,7 +40,7 @@
"devDependencies": {
"prettier": "2.8.8",
"ts-node": "10.9.2",
"typescript": "5.6.3"
"typescript": "5.7.2"
},
"peerDependencies": {
"prettier": "2.x",
Expand Down
90 changes: 45 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,25 +68,47 @@
"presets/*"
]
},
"dependencies": {
"@babel/core": "7.25.8",
"resolutions": {
"@babel/preset-env": "^7.18.6",
"@jest/types": "29.6.3",
"@types/eslint": "^9.0.0",
"@types/react": "17.0.83",
"@types/react-dom": "17.0.26",
"@types/react-router": "5.1.20",
"@types/unist": "3.0.3",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"core-js-compat": "^3.23.4",
"glob-parent": "^6.0.0",
"minimatch": "^10.0.0",
"json5": "^2.0.0",
"react-from-dom": "0.6.2"
},
"engines": {
"node": ">=18 <19",
"npm": ">=6",
"yarn": ">=3"
},
"packageManager": "[email protected]",
"devDependencies": {
"@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",
"@commercetools-frontend/eslint-config-mc-app": "22.35.0",
"@changesets/cli": "2.27.10",
"@commercetools-frontend/babel-preset-mc-app": "22.37.0",
"@commercetools-frontend/eslint-config-mc-app": "22.37.0",
"@commercetools-local/generator-package-json": "*",
"@commercetools-local/generator-readme": "*",
"@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",
"@manypkg/cli": "0.22.0",
"@commitlint/cli": "19.6.0",
"@commitlint/config-conventional": "19.6.0",
"@formatjs/cli": "6.3.14",
"@formatjs/intl-relativetimeformat": "11.4.8",
"@manypkg/cli": "0.23.0",
"@manypkg/get-packages": "1.1.3",
"@omlet/cli": "^1.12.0",
"@percy/cli": "1.30.1",
"@percy/cli": "1.30.5",
"@percy/puppeteer": "2.0.2",
"@preconstruct/cli": "2.8.8",
"@preconstruct/cli": "2.8.10",
"@svgr/babel-plugin-svg-dynamic-title": "^8.0.0",
"@svgr/cli": "8.1.0",
"@svgr/core": "8.1.0",
Expand All @@ -96,14 +118,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.68",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"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.3",
"bundlesize": "0.18.2",
"cac": "6.7.14",
"colors": "1.4.0",
Expand Down Expand Up @@ -132,14 +154,14 @@
"moment-timezone": "0.5.46",
"omit-empty-es": "1.2.0",
"patch-package": "6.5.1",
"postcss": "8.4.47",
"postcss-styled-syntax": "^0.6.4",
"postcss": "8.4.49",
"postcss-styled-syntax": "^0.7.0",
"postcss-syntax": "^0.36.2",
"postcss-value-parser": "4.2.0",
"pptr-testing-library": "0.8.0",
"prettier": "2.8.8",
"puppeteer": "22.15.0",
"qs": "6.13.0",
"qs": "6.13.1",
"rcfile": "1.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand All @@ -150,35 +172,13 @@
"replace": "1.2.2",
"rimraf": "3.0.2",
"shelljs": "0.8.5",
"stylelint": "16.10.0",
"stylelint": "16.11.0",
"stylelint-config-standard": "36.0.1",
"stylelint-order": "5.0.0",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsc-files": "1.1.4",
"typescript": "5.6.3",
"webpack": "5.95.0"
},
"resolutions": {
"@babel/preset-env": "^7.18.6",
"@jest/types": "29.6.3",
"@types/eslint": "^9.0.0",
"@types/react": "17.0.83",
"@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",
"core-js-compat": "^3.23.4",
"glob-parent": "^6.0.0",
"minimatch": "^10.0.0",
"json5": "^2.0.0",
"react-from-dom": "0.6.2"
},
"engines": {
"node": ">=18 <19",
"npm": ">=6",
"yarn": ">=3"
},
"packageManager": "[email protected]"
"typescript": "5.7.2",
"webpack": "5.97.1"
}
}
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.9.0"
},
"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.7",
"dompurify": "2.5.8",
"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 @@ -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.9.0"
},
"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.9.0"
},
"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.9.0"
},
"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.9.0"
},
"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.9.0",
"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.9.0"
},
"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.9.0"
},
"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 @@ -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.9.0"
},
"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.9.0"
},
"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.11"
},
"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.4",
"vite": "5.4.11"
}
}
Loading

0 comments on commit a41ff3d

Please sign in to comment.