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 Jan 8, 2025
1 parent a629568 commit dc0e425
Show file tree
Hide file tree
Showing 6 changed files with 367 additions and 357 deletions.
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.68",
"@types/node": "18.19.70",
"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.13",
"@types/lodash": "4.17.14",
"@types/mdast": "4.0.4",
"@types/node": "18.19.68",
"@types/node": "18.19.70",
"@types/shelljs": "0.8.15",
"@types/unist": "3.0.3",
"@types/vfile": "4.0.0",
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
"@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",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"core-js-compat": "^3.23.4",
"glob-parent": "^6.0.0",
"minimatch": "^10.0.0",
Expand All @@ -93,20 +93,20 @@
"devDependencies": {
"@babel/core": "7.26.0",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.10",
"@changesets/cli": "2.27.11",
"@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.6.1",
"@commitlint/config-conventional": "19.6.0",
"@formatjs/cli": "6.3.14",
"@formatjs/intl-relativetimeformat": "11.4.8",
"@formatjs/cli": "6.3.15",
"@formatjs/intl-relativetimeformat": "11.4.9",
"@manypkg/cli": "0.23.0",
"@manypkg/get-packages": "1.1.3",
"@omlet/cli": "^1.12.0",
"@percy/cli": "1.30.5",
"@percy/cli": "1.30.6",
"@percy/puppeteer": "2.0.2",
"@preconstruct/cli": "2.8.10",
"@svgr/babel-plugin-svg-dynamic-title": "^8.0.0",
Expand All @@ -118,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.68",
"@types/node": "18.19.70",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.19.1",
"@typescript-eslint/parser": "8.19.1",
"babel-jest": "29.7.0",
"babel-loader": "9.2.1",
"babel-plugin-typescript-to-proptypes": "1.4.2",
"browserslist": "4.24.3",
"browserslist": "4.24.4",
"bundlesize": "0.18.2",
"cac": "6.7.14",
"colors": "1.4.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": "6.0.3"
"vite": "6.0.7"
},
"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 @@ -12,7 +12,7 @@
"@commercetools-uikit/design-system": "19.20.1",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fontsource/inter": "5.1.0",
"@fontsource/inter": "5.1.1",
"@types/react": "17.0.83",
"moment": "2.30.1",
"moment-timezone": "0.5.46",
Expand All @@ -25,6 +25,6 @@
},
"devDependencies": {
"@vitejs/plugin-react": "4.3.4",
"vite": "6.0.3"
"vite": "6.0.7"
}
}
Loading

0 comments on commit dc0e425

Please sign in to comment.