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 27, 2024
1 parent f7c9f52 commit 1fab529
Show file tree
Hide file tree
Showing 8 changed files with 197 additions and 171 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
"rimraf": "^5.0.5",
"turbo": "^1.12.4"
},
"packageManager": "[email protected].3"
"packageManager": "[email protected].4"
}
8 changes: 4 additions & 4 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.16.4",
"@nezuchan/framework": "^0.16.4",
"@sapphire/pieces": "^4.2.2",
"@sapphire/result": "^2.6.6",
"drizzle-orm": "^0.29.3",
"drizzle-orm": "^0.29.4",
"postgres": "^3.4.3",
"tslib": "^2.6.2"
},
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@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/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",
"drizzle-orm": "^0.29.4",
"postgres": "^3.4.3"
},
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@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.11.20",
"@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/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@hazmi35/eslint-config": "^13.3.1",
"@types/node": "^20.11.19",
"@types/node": "^20.11.20",
"@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.11.20",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"eslint": "8.56.0",
Expand Down
Loading

0 comments on commit 1fab529

Please sign in to comment.