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 Nov 10, 2024
1 parent c8bfb92 commit 268451e
Show file tree
Hide file tree
Showing 13 changed files with 5,262 additions and 5,869 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@commitlint/config-angular": "^19.5.0",
"@favware/cliff-jumper": "^5.0.0",
"@favware/npm-deprecate": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"eslint": "^8.57.1",
"eslint-config-neon": "^0.2.0",
"eslint-config-next": "^15.0.2",
"eslint-config-next": "^15.0.3",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-drizzle": "^0.2.3",
"eslint-plugin-mdx": "^3.1.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0",
"@sleepymaid/shared": "workspace:^",
"@swc/core": "^1.7.42",
"@types/node": "^22.8.7",
"@swc/core": "^1.9.1",
"@types/node": "^22.9.0",
"@types/pg": "^8.11.10",
"drizzle-kit": "0.27.2",
"drizzle-kit": "0.28.0",
"next-auth": "^4.24.10",
"rimraf": "^6.0.1",
"source-map-support": "0.5.21",
Expand All @@ -41,7 +41,7 @@
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"drizzle-orm": "^0.36.0",
"drizzle-orm": "^0.36.1",
"pg": "^8.13.1",
"postgres": "^3.4.5"
}
Expand Down
4 changes: 2 additions & 2 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": "^5.0.0",
"@sleepymaid/util": "workspace:^",
"@swc/core": "^1.7.42",
"@types/node": "^22.8.7",
"@swc/core": "^1.9.1",
"@types/node": "^22.9.0",
"@types/node-cron": "^3.0.11",
"rimraf": "^6.0.1",
"source-map-support": "0.5.21",
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": "^5.0.0",
"@sleepymaid/handler": "workspace:^",
"@swc/core": "^1.7.42",
"@types/node": "^22.8.7",
"@swc/core": "^1.9.1",
"@types/node": "^22.9.0",
"rimraf": "^6.0.1",
"source-map-support": "0.5.21",
"tsup": "^8.3.5",
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,10 +25,10 @@
"author": "Ecorte",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.7.42",
"@swc/core": "^1.9.1",
"@types/amqplib": "^0.10.5",
"@types/module-alias": "^2.0.4",
"@types/node": "^22.8.7",
"@types/node": "^22.9.0",
"rimraf": "^6.0.1",
"source-map-support": "0.5.21",
"tsup": "^8.3.5",
Expand All @@ -39,9 +39,9 @@
"@sleepymaid/handler": "workspace:^",
"amqplib": "^0.10.4",
"discord.js": "^14.16.3",
"drizzle-orm": "^0.36.0",
"drizzle-orm": "^0.36.1",
"fuse.js": "^7.0.0",
"i18next": "^23.16.4",
"i18next": "^23.16.5",
"module-alias": "^2.2.3"
}
}
4 changes: 2 additions & 2 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"license": "MIT",
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0",
"@swc/core": "^1.7.42",
"@types/node": "^22.8.7",
"@swc/core": "^1.9.1",
"@types/node": "^22.9.0",
"rimraf": "^6.0.1",
"source-map-support": "0.5.21",
"tsup": "^8.3.5",
Expand Down
Loading

0 comments on commit 268451e

Please sign in to comment.