mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 08:03:30 +01:00
chore: update deps
This commit is contained in:
31
package.json
31
package.json
@@ -5,7 +5,7 @@
|
||||
"description": "A powerful library for interacting with the Discord API",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "pnpm -- turbo run build --concurrency=4",
|
||||
"build": "turbo run build --concurrency=4",
|
||||
"build:affected": "turbo run build --filter='...[origin/main]' --concurrency=4",
|
||||
"build:apps": "turbo run build:local --filter='...{apps/*}' --concurrency=4",
|
||||
"build:apps:affected": "turbo run build:local --filter='...{apps/*}[origin/main]' --concurrency=4",
|
||||
@@ -49,26 +49,26 @@
|
||||
},
|
||||
"homepage": "https://discord.js.org",
|
||||
"devDependencies": {
|
||||
"@commitlint/cli": "^17.8.0",
|
||||
"@commitlint/config-angular": "^17.8.0",
|
||||
"@favware/cliff-jumper": "^2.2.0",
|
||||
"@commitlint/cli": "^18.2.0",
|
||||
"@commitlint/config-angular": "^18.1.0",
|
||||
"@favware/cliff-jumper": "^2.2.1",
|
||||
"@favware/npm-deprecate": "^1.0.7",
|
||||
"@types/lodash.merge": "^4.6.7",
|
||||
"@unocss/eslint-plugin": "^0.55.3",
|
||||
"@vitest/coverage-v8": "^0.34.3",
|
||||
"conventional-changelog-cli": "^3.0.0",
|
||||
"eslint": "^8.51.0",
|
||||
"@types/lodash.merge": "^4.6.8",
|
||||
"@unocss/eslint-plugin": "^0.57.2",
|
||||
"@vitest/coverage-v8": "^0.34.6",
|
||||
"conventional-changelog-cli": "^4.1.0",
|
||||
"eslint": "^8.53.0",
|
||||
"eslint-config-neon": "^0.1.57",
|
||||
"husky": "^8.0.3",
|
||||
"is-ci": "^3.0.1",
|
||||
"lint-staged": "^14.0.1",
|
||||
"lint-staged": "^15.0.2",
|
||||
"lodash.merge": "^4.6.2",
|
||||
"tsup": "^7.2.0",
|
||||
"turbo": "^1.10.15",
|
||||
"turbo": "^1.10.16",
|
||||
"typescript": "^5.2.2",
|
||||
"unocss": "^0.55.3",
|
||||
"vercel": "^32.4.1",
|
||||
"vitest": "^0.34.3"
|
||||
"unocss": "^0.57.2",
|
||||
"vercel": "^32.5.0",
|
||||
"vitest": "^0.34.6"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
@@ -80,8 +80,7 @@
|
||||
"@contentlayer/utils>@opentelemetry/semantic-conventions": "^1.15.1"
|
||||
},
|
||||
"patchedDependencies": {
|
||||
"@microsoft/tsdoc-config@0.16.2": "patches/@microsoft__tsdoc-config@0.16.2.patch",
|
||||
"eslint-plugin-i@2.28.1": "patches/eslint-plugin-i@2.28.1.patch"
|
||||
"@microsoft/tsdoc-config@0.16.2": "patches/@microsoft__tsdoc-config@0.16.2.patch"
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user