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

Commit

Permalink
chore(deps): update all non-major dependencies (#414)
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 Apr 8, 2024
1 parent 96cab18 commit 00415c9
Show file tree
Hide file tree
Showing 8 changed files with 205 additions and 182 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Login to GitHub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@hazmi35/eslint-config": "^13.3.1",
"eslint": "^8.57.0",
"rimraf": "^5.0.5",
"turbo": "^1.13.0",
"turbo": "^1.13.2",
"typescript": "^5.4.4"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"@sapphire/snowflake": "^3.5.3",
"@sapphire/utilities": "^3.15.3",
"amqp-connection-manager": "^4.1.14",
"discord-api-types": "^0.37.76",
"drizzle-orm": "^0.30.4",
"pg": "^8.11.3",
"discord-api-types": "^0.37.79",
"drizzle-orm": "^0.30.7",
"pg": "^8.11.5",
"postgres": "^3.4.4",
"tslib": "^2.6.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.15.3",
"amqplib": "^0.10.3",
"discord-api-types": "^0.37.76",
"discord-api-types": "^0.37.79",
"gen-esm-wrapper": "^1.1.3",
"tslib": "^2.6.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/kanao-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"license": "GPL-3.0",
"devDependencies": {
"drizzle-kit": "^0.20.14",
"pg": "^8.11.3"
"pg": "^8.11.5"
},
"dependencies": {
"drizzle-orm": "^0.30.4",
"drizzle-orm": "^0.30.7",
"tslib": "^2.6.2"
}
}
Loading

0 comments on commit 00415c9

Please sign in to comment.