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 Aug 18, 2024
1 parent 91bc996 commit 8741937
Show file tree
Hide file tree
Showing 7 changed files with 145 additions and 132 deletions.
6 changes: 3 additions & 3 deletions 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.10",
"@swc/core": "^1.7.11",
"@types/node": "20.14.8",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^7.13.1",
Expand All @@ -35,10 +35,10 @@
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"lint-staged": "^15.2.8",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"turbo": "^2.0.12",
"turbo": "^2.0.14",
"typescript": "~5.4.5",
"vitest": "^2.0.5"
},
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.17.0",
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.93",
"discord-api-types": "^0.37.94",
"i18next": "^22.5.1",
"tslib": "^2.6.3"
},
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.17.0",
"@vladfrangu/async_event_emitter": "^2.4.5",
"discord-api-types": "^0.37.93"
"discord-api-types": "^0.37.94"
},
"devDependencies": {
"@favware/cliff-jumper": "^4.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/influx-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.34.0",
"@influxdata/influxdb-client": "^1.35.0",
"@skyra/env-utilities": "workspace:^"
},
"devDependencies": {
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.2",
"@discordjs/collection": "^1.5.3",
"@sentry/node": "^8.25.0",
"@sentry/node": "^8.26.0",
"@skyra/env-utilities": "workspace:^",
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
"discord-api-types": "^0.37.93",
"discord-api-types": "^0.37.94",
"tslib": "^2.6.3"
},
"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.93",
"discord-api-types": "^0.37.94",
"tslib": "^2.6.3"
},
"repository": {
Expand Down
Loading

0 comments on commit 8741937

Please sign in to comment.