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 Apr 10, 2024
1 parent f7c9f52 commit ec4b85b
Show file tree
Hide file tree
Showing 9 changed files with 269 additions and 236 deletions.
2 changes: 1 addition & 1 deletion .node-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20.11.1
20.12.1
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"rimraf": "^5.0.5",
"turbo": "^1.12.4"
"turbo": "^1.13.2"
},
"packageManager": "[email protected].3"
"packageManager": "[email protected].6"
}
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@
"@animeworldid/database": "workspace:^",
"@animeworldid/i18n": "workspace:^",
"@animeworldid/logger": "workspace:^",
"@nezuchan/core": "^0.10.2",
"@nezuchan/framework": "^0.10.2",
"@nezuchan/core": "^0.17.0",
"@nezuchan/framework": "^0.17.0",
"@sapphire/pieces": "^4.2.2",
"@sapphire/result": "^2.6.6",
"drizzle-orm": "^0.29.3",
"postgres": "^3.4.3",
"drizzle-orm": "^0.30.7",
"postgres": "^3.4.4",
"tslib": "^2.6.2"
},
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@types/node": "^20.11.19",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "8.56.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
"lint": "eslint"
},
"dependencies": {
"drizzle-orm": "^0.29.3",
"postgres": "^3.4.3"
"drizzle-orm": "^0.30.7",
"postgres": "^3.4.4"
},
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@types/node": "^20.11.19",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"drizzle-kit": "^0.20.14",
Expand Down
4 changes: 2 additions & 2 deletions packages/i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
},
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@nezuchan/decorators": "^0.2.0",
"@nezuchan/decorators": "^0.3.0",
"@nezuchan/i18n": "^3.0.0",
"@sapphire/pieces": "4.2.2",
"tslib": "^2.6.2"
},
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@types/node": "^20.11.19",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "8.56.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 @@ -33,14 +33,14 @@
"lint": "eslint"
},
"dependencies": {
"pino": "^8.19.0",
"pino": "^8.20.0",
"pino-loki": "^2.2.1",
"pino-pretty": "^10.3.1",
"tslib": "^2.6.2"
},
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@types/node": "^20.11.19",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "8.56.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@types/node": "^20.11.19",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "8.56.0",
Expand Down
Loading

0 comments on commit ec4b85b

Please sign in to comment.