Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranet committed May 6, 2023
1 parent 77e8936 commit 284ce2e
Show file tree
Hide file tree
Showing 11 changed files with 328 additions and 349 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,26 @@
"test": "vitest run",
"build": "turbo run build",
"typecheck": "turbo run typecheck",
"update": "yarn upgrade-interactive",
"postinstall": "husky install .github/husky",
"check-update": "turbo run check-update"
},
"devDependencies": {
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@favware/cliff-jumper": "^2.0.0",
"@favware/npm-deprecate": "^1.0.7",
"@sapphire/eslint-config": "^4.4.1",
"@sapphire/eslint-config": "^4.4.2",
"@sapphire/prettier-config": "^1.4.5",
"@sapphire/ts-config": "^4.0.0",
"@swc/core": "^1.3.56",
"@types/node": "^18.16.3",
"@types/ws": "^8.5.4",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@vitest/coverage-c8": "^0.30.1",
"@typescript-eslint/eslint-plugin": "^5.59.2",
"@typescript-eslint/parser": "^5.59.2",
"@vitest/coverage-c8": "^0.31.0",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.39.0",
"eslint": "^8.40.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
Expand All @@ -41,8 +42,8 @@
"tsup": "^6.7.0",
"turbo": "^1.9.3",
"typescript": "^5.0.4",
"vite": "^4.3.3",
"vitest": "^0.30.1"
"vite": "^4.3.5",
"vitest": "^0.31.0"
},
"resolutions": {
"ansi-regex": "^5.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/env-utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/coverage-c8": "^0.31.0",
"esbuild-plugin-version-injector": "^1.1.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
"vitest": "^0.31.0"
}
}
4 changes: 2 additions & 2 deletions packages/http-framework-i18n/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@discordjs/collection": "^1.5.0",
"@discordjs/collection": "^1.5.1",
"@sapphire/utilities": "^3.11.1",
"@skyra/i18next-backend": "workspace:^",
"discord-api-types": "^0.37.38",
"discord-api-types": "^0.37.41",
"i18next": "^22.4.15",
"tslib": "^2.5.0"
},
Expand Down
17 changes: 9 additions & 8 deletions packages/http-framework/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,22 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@discordjs/builders": "^1.6.1",
"@discordjs/collection": "^1.5.0",
"@discordjs/rest": "^1.7.0",
"@sapphire/pieces": "^3.6.2",
"@sapphire/result": "^2.6.2",
"@discordjs/builders": "^1.6.3",
"@discordjs/collection": "^1.5.1",
"@discordjs/rest": "^1.7.1",
"@discordjs/util": "^0.3.1",
"@sapphire/pieces": "^3.6.3",
"@sapphire/result": "^2.6.3",
"@sapphire/utilities": "^3.11.1",
"@vladfrangu/async_event_emitter": "^2.2.1",
"discord-api-types": "^0.37.38"
"discord-api-types": "^0.37.41"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/coverage-c8": "^0.31.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
"vitest": "^0.31.0"
},
"repository": {
"type": "git",
Expand Down
5 changes: 2 additions & 3 deletions packages/http-framework/src/lib/utils/normalizeInput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@

import {
ContextMenuCommandBuilder,
isJSONEncodable,
SlashCommandBuilder,
SlashCommandSubcommandBuilder,
SlashCommandSubcommandGroupBuilder,
type ContextMenuCommandType,
type JSONEncodable
type ContextMenuCommandType
} from '@discordjs/builders';
import { isJSONEncodable, type JSONEncodable } from '@discordjs/util';
import { isFunction } from '@sapphire/utilities';
import {
ApplicationCommandOptionType,
Expand Down
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/coverage-c8": "^0.31.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
"vitest": "^0.31.0"
}
}
2 changes: 1 addition & 1 deletion packages/safe-fetch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"access": "public"
},
"dependencies": {
"@sapphire/result": "^2.6.2"
"@sapphire/result": "^2.6.3"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.0.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/shared-http-pieces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"check-update": "cliff-jumper --dry-run"
},
"dependencies": {
"@discordjs/builders": "^1.6.1",
"@discordjs/collection": "^1.5.0",
"@sentry/integrations": "^7.50.0",
"@sentry/node": "^7.50.0",
"@discordjs/builders": "^1.6.3",
"@discordjs/collection": "^1.5.1",
"@sentry/integrations": "^7.51.0",
"@sentry/node": "^7.51.0",
"@skyra/http-framework": "workspace:^",
"@skyra/http-framework-i18n": "workspace:^",
"discord-api-types": "^0.37.38",
"discord-api-types": "^0.37.41",
"tslib": "^2.5.0"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/start-banner/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.0.0",
"@vitest/coverage-c8": "^0.30.1",
"@vitest/coverage-c8": "^0.31.0",
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
"vitest": "^0.31.0"
}
}
2 changes: 1 addition & 1 deletion packages/twitch-helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"access": "public"
},
"dependencies": {
"@sapphire/result": "^2.6.2",
"@sapphire/result": "^2.6.3",
"@skyra/env-utilities": "workspace:^",
"@skyra/safe-fetch": "workspace:^"
},
Expand Down

0 comments on commit 284ce2e

Please sign in to comment.