Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#141)
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 Aug 4, 2024
1 parent 1757065 commit 4a3b993
Show file tree
Hide file tree
Showing 6 changed files with 1,068 additions and 1,021 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout Project
uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.5.0
uses: docker/setup-buildx-action@v3.6.1
- name: Login to GitHub Container Registry
uses: docker/[email protected]
with:
Expand Down
894 changes: 0 additions & 894 deletions .yarn/releases/yarn-4.3.1.cjs

This file was deleted.

925 changes: 925 additions & 0 deletions .yarn/releases/yarn-4.4.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ plugins:
- path: .yarn/plugins/@yarnpkg/plugin-git-hooks.cjs
spec: 'https://raw.githubusercontent.com/trufflehq/yarn-plugin-git-hooks/main/bundles/%40yarnpkg/plugin-git-hooks.js'

yarnPath: .yarn/releases/yarn-4.3.1.cjs
yarnPath: .yarn/releases/yarn-4.4.0.cjs
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,23 +48,23 @@
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.7.3",
"@swc/core": "^1.7.6",
"@types/figlet": "^1.5.8",
"@types/gradient-string": "^1.1.6",
"@types/node": "^20.14.13",
"@types/ws": "^8.5.11",
"@types/node": "^20.14.14",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.7",
"lint-staged": "^15.2.8",
"prettier": "^3.3.3",
"prettier-plugin-prisma": "^5.0.0",
"prisma": "^5.17.0",
"rimraf": "^6.0.1",
"tsup": "^8.2.3",
"tsup": "^8.2.4",
"typescript": "~5.4.5"
},
"engines": {
Expand Down Expand Up @@ -93,5 +93,5 @@
}
},
"prettier": "@sapphire/prettier-config",
"packageManager": "yarn@4.3.1"
"packageManager": "yarn@4.4.0"
}
Loading

0 comments on commit 4a3b993

Please sign in to comment.