Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 22, 2024
1 parent 2f82767 commit 3beea9f
Show file tree
Hide file tree
Showing 6 changed files with 125 additions and 125 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"check-update": "turbo run check-update"
},
"devDependencies": {
"@commitlint/cli": "^19.6.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@favware/cliff-jumper": "^5.0.0",
"@favware/npm-deprecate": "^2.0.0",
Expand Down Expand Up @@ -49,7 +49,7 @@
"tsx": "^4.19.2",
"turbo": "^2.3.3",
"typescript": "~5.4.5",
"vite": "^6.0.3",
"vite": "^6.0.5",
"vitest": "^2.1.8"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@types/ws": "^8.5.13",
"@vladfrangu/async_event_emitter": "2.4.6",
"cookie-es": "^1.2.2",
"tldts": "^6.1.68",
"undici": "^7.1.0"
"tldts": "^6.1.69",
"undici": "^7.2.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/hmr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"chokidar": "^4.0.1"
"chokidar": "^4.0.3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"dependencies": {
"@sapphire/utilities": "^3.18.1",
"@skyra/i18next-backend": "^2.0.5",
"chokidar": "^4.0.1",
"i18next": "^24.1.0"
"chokidar": "^4.0.3",
"i18next": "^24.2.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/scheduled-tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@sapphire/stopwatch": "^1.5.4",
"@sapphire/utilities": "^3.18.1",
"bullmq": "5.34.2"
"bullmq": "5.34.4"
},
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0",
Expand Down
Loading

0 comments on commit 3beea9f

Please sign in to comment.