Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Commit

Permalink
fix(deps): update all non-major dependencies (#428)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 5, 2024
1 parent 0abad23 commit 87ce076
Show file tree
Hide file tree
Showing 7 changed files with 119 additions and 137 deletions.
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@cordis/bitfield": "^1.2.0",
"@discordjs/rest": "^2.2.0",
"@discordjs/rest": "^2.3.0",
"@nezuchan/constants": "^0.9.1",
"@nezuchan/decorators": "^0.3.0",
"@nezuchan/kanao-schema": "workspace:^",
Expand All @@ -45,7 +45,7 @@
"@sapphire/utilities": "^3.15.3",
"amqp-connection-manager": "^4.1.14",
"discord-api-types": "^0.37.83",
"drizzle-orm": "^0.30.9",
"drizzle-orm": "^0.30.10",
"tslib": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"@types/amqplib": "^0.10.5"
},
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^2.0.0",
"@discordjs/builders": "^1.8.0",
"@discordjs/collection": "^2.1.0",
"@nezuchan/core": "workspace:^",
"@sapphire/lexure": "^1.1.7",
"@sapphire/pieces": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/kanao-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"pg": "^8.11.5"
},
"dependencies": {
"drizzle-orm": "^0.30.9",
"drizzle-orm": "^0.30.10",
"tslib": "^2.6.2"
}
}
4 changes: 2 additions & 2 deletions plugins/fastify-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
"author": "KagChi",
"license": "GPL-3.0",
"dependencies": {
"@discordjs/collection": "^2.0.0",
"@fastify/middie": "^8.3.0",
"@discordjs/collection": "^2.1.0",
"@fastify/middie": "^8.3.1",
"@nezuchan/core": "workspace:^",
"@nezuchan/framework": "workspace:^",
"@sapphire/pieces": "^4.2.2",
Expand Down
Loading

0 comments on commit 87ce076

Please sign in to comment.