Skip to content

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] committed May 26, 2024
1 parent 22e2f0a commit 5670607
Show file tree
Hide file tree
Showing 8 changed files with 199 additions and 293 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
"@swc/core": "^1.5.7",
"@types/node": "20.12.10",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.9.0",
"@typescript-eslint/parser": "^7.9.0",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@vitest/coverage-v8": "^1.6.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",
"lint-staged": "^15.2.5",
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"turbo": "^1.13.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/http-framework-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
},
"dependencies": {
"@discordjs/collection": "^1.5.3",
"@sapphire/utilities": "^3.15.3",
"@sapphire/utilities": "^3.16.2",
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.84",
"discord-api-types": "^0.37.85",
"i18next": "^22.5.1",
"tslib": "^2.6.2"
},
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 @@ -32,9 +32,9 @@
"@discordjs/util": "^1.1.0",
"@sapphire/pieces": "^4.2.2",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.15.3",
"@sapphire/utilities": "^3.16.2",
"@vladfrangu/async_event_emitter": "^2.2.4",
"discord-api-types": "^0.37.84"
"discord-api-types": "^0.37.85"
},
"devDependencies": {
"@favware/cliff-jumper": "^3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/reddit-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"dependencies": {
"@discordjs/formatters": "^0.4.0",
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.15.3",
"@sapphire/utilities": "^3.16.2",
"@skyra/env-utilities": "workspace:^",
"@skyra/safe-fetch": "workspace:^",
"he": "^1.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/shared-http-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"dependencies": {
"@discordjs/builders": "^1.8.1",
"@discordjs/collection": "^1.5.3",
"@sentry/node": "^8.2.1",
"@sentry/node": "^8.4.0",
"@skyra/env-utilities": "workspace:^",
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
"discord-api-types": "^0.37.84",
"discord-api-types": "^0.37.85",
"tslib": "^2.6.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared-influx-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@skyra/http-framework": "workspace:^",
"@skyra/influx-utilities": "workspace:^",
"discord-api-types": "^0.37.84",
"discord-api-types": "^0.37.85",
"tslib": "^2.6.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/weather-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
},
"dependencies": {
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.15.3",
"@sapphire/utilities": "^3.16.2",
"@skyra/safe-fetch": "workspace:^"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 5670607

Please # to comment.