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 Nov 4, 2023
1 parent fceb94b commit 92165b9
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 134 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@swc/core": "^1.3.95",
"@types/node": "^20.8.9",
"@types/node": "^20.8.10",
"@types/ws": "^8.5.8",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/coverage-v8": "^0.34.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.52.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"lint-staged": "^15.0.2",
Expand All @@ -46,7 +46,7 @@
"resolutions": {
"ansi-regex": "^5.0.1",
"minimist": "1.2.8",
"vite": "^4.4.9",
"vite": "^4.5.0",
"vite-node@0.34.1": "patch:vite-node@npm%3A0.34.1#./.yarn/patches/vite-node-npm-0.34.1-9b3b8dc82e.patch"
},
"engines": {
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 @@
"@discordjs/collection": "^1.5.3",
"@sapphire/utilities": "^3.13.0",
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.61",
"discord-api-types": "^0.37.62",
"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 @@ -32,7 +32,7 @@
"@sapphire/result": "^2.6.4",
"@sapphire/utilities": "^3.13.0",
"@vladfrangu/async_event_emitter": "^2.2.2",
"discord-api-types": "^0.37.61"
"discord-api-types": "^0.37.62"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18next-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.2.0",
"@types/node": "^20.8.9",
"@types/node": "^20.8.10",
"i18next": "^22.5.1",
"tsup": "^7.2.0",
"typescript": "^5.2.2"
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,11 +33,11 @@
"dependencies": {
"@discordjs/builders": "^1.6.5",
"@discordjs/collection": "^1.5.3",
"@sentry/integrations": "^7.76.0",
"@sentry/node": "^7.76.0",
"@sentry/integrations": "^7.77.0",
"@sentry/node": "^7.77.0",
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
"discord-api-types": "^0.37.61",
"discord-api-types": "^0.37.62",
"tslib": "^2.6.2"
},
"repository": {
Expand Down

0 comments on commit 92165b9

Please sign in to comment.