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 Jul 2, 2024
1 parent d30d6e3 commit 98f08a1
Show file tree
Hide file tree
Showing 7 changed files with 430 additions and 525 deletions.
362 changes: 181 additions & 181 deletions .yarn/releases/yarn-3.8.2.cjs → .yarn/releases/yarn-3.8.3.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.2.cjs
yarnPath: .yarn/releases/yarn-3.8.3.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.38",
"@types/node": "18.19.39",
"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.5.2"
"typescript": "5.5.3"
},
"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.5",
"@types/lodash": "4.17.6",
"@types/mdast": "3.0.15",
"@types/node": "18.19.38",
"@types/node": "18.19.39",
"@types/shelljs": "0.8.15",
"@types/unist": "3.0.2",
"@types/vfile": "4.0.0",
Expand All @@ -40,7 +40,7 @@
"devDependencies": {
"prettier": "2.8.8",
"ts-node": "10.9.2",
"typescript": "5.5.2"
"typescript": "5.5.3"
},
"peerDependencies": {
"prettier": "2.x",
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"dependencies": {
"@babel/core": "7.24.7",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.5",
"@changesets/cli": "2.27.7",
"@commercetools-frontend/babel-preset-mc-app": "21.25.2",
"@commercetools-frontend/eslint-config-mc-app": "21.25.2",
"@commercetools-local/generator-package-json": "*",
Expand All @@ -81,9 +81,9 @@
"@formatjs/intl-relativetimeformat": "11.2.14",
"@manypkg/cli": "0.21.4",
"@manypkg/get-packages": "1.1.3",
"@percy/cli": "1.28.7",
"@percy/cli": "1.28.8",
"@percy/puppeteer": "2.0.2",
"@preconstruct/cli": "2.8.4",
"@preconstruct/cli": "2.8.5",
"@stylelint/postcss-css-in-js": "^0.38.0",
"@svgr/babel-plugin-svg-dynamic-title": "^8.0.0",
"@svgr/cli": "8.1.0",
Expand All @@ -94,7 +94,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/is-hotkey": "^0.1.7",
"@types/node": "18.19.38",
"@types/node": "18.19.39",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down Expand Up @@ -130,13 +130,13 @@
"moment-timezone": "0.5.45",
"omit-empty-es": "1.2.0",
"patch-package": "6.5.1",
"postcss": "8.4.38",
"postcss": "8.4.39",
"postcss-syntax": "^0.36.2",
"postcss-value-parser": "4.2.0",
"pptr-testing-library": "0.8.0",
"prettier": "2.8.8",
"puppeteer": "19.11.1",
"qs": "6.12.1",
"qs": "6.12.2",
"rcfile": "1.0.3",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand All @@ -154,7 +154,7 @@
"ts-jest": "29.1.5",
"ts-node": "10.9.2",
"tsc-files": "1.1.4",
"typescript": "5.5.2",
"typescript": "5.5.3",
"webpack": "5.92.1"
},
"resolutions": {
Expand All @@ -178,5 +178,5 @@
"npm": ">=6",
"yarn": ">=3"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
2 changes: 1 addition & 1 deletion visual-testing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
},
"devDependencies": {
"@vitejs/plugin-react": "4.3.1",
"vite": "5.3.1"
"vite": "5.3.2"
}
}
Loading

0 comments on commit 98f08a1

Please sign in to comment.