Skip to content

Commit

Permalink
chore(deps): update devdependencies to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 8, 2023
1 parent 470c89b commit 344a1cc
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 34 deletions.
2 changes: 1 addition & 1 deletion apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@vitest/coverage-c8": "0.33.0",
"@vitest/ui": "0.33.0",
"eslint-config-custom": "workspace:*",
"nodemon": "2.0.22",
"nodemon": "3.0.0",
"ts-node": "10.9.1",
"tsconfig": "workspace:*",
"tslib": "2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eslint-config-prettier": "8.8.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"prettier": "2.8.8",
"prettier": "3.0.0",
"scaffdog": "2.5.1",
"turbo": "1.10.7"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"typescript": "5.1.6"
},
"devDependencies": {
"prettier": "2.8.8"
"prettier": "3.0.0"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"prettier": "2.8.8"
"prettier": "3.0.0"
}
}
58 changes: 28 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 344a1cc

Please sign in to comment.