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 Dec 30, 2024
1 parent a629568 commit 289d2b6
Show file tree
Hide file tree
Showing 4 changed files with 207 additions and 197 deletions.
10 changes: 5 additions & 5 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,7 +93,7 @@
"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": "*",
Expand All @@ -120,8 +120,8 @@
"@types/is-hotkey": "^0.1.7",
"@types/node": "18.19.68",
"@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.6"
},
"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.6"
}
}
Loading

0 comments on commit 289d2b6

Please sign in to comment.