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 Feb 7, 2025
1 parent fd634be commit a987301
Show file tree
Hide file tree
Showing 14 changed files with 5,652 additions and 7,283 deletions.
14 changes: 7 additions & 7 deletions 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": "[email protected].4",
"packageManager": "[email protected].5",
"scripts": {
"build": "pnpm turbo run build",
"check": "pnpm turbo run check",
Expand All @@ -15,12 +15,12 @@
"prepare": "pnpm husky"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-angular": "^19.7.0",
"@commitlint/cli": "^19.7.1",
"@commitlint/config-angular": "^19.7.1",
"@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.23.0",
"@typescript-eslint/parser": "^8.23.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.14",
"@types/node": "^22.13.1",
"@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.2",
"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.14",
"@types/node": "^22.13.1",
"@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.14",
"@types/node": "^22.13.1",
"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
14 changes: 7 additions & 7 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.14",
"@types/module-alias": "^2.0.4",
"@types/node": "^22.10.10",
"@types/node": "^22.13.1",
"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",
"@napi-rs/canvas": "^0.1.66",
"@paralleldrive/cuid2": "^2.2.2",
"@sleepymaid/handler": "workspace:^",
"discord.js": "^14.17.3",
"drizzle-orm": "^0.38.4",
"fuse.js": "^7.0.0",
"i18next": "^24.2.1",
"drizzle-orm": "^0.39.2",
"fuse.js": "^7.1.0",
"i18next": "^24.2.2",
"module-alias": "^2.2.3"
}
}
8 changes: 4 additions & 4 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@
"license": "MIT",
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0",
"@swc/core": "^1.10.9",
"@types/node": "^22.10.10",
"@swc/core": "^1.10.14",
"@types/node": "^22.13.1",
"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"
"vitest": "^2.1.9"
},
"dependencies": {
"date-fns": "^4.1.0"
Expand Down
Loading

0 comments on commit a987301

Please sign in to comment.