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] committed May 11, 2024
1 parent 46bb49d commit b71c77c
Show file tree
Hide file tree
Showing 12 changed files with 598 additions and 682 deletions.
2 changes: 1 addition & 1 deletion compose/docker-compose.yml
@@ -1,6 +1,6 @@
services:
postgres:
image: postgres:15.6-alpine
image: postgres:15.7-alpine
environment:
POSTGRES_DB: "sleepymaid"
volumes:
Expand Down
4 changes: 2 additions & 2 deletions package.json
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 All @@ -32,7 +32,7 @@
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"rimraf": "^5.0.6",
"tsup": "^8.0.2",
"turbo": "^1.10.13",
"typescript": "^5.4.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/db/package.json
Expand Up @@ -27,12 +27,12 @@
"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.1",
"next-auth": "^4.24.7",
"rimraf": "^5.0.5",
"rimraf": "^5.0.6",
"source-map-support": "0.5.21",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
Expand Down
8 changes: 4 additions & 4 deletions packages/handler/package.json
Expand Up @@ -28,17 +28,17 @@
"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",
"rimraf": "^5.0.6",
"source-map-support": "0.5.21",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"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
6 changes: 3 additions & 3 deletions packages/logger/package.json
Expand Up @@ -28,9 +28,9 @@
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
"@sleepymaid/handler": "workspace:^",
"@swc/core": "^1.4.17",
"@types/node": "^20.12.8",
"rimraf": "^5.0.5",
"@swc/core": "^1.5.5",
"@types/node": "^20.12.11",
"rimraf": "^5.0.6",
"source-map-support": "0.5.21",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
Expand Down
10 changes: 5 additions & 5 deletions packages/shared/package.json
Expand Up @@ -25,21 +25,21 @@
"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",
"rimraf": "^5.0.6",
"source-map-support": "0.5.21",
"tsup": "^8.0.2",
"typescript": "^5.4.5"
},
"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"
}
}
8 changes: 4 additions & 4 deletions packages/util/package.json
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",
"rimraf": "^5.0.5",
"@swc/core": "^1.5.5",
"@types/node": "^20.12.11",
"rimraf": "^5.0.6",
"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 b71c77c

Please sign in to comment.