Skip to content

Commit

Permalink
fix(deps): update all dependencies (#2958)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 17, 2024
1 parent ed2c901 commit e10bda3
Show file tree
Hide file tree
Showing 6 changed files with 448 additions and 542 deletions.
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.54",
"@types/node": "18.19.56",
"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.2"
"typescript": "5.6.3"
},
"peerDependencies": {
"prettier": "2.x",
Expand Down
4 changes: 2 additions & 2 deletions generators/readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/listr": "0.14.9",
"@types/lodash": "4.17.10",
"@types/mdast": "3.0.15",
"@types/node": "18.19.54",
"@types/node": "18.19.56",
"@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.2"
"typescript": "5.6.3"
},
"peerDependencies": {
"prettier": "2.x",
Expand Down
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
]
},
"dependencies": {
"@babel/core": "7.25.7",
"@babel/core": "7.25.8",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.9",
"@commercetools-frontend/babel-preset-mc-app": "21.25.2",
Expand All @@ -78,13 +78,13 @@
"@commercetools/github-labels": "1.1.0",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@formatjs/cli": "6.2.12",
"@formatjs/intl-relativetimeformat": "11.2.14",
"@manypkg/cli": "0.21.4",
"@formatjs/cli": "6.2.15",
"@formatjs/intl-relativetimeformat": "11.2.16",
"@manypkg/cli": "0.22.0",
"@manypkg/get-packages": "1.1.3",
"@percy/cli": "1.30.0",
"@percy/cli": "1.30.1",
"@percy/puppeteer": "2.0.2",
"@preconstruct/cli": "2.8.8",
"@preconstruct/cli": "2.8.9",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@svgr/babel-plugin-svg-dynamic-title": "^8.0.0",
"@svgr/cli": "8.1.0",
Expand All @@ -95,10 +95,10 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/is-hotkey": "^0.1.7",
"@types/node": "18.19.54",
"@types/node": "18.19.56",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
"babel-jest": "29.7.0",
"babel-loader": "8.4.1",
"babel-plugin-typescript-to-proptypes": "1.4.2",
Expand Down Expand Up @@ -136,7 +136,7 @@
"postcss-value-parser": "4.2.0",
"pptr-testing-library": "0.8.0",
"prettier": "2.8.8",
"puppeteer": "22.8.2",
"puppeteer": "22.15.0",
"qs": "6.13.0",
"rcfile": "1.0.3",
"react": "17.0.2",
Expand All @@ -155,7 +155,7 @@
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"tsc-files": "1.1.4",
"typescript": "5.6.2",
"typescript": "5.6.3",
"webpack": "5.95.0"
},
"resolutions": {
Expand All @@ -166,8 +166,8 @@
"@types/react-dom": "17.0.25",
"@types/react-router": "5.1.20",
"@types/unist": "3.0.3",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
"@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",
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.8"
"vite": "5.4.9"
},
"scripts": {
"start": "storybook dev -p 6006",
Expand Down
2 changes: 1 addition & 1 deletion visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
},
"devDependencies": {
"@vitejs/plugin-react": "4.3.2",
"vite": "5.4.8"
"vite": "5.4.9"
}
}
Loading

0 comments on commit e10bda3

Please sign in to comment.