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 Jan 30, 2025
1 parent a67c7e0 commit 419ef1a
Show file tree
Hide file tree
Showing 14 changed files with 5,441 additions and 7,212 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"@commitlint/config-angular": "^19.7.0",
"@favware/cliff-jumper": "^5.0.0",
"@favware/npm-deprecate": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"@typescript-eslint/eslint-plugin": "^8.22.0",
"@typescript-eslint/parser": "^8.22.0",
"eslint": "^8.57.1",
"eslint-config-neon": "^0.2.4",
"eslint-config-next": "^15.1.6",
Expand All @@ -30,11 +30,11 @@
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-typescript-sort-keys": "^3.3.0",
"husky": "^9.1.7",
"lint-staged": "^15.4.2",
"lint-staged": "^15.4.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.11",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"turbo": "^2.0.11",
"typescript": "^5.7.3"
}
Expand Down
10 changes: 5 additions & 5 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,19 +36,19 @@
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0",
"@sleepymaid/shared": "workspace:^",
"@swc/core": "^1.10.9",
"@types/node": "^22.10.10",
"@swc/core": "^1.10.12",
"@types/node": "^22.12.0",
"@types/pg": "^8.11.11",
"drizzle-kit": "0.30.2",
"drizzle-kit": "0.30.4",
"next-auth": "^4.24.11",
"rimraf": "^6.0.1",
"source-map-support": "0.5.21",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"dependencies": {
"@paralleldrive/cuid2": "^2.2.2",
"drizzle-orm": "^0.38.4",
"drizzle-orm": "^0.39.1",
"pg": "^8.13.1",
"postgres": "^3.4.5"
}
Expand Down
6 changes: 3 additions & 3 deletions packages/handler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0",
"@sleepymaid/util": "workspace:^",
"@swc/core": "^1.10.9",
"@types/node": "^22.10.10",
"@swc/core": "^1.10.12",
"@types/node": "^22.12.0",
"@types/node-cron": "^3.0.11",
"rimraf": "^6.0.1",
"source-map-support": "0.5.21",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0",
"@sleepymaid/handler": "workspace:^",
"@swc/core": "^1.10.9",
"@types/node": "^22.10.10",
"@swc/core": "^1.10.12",
"@types/node": "^22.12.0",
"rimraf": "^6.0.1",
"source-map-support": "0.5.21",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"dependencies": {
Expand Down
10 changes: 5 additions & 5 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,22 +31,22 @@
"author": "Ecorte",
"license": "MIT",
"devDependencies": {
"@swc/core": "^1.10.9",
"@swc/core": "^1.10.12",
"@types/module-alias": "^2.0.4",
"@types/node": "^22.10.10",
"@types/node": "^22.12.0",
"rimraf": "^6.0.1",
"source-map-support": "0.5.21",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.65",
"@paralleldrive/cuid2": "^2.2.2",
"@sleepymaid/handler": "workspace:^",
"discord.js": "^14.17.3",
"drizzle-orm": "^0.38.4",
"drizzle-orm": "^0.39.1",
"fuse.js": "^7.0.0",
"i18next": "^24.2.1",
"i18next": "^24.2.2",
"module-alias": "^2.2.3"
}
}
6 changes: 3 additions & 3 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
"license": "MIT",
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0",
"@swc/core": "^1.10.9",
"@types/node": "^22.10.10",
"@swc/core": "^1.10.12",
"@types/node": "^22.12.0",
"rimraf": "^6.0.1",
"source-map-support": "0.5.21",
"tsup": "^8.3.5",
"tsup": "^8.3.6",
"typescript": "^5.7.3",
"vitest": "^2.1.8"
},
Expand Down
Loading

0 comments on commit 419ef1a

Please sign in to comment.