Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 10, 2024
1 parent 46bb49d commit 489e5c8
Show file tree
Hide file tree
Showing 12 changed files with 346 additions and 430 deletions.
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:15.6-alpine
image: postgres:15.7-alpine
environment:
POSTGRES_DB: "sleepymaid"
volumes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Ecorte",
"license": "MIT",
"private": true,
"packageManager": "pnpm@9.0.6",
"packageManager": "pnpm@9.1.0",
"scripts": {
"build": "pnpm turbo run build",
"check": "pnpm turbo run check",
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"license": "MIT",
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@swc/core": "^1.4.17",
"@types/node": "^20.12.8",
"@types/pg": "^8.11.5",
"drizzle-kit": "^0.20.17",
"@swc/core": "^1.5.5",
"@types/node": "^20.12.11",
"@types/pg": "^8.11.6",
"drizzle-kit": "^0.21.0",
"next-auth": "^4.24.7",
"rimraf": "^5.0.5",
"source-map-support": "0.5.21",
Expand Down
6 changes: 3 additions & 3 deletions packages/handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@sleepymaid/util": "workspace:^",
"@swc/core": "^1.4.17",
"@types/node": "^20.12.8",
"@swc/core": "^1.5.5",
"@types/node": "^20.12.11",
"@types/node-cron": "^3.0.11",
"rimraf": "^5.0.5",
"source-map-support": "0.5.21",
Expand All @@ -38,7 +38,7 @@
},
"dependencies": {
"@sapphire/node-utilities": "^1.0.2",
"discord.js": "^14.14.1",
"discord.js": "^14.15.2",
"node-cron": "^3.0.3",
"reflect-metadata": "^0.2.1",
"tsyringe": "^4.8.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@sleepymaid/handler": "workspace:^",
"@swc/core": "^1.4.17",
"@types/node": "^20.12.8",
"@swc/core": "^1.5.5",
"@types/node": "^20.12.11",
"rimraf": "^5.0.5",
"source-map-support": "0.5.21",
"tsup": "^8.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
"author": "Ecorte",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.4.17",
"@swc/core": "^1.5.5",
"@types/amqplib": "^0.10.5",
"@types/node": "^20.12.8",
"@types/node": "^20.12.11",
"@types/uuid": "^9.0.8",
"rimraf": "^5.0.5",
"source-map-support": "0.5.21",
Expand All @@ -37,9 +37,9 @@
"dependencies": {
"@sleepymaid/handler": "workspace:^",
"amqplib": "^0.10.4",
"discord.js": "^14.14.1",
"discord.js": "^14.15.2",
"fuse.js": "^7.0.0",
"i18next": "^23.11.3",
"i18next": "^23.11.4",
"uuid": "^9.0.1"
}
}
6 changes: 3 additions & 3 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"license": "MIT",
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@swc/core": "^1.4.17",
"@types/node": "^20.12.8",
"@swc/core": "^1.5.5",
"@types/node": "^20.12.11",
"rimraf": "^5.0.5",
"source-map-support": "0.5.21",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"vitest": "^1.5.3"
"vitest": "^1.6.0"
}
}

0 comments on commit 489e5c8

Please sign in to comment.