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 Mar 3, 2024
1 parent f6d7625 commit 42cfd84
Show file tree
Hide file tree
Showing 6 changed files with 107 additions and 107 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"@swc/core": "^1.4.2",
"@types/node": "20.11.5",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitest/coverage-v8": "^1.3.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.57.0",
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 @@ -28,7 +28,7 @@
"@discordjs/collection": "^1.5.3",
"@sapphire/utilities": "^3.15.3",
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.70",
"discord-api-types": "^0.37.71",
"i18next": "^22.5.1",
"tslib": "^2.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/http-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@sapphire/result": "^2.6.6",
"@sapphire/utilities": "^3.15.3",
"@vladfrangu/async_event_emitter": "^2.2.4",
"discord-api-types": "^0.37.70"
"discord-api-types": "^0.37.71"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.3",
Expand Down
6 changes: 3 additions & 3 deletions packages/shared-http-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^1.5.3",
"@sentry/integrations": "^7.102.1",
"@sentry/node": "^7.102.1",
"@sentry/integrations": "^7.104.0",
"@sentry/node": "^7.104.0",
"@skyra/env-utilities": "workspace:^",
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
"discord-api-types": "^0.37.70",
"discord-api-types": "^0.37.71",
"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.70",
"discord-api-types": "^0.37.71",
"tslib": "^2.6.2"
},
"repository": {
Expand Down
Loading

0 comments on commit 42cfd84

Please sign in to comment.