Skip to content

Commit

Permalink
refactor: dep update (#1068)
Browse files Browse the repository at this point in the history
* refactor: dep update

* fix: eslint
  • Loading branch information
vijayymmeena authored Sep 12, 2024
1 parent d2f7c4d commit e14d87e
Show file tree
Hide file tree
Showing 17 changed files with 900 additions and 764 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"trim": "^1.0.1",
"typescript": "^5.5.4",
"typescript": "^5.6.2",
"url-loader": "^4.1.1"
},
"browserslist": {
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,24 @@
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.7",
"@commitlint/cli": "^19.4.1",
"@commitlint/config-angular": "^19.4.1",
"@eslint/js": "^9.9.1",
"@changesets/cli": "^2.27.8",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-angular": "^19.5.0",
"@eslint/js": "^9.10.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.9.1",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"husky": "^9.1.5",
"husky": "^9.1.6",
"is-ci": "^3.0.1",
"minipass": "^7.1.2",
"prettier": "^3.3.3",
"tsup": "^8.2.4",
"turbo": "^2.1.1",
"typedoc": "^0.26.6",
"typescript": "^5.5.4",
"typescript-eslint": "^8.4.0"
"typedoc": "^0.26.7",
"typescript": "^5.6.2",
"typescript-eslint": "^8.5.0"
},
"engines": {
"node": ">=16.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-discordx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@
},
"dependencies": {
"axios": "^1.7.7",
"boxen": "^7.1.1",
"boxen": "^8.0.1",
"chalk": "^5.3.0",
"is-installed-globally": "^1.0.0",
"ora": "^8.1.0",
"prompts": "^2.4.2",
"rimraf": "^5.0.10",
"rimraf": "^6.0.1",
"tar": "^7.4.3",
"typescript": "5.4.5",
"typescript": "5.6.2",
"update-check": "^1.5.4",
"validate-npm-package-name": "^5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/di/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"typedi": "^0.10.0"
},
"devDependencies": {
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"engines": {
"node": ">=16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/discordx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@
"@discordx/importer": "workspace:^",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.7",
"discord.js": "^14.16.1",
"discord.js": "^14.16.2",
"jest": "^29.7.0",
"reflect-metadata": "^0.2.2",
"ts-jest": "^29.2.5",
"ts-jest-resolver": "^2.0.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.4"
"typescript": "^5.6.2"
},
"peerDependencies": {
"discord.js": ">=14 || ^14.0.0-dev"
Expand Down
4 changes: 2 additions & 2 deletions packages/importer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"build": "tsup src/index.ts --format cjs,esm --dts"
},
"dependencies": {
"glob": "^10.4.5"
"glob": "^11.0.0"
},
"devDependencies": {
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/internal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"build:typedoc": "npx typedoc src/index.ts --out ../../docs/static/api/internal"
},
"devDependencies": {
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"engines": {
"node": ">=16.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/lava-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@types/ws": "^8.5.12",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"engines": {
"node": ">=16.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/lava-queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"devDependencies": {
"@discordx/lava-player": "workspace:^",
"@types/lodash": "^4.17.7",
"discord.js": "^14.16.1",
"typescript": "5.5.4"
"discord.js": "^14.16.2",
"typescript": "5.6.2"
},
"peerDependencies": {
"@discordx/lava-player": ">=2.1.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/music/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@discordx/importer": "workspace:^",
"@types/lodash": "^4.17.7",
"@types/yt-search": "^2.10.3",
"discord.js": "^14.16.1",
"discord.js": "^14.16.2",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.15",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"peerDependencies": {
"@discordjs/voice": ">=0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/pagination/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
},
"devDependencies": {
"@types/lodash": "^4.17.7",
"discord.js": "^14.16.1",
"typescript": "5.4.5"
"discord.js": "^14.16.2",
"typescript": "5.6.2"
},
"peerDependencies": {
"discord.js": ">=14 || ^14.0.0-dev"
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-lava-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"@discordx/pagination": "workspace:^"
},
"devDependencies": {
"discord.js": "^14.16.1",
"discord.js": "^14.16.2",
"discordx": "workspace:^",
"ts-node": "^10.9.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-ytdl-player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"youtube-sr": "^4.3.11"
},
"devDependencies": {
"discord.js": "^14.16.1",
"discord.js": "^14.16.2",
"discordx": "workspace:^",
"ts-node": "^10.9.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/utilities/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"devDependencies": {
"@discordx/importer": "workspace:^",
"@discordx/pagination": "workspace:^",
"discord.js": "^14.16.1",
"discord.js": "^14.16.2",
"discordx": "workspace:^",
"typescript": "5.4.5"
"typescript": "5.6.2"
},
"peerDependencies": {
"discord.js": ">=14 || ^14.0.0-dev",
Expand Down
6 changes: 2 additions & 4 deletions packages/utilities/src/useful/time-format.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,6 @@ export const TimeFormat = {
*
* 24 Hour Clock: 3 years ago
*/
StaticRelativeTime: (
time: Time,
withoutSuffix?: boolean | undefined,
): string => dayjs(time).fromNow(withoutSuffix),
StaticRelativeTime: (time: Time, withoutSuffix?: boolean): string =>
dayjs(time).fromNow(withoutSuffix),
};
Loading

0 comments on commit e14d87e

Please sign in to comment.