Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#111)
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 Mar 17, 2024
1 parent 917825b commit 9f971bc
Show file tree
Hide file tree
Showing 3 changed files with 215 additions and 337 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.1.0
uses: docker/setup-buildx-action@v3.2.0
- name: Login to GitHub Container Registry
uses: docker/login-action@v3.0.0
uses: docker/login-action@v3.1.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Gemboard Docker image
uses: docker/build-push-action@v5.2.0
uses: docker/build-push-action@v5.3.0
with:
push: true
context: ./
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dev": "tsup --watch --onSuccess \"yarn start\""
},
"dependencies": {
"@prisma/client": "^5.10.2",
"@prisma/client": "^5.11.0",
"@sapphire/decorators": "^6.0.4",
"@sapphire/framework": "^5.0.7",
"@sapphire/plugin-logger": "^4.0.2",
Expand All @@ -43,26 +43,26 @@
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@sapphire/eslint-config": "^5.0.3",
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"@sapphire/eslint-config": "^5.0.4",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@swc/core": "^1.4.6",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.4.8",
"@types/figlet": "^1.5.8",
"@types/gradient-string": "^1.1.5",
"@types/node": "^20.11.25",
"@types/node": "^20.11.28",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"prettier-plugin-prisma": "^5.0.0",
"prisma": "^5.10.2",
"prisma": "^5.11.0",
"rimraf": "^5.0.5",
"tsup": "^8.0.2",
"typescript": "^5.4.2"
Expand Down
Loading

0 comments on commit 9f971bc

Please sign in to comment.