Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#389)
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 Nov 10, 2024
1 parent b1b6cde commit 4baa8d0
Show file tree
Hide file tree
Showing 9 changed files with 129 additions and 173 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@sapphire/eslint-config": "^5.0.5",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.1",
"@swc/core": "^1.7.42",
"@swc/core": "^1.9.1",
"@types/node": "20.14.8",
"@types/ws": "^8.5.13",
"@typescript-eslint/eslint-plugin": "^7.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/http-framework-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@sapphire/utilities": "^3.18.0",
"@sapphire/utilities": "^3.18.1",
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.98",
"i18next": "^22.5.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/http-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@discordjs/rest": "^2.4.0",
"@discordjs/util": "^1.1.1",
"@sapphire/pieces": "^4.3.1",
"@sapphire/result": "^2.7.1",
"@sapphire/utilities": "^3.18.0",
"@sapphire/result": "^2.7.2",
"@sapphire/utilities": "^3.18.1",
"@vladfrangu/async_event_emitter": "^2.4.6",
"discord-api-types": "^0.37.98"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/reddit-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
},
"dependencies": {
"@discordjs/formatters": "^0.5.0",
"@sapphire/result": "^2.7.1",
"@sapphire/utilities": "^3.18.0",
"@sapphire/result": "^2.7.2",
"@sapphire/utilities": "^3.18.1",
"@skyra/env-utilities": "workspace:^",
"@skyra/safe-fetch": "workspace:^",
"he": "^1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/safe-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"access": "public"
},
"dependencies": {
"@sapphire/result": "^2.7.1"
"@sapphire/result": "^2.7.2"
},
"devDependencies": {
"@favware/cliff-jumper": "^5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-http-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@discordjs/builders": "^1.9.0",
"@discordjs/collection": "^1.5.3",
"@sentry/node": "^8.36.0",
"@sentry/node": "^8.37.1",
"@skyra/env-utilities": "workspace:^",
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
Expand Down
2 changes: 1 addition & 1 deletion packages/twitch-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"dependencies": {
"@sapphire/result": "^2.7.1",
"@sapphire/result": "^2.7.2",
"@skyra/env-utilities": "workspace:^",
"@skyra/safe-fetch": "workspace:^"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/weather-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"access": "public"
},
"dependencies": {
"@sapphire/result": "^2.7.1",
"@sapphire/utilities": "^3.18.0",
"@sapphire/result": "^2.7.2",
"@sapphire/utilities": "^3.18.1",
"@skyra/safe-fetch": "workspace:^"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 4baa8d0

Please sign in to comment.