Skip to content

Commit

Permalink
chore(deps): update devdependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 5, 2023
1 parent 2187695 commit 80264c9
Show file tree
Hide file tree
Showing 5 changed files with 364 additions and 140 deletions.
12 changes: 6 additions & 6 deletions apps/bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
"zod": "3.21.4"
},
"devDependencies": {
"@vitest/coverage-c8": "0.29.3",
"@vitest/ui": "0.29.3",
"@types/node": "18.15.3",
"@vitest/coverage-c8": "0.31.0",
"@vitest/ui": "0.31.0",
"@types/node": "18.16.4",
"eslint-config-custom": "workspace:*",
"nodemon": "2.0.21",
"nodemon": "2.0.22",
"ts-node": "10.9.1",
"tsconfig": "workspace:*",
"tslib": "2.5.0",
"typescript": "5.0.2",
"vitest": "0.29.3"
"typescript": "5.0.4",
"vitest": "0.31.0"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"eslint": "8.36.0",
"eslint": "8.39.0",
"eslint-config-custom": "workspace:*",
"eslint-config-prettier": "8.7.0",
"eslint-config-prettier": "8.8.0",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"prettier": "2.8.4",
"lint-staged": "13.2.2",
"prettier": "2.8.8",
"scaffdog": "2.5.0",
"turbo": "1.8.3"
"turbo": "1.9.3"
},
"engines": {
"node": ">=18.0.0 <19",
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.0.2"
},
"devDependencies": {
"prettier": "2.8.4"
"prettier": "2.8.8"
},
"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.4"
"prettier": "2.8.8"
}
}
Loading

0 comments on commit 80264c9

Please sign in to comment.