Skip to content

Commit

Permalink
chore(deps): update all non-major dev-dependencies (#159)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 9, 2023
1 parent e8ec49a commit 9017e58
Show file tree
Hide file tree
Showing 6 changed files with 178 additions and 489 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-angular": "^17.6.6",
"@sapphire/eslint-config": "^4.4.2",
"@sapphire/eslint-config": "^4.4.3",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^4.0.0",
"@types/node": "^18.16.19",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/octokit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint": "^8.44.0",
"prettier": "^2.8.8",
"typescript": "5.1.6",
"vitest": "0.32.2"
"vitest": "0.33.0"
},
"engines": {
"node": ">= v18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"eslint": "^8.44.0",
"prettier": "^2.8.8",
"typescript": "5.1.6",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
},
"engines": {
"node": ">= v18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"eslint": "^8.44.0",
"prettier": "^2.8.8",
"typescript": "5.1.6",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
},
"engines": {
"node": ">= v18.16.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint": "^8.44.0",
"prettier": "^2.8.8",
"typescript": "5.1.6",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
},
"engines": {
"node": ">= v18.16.0"
Expand Down
Loading

0 comments on commit 9017e58

Please sign in to comment.