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 Jun 3, 2024
1 parent ccc2006 commit af6c94e
Show file tree
Hide file tree
Showing 8 changed files with 184 additions and 387 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Login to GitHub Container Registry
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
if: ${{ github.event_name != 'pull_request' }}
with:
registry: ghcr.io
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"@changesets/cli": "^2.27.3"
"@changesets/cli": "^2.27.5"
}
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@
"@sapphire/snowflake": "^3.5.3",
"@sapphire/utilities": "^3.16.2",
"amqp-connection-manager": "^4.1.14",
"discord-api-types": "^0.37.85",
"drizzle-orm": "^0.30.10",
"discord-api-types": "^0.37.87",
"drizzle-orm": "^0.31.0",
"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,15 +33,15 @@
"@types/amqplib": "^0.10.5"
},
"dependencies": {
"@discordjs/builders": "^1.8.1",
"@discordjs/builders": "^1.8.2",
"@discordjs/collection": "^2.1.0",
"@nezuchan/core": "workspace:^",
"@sapphire/lexure": "^1.1.7",
"@sapphire/pieces": "^4.2.2",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.16.2",
"amqplib": "^0.10.4",
"discord-api-types": "^0.37.85",
"discord-api-types": "^0.37.87",
"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 @@ -33,11 +33,11 @@
"author": "KagChi",
"license": "GPL-3.0",
"devDependencies": {
"drizzle-kit": "^0.21.4",
"drizzle-kit": "^0.22.1",
"pg": "^8.11.5"
},
"dependencies": {
"drizzle-orm": "^0.30.10",
"drizzle-orm": "^0.31.0",
"tslib": "^2.6.2"
}
}
Loading

0 comments on commit af6c94e

Please sign in to comment.