Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#255)
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] committed Aug 4, 2024
1 parent ecc0662 commit 6539dbc
Show file tree
Hide file tree
Showing 6 changed files with 1,031 additions and 984 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
submodules: true
- 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 @@ -45,15 +45,15 @@
"@skyra/start-banner": "^2.0.1",
"@skyra/twitch-helpers": "^2.0.1",
"@skyra/weather-helpers": "^1.1.0",
"@vladfrangu/async_event_emitter": "^2.4.4",
"@vladfrangu/async_event_emitter": "^2.4.5",
"canvas-constructor": "^7.0.2",
"culori": "^4.0.1",
"discord-api-types": "^0.37.93",
"gradient-string": "^2.0.2",
"he": "^1.2.0",
"ioredis": "^5.4.1",
"jsbd": "^0.0.11",
"luxon": "^3.4.4",
"luxon": "^3.5.0",
"nanoid": "^5.0.7",
"tslib": "^2.6.3"
},
Expand All @@ -67,7 +67,7 @@
"@types/gradient-string": "^1.1.6",
"@types/he": "^1.2.3",
"@types/luxon": "^3.4.2",
"@types/node": "^20.14.13",
"@types/node": "^20.14.14",
"@types/tar": "^6.1.13",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
Expand All @@ -76,10 +76,10 @@
"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",
"prisma": "^5.17.0",
"rimraf": "^5.0.9",
"rimraf": "^5.0.10",
"tar": "^6.2.1",
"typescript": "^5.4.5",
"vitest": "^1.6.0"
Expand Down Expand Up @@ -113,7 +113,7 @@
"@typescript-eslint/no-base-to-string": "off"
}
},
"packageManager": "yarn@4.3.1",
"packageManager": "yarn@4.4.0",
"volta": {
"node": "20.16.0"
}
Expand Down
Loading

0 comments on commit 6539dbc

Please sign in to comment.