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
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 3, 2024
1 parent be385d4 commit 5171a7d
Show file tree
Hide file tree
Showing 9 changed files with 208 additions and 544 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Build and push
id: docker_build
uses: docker/build-push-action@31159d49c0d4756269a0940a750801a1ea5d7003 # v6.1.0
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
with:
context: ./
tags: ${{ steps.img_meta.outputs.tags }}
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
"@hazmi35/eslint-config": "^13.3.1",
"eslint": "^8.57.0",
"rimraf": "^5.0.7",
"turbo": "^2.0.4",
"turbo": "^2.0.6",
"typescript": "^5.5.3"
},
"dependencies": {
"@changesets/cli": "^2.27.5"
"@changesets/cli": "^2.27.7"
},
"packageManager": "[email protected]"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@sapphire/snowflake": "^3.5.3",
"@sapphire/utilities": "^3.16.2",
"amqp-connection-manager": "^4.1.14",
"discord-api-types": "^0.37.90",
"discord-api-types": "^0.37.91",
"drizzle-orm": "^0.31.2",
"tslib": "^2.6.3"
}
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.16.2",
"amqplib": "^0.10.4",
"discord-api-types": "^0.37.90",
"discord-api-types": "^0.37.91",
"gen-esm-wrapper": "^1.1.3",
"tslib": "^2.6.3"
}
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 @@ -33,7 +33,7 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"drizzle-kit": "^0.22.7",
"drizzle-kit": "^0.22.8",
"pg": "^8.12.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion plugins/fastify-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@
"@sapphire/pieces": "^4.3.1",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.16.2",
"fastify": "^4.28.0"
"fastify": "^4.28.1"
}
}
Loading

0 comments on commit 5171a7d

Please sign in to comment.