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 2, 2025
1 parent a629568 commit 82364f3
Show file tree
Hide file tree
Showing 6 changed files with 250 additions and 240 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.69",
"cac": "6.7.14",
"omit-empty-es": "1.2.0",
"rcfile": "1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion 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.13",
"@types/mdast": "4.0.4",
"@types/node": "18.19.68",
"@types/node": "18.19.69",
"@types/shelljs": "0.8.15",
"@types/unist": "3.0.3",
"@types/vfile": "4.0.0",
Expand Down
16 changes: 8 additions & 8 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.0",
"@typescript-eslint/parser": "8.19.0",
"core-js-compat": "^3.23.4",
"glob-parent": "^6.0.0",
"minimatch": "^10.0.0",
Expand All @@ -93,16 +93,16 @@
"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",
Expand All @@ -118,10 +118,10 @@
"@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.69",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"@typescript-eslint/eslint-plugin": "8.19.0",
"@typescript-eslint/parser": "8.19.0",
"babel-jest": "29.7.0",
"babel-loader": "9.2.1",
"babel-plugin-typescript-to-proptypes": "1.4.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": "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 82364f3

Please sign in to comment.