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 Jun 24, 2024
1 parent 061fe2a commit 1c0ab74
Show file tree
Hide file tree
Showing 6 changed files with 338 additions and 294 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
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.38",
"@types/node": "18.19.39",
"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.5",
"@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 Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@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",
"@stylelint/postcss-css-in-js": "^0.38.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 @@ -178,5 +178,5 @@
"npm": ">=6",
"yarn": ">=3"
},
"packageManager": "[email protected].2"
"packageManager": "[email protected].3"
}
Loading

0 comments on commit 1c0ab74

Please sign in to comment.