Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jul 19, 2023
1 parent afa9879 commit d26e022
Show file tree
Hide file tree
Showing 26 changed files with 1,194 additions and 1,438 deletions.
5 changes: 0 additions & 5 deletions .yarnrc.yml
Expand Up @@ -14,11 +14,6 @@ logFilters:

nodeLinker: node-modules

packageExtensions:
'@storybook/core-common@*':
dependencies:
'@storybook/react-vite': 7.0.15

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: '@yarnpkg/plugin-interactive-tools'
Expand Down
8 changes: 4 additions & 4 deletions apps/guide/package.json
Expand Up @@ -53,7 +53,7 @@
"ariakit": "^2.0.0-next.44",
"cmdk": "^0.2.0",
"contentlayer": "0.3.1",
"next": "^13.4.10",
"next": "^13.4.11-canary.0",
"next-contentlayer": "0.3.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
Expand Down Expand Up @@ -82,16 +82,16 @@
"eslint": "^8.45.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"happy-dom": "^10.3.2",
"happy-dom": "^10.5.1",
"hast-util-to-string": "^2.0.0",
"hastscript": "^7.2.0",
"html-escaper": "^3.0.3",
"lighthouse": "^10.4.0",
"prettier": "^2.8.8",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"unocss": "^0.53.5",
"vercel": "^31.0.3",
"vercel": "^31.0.4",
"vitest": "^0.33.0"
},
"engines": {
Expand Down
File renamed without changes.
14 changes: 7 additions & 7 deletions apps/website/package.json
Expand Up @@ -49,19 +49,19 @@
"@discordjs/api-extractor-utils": "workspace:^",
"@discordjs/scripts": "workspace:^",
"@discordjs/ui": "workspace:^",
"@microsoft/api-extractor-model": "7.27.4",
"@microsoft/api-extractor-model": "7.27.5",
"@microsoft/tsdoc": "0.14.2",
"@planetscale/database": "1.7.0",
"@react-icons/all-files": "^4.1.0",
"@vercel/analytics": "^1.0.1",
"@vercel/edge-config": "^0.2.1",
"@vercel/og": "^0.5.8",
"ariakit": "^2.0.0-next.44",
"bright": "^0.8.2",
"class-variance-authority": "^0.6.1",
"bright": "^0.8.3",
"class-variance-authority": "^0.7.0",
"cmdk": "^0.2.0",
"meilisearch": "^0.33.0",
"next": "^13.4.10",
"next": "^13.4.11-canary.0",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
Expand Down Expand Up @@ -92,12 +92,12 @@
"eslint": "^8.45.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"happy-dom": "^10.3.2",
"happy-dom": "^10.5.1",
"lighthouse": "^10.4.0",
"prettier": "^2.8.8",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"vercel": "^31.0.3",
"vercel": "^31.0.4",
"vitest": "^0.33.0"
},
"engines": {
Expand Down
File renamed without changes.
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -46,19 +46,19 @@
},
"homepage": "https://discord.js.org",
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-angular": "^17.6.6",
"@commitlint/cli": "^17.6.7",
"@commitlint/config-angular": "^17.6.7",
"@favware/cliff-jumper": "^2.1.1",
"@favware/npm-deprecate": "^1.0.7",
"conventional-changelog-cli": "^3.0.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^13.2.3",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"unocss": "^0.53.5",
"vercel": "^31.0.3",
"vercel": "^31.0.4",
"vitest": "^0.33.0"
},
"resolutions": {
Expand Down
2 changes: 1 addition & 1 deletion packages/actions/package.json
Expand Up @@ -56,7 +56,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/api-extractor-utils/package.json
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://discord.js.org",
"dependencies": {
"@microsoft/api-extractor-model": "7.27.4",
"@microsoft/api-extractor-model": "7.27.5",
"@microsoft/tsdoc": "0.14.2"
},
"devDependencies": {
Expand All @@ -43,7 +43,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/brokers/package.json
Expand Up @@ -64,7 +64,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "16.18.38",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
Expand All @@ -73,7 +73,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/builders/package.json
Expand Up @@ -59,14 +59,14 @@
"@discordjs/formatters": "workspace:^",
"@discordjs/util": "workspace:^",
"@sapphire/shapeshift": "^3.9.2",
"discord-api-types": "^0.37.48",
"discord-api-types": "^0.37.49",
"fast-deep-equal": "^3.1.3",
"ts-mixer": "^6.0.3",
"tslib": "^2.6.0"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "16.18.38",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
Expand All @@ -77,7 +77,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/collection/package.json
Expand Up @@ -53,7 +53,7 @@
"homepage": "https://discord.js.org",
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "16.18.38",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
Expand All @@ -63,7 +63,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Expand Up @@ -59,11 +59,11 @@
"@discordjs/ws": "workspace:^",
"@sapphire/snowflake": "^3.5.1",
"@vladfrangu/async_event_emitter": "^2.2.2",
"discord-api-types": "^0.37.48"
"discord-api-types": "^0.37.49"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "18.16.19",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
Expand All @@ -73,7 +73,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/create-discord-bot/package.json
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "16.18.38",
"@types/prompts": "^2.4.4",
"@types/validate-npm-package-name": "^4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/discord.js/package.json
Expand Up @@ -58,7 +58,7 @@
"@discordjs/ws": "workspace:^",
"@sapphire/snowflake": "^3.5.1",
"@types/ws": "^8.5.5",
"discord-api-types": "^0.37.48",
"discord-api-types": "^0.37.49",
"fast-deep-equal": "^3.1.3",
"lodash.snakecase": "^4.1.1",
"tslib": "^2.6.0",
Expand All @@ -76,7 +76,7 @@
"prettier": "^2.8.8",
"tsd": "^0.28.1",
"tslint": "^6.1.3",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/docgen/package.json
Expand Up @@ -56,7 +56,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/formatters/package.json
Expand Up @@ -46,11 +46,11 @@
},
"homepage": "https://discord.js.org",
"dependencies": {
"discord-api-types": "^0.37.48"
"discord-api-types": "^0.37.49"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "16.18.38",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
Expand All @@ -59,7 +59,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/next/package.json
Expand Up @@ -60,11 +60,11 @@
"@discordjs/rest": "workspace:^",
"@discordjs/util": "workspace:^",
"@discordjs/ws": "workspace:^",
"discord-api-types": "^0.37.48"
"discord-api-types": "^0.37.49"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "18.16.19",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
Expand All @@ -74,7 +74,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/proxy-container/package.json
Expand Up @@ -56,7 +56,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
4 changes: 2 additions & 2 deletions packages/proxy/package.json
Expand Up @@ -63,7 +63,7 @@
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "18.16.19",
"@types/supertest": "^2.0.12",
"@vitest/coverage-c8": "^0.33.0",
Expand All @@ -74,7 +74,7 @@
"prettier": "^2.8.8",
"supertest": "^6.3.3",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/rest/package.json
Expand Up @@ -71,14 +71,14 @@
"@sapphire/async-queue": "^1.5.0",
"@sapphire/snowflake": "^3.5.1",
"@vladfrangu/async_event_emitter": "^2.2.2",
"discord-api-types": "^0.37.48",
"magic-bytes.js": "^1.0.14",
"discord-api-types": "^0.37.49",
"magic-bytes.js": "^1.0.15",
"tslib": "^2.6.0",
"undici": "^5.22.1"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.2",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "18.16.19",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
Expand All @@ -88,7 +88,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Expand Up @@ -45,7 +45,7 @@
"homepage": "https://discord.js.org",
"dependencies": {
"@discordjs/api-extractor-utils": "workspace:^",
"@microsoft/api-extractor-model": "7.27.4",
"@microsoft/api-extractor-model": "7.27.5",
"@microsoft/tsdoc": "0.14.2",
"@microsoft/tsdoc-config": "0.16.2",
"commander": "^11.0.0",
Expand All @@ -64,7 +64,7 @@
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.7",
"turbo": "^1.10.8",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down

2 comments on commit d26e022

@vercel
Copy link

@vercel vercel bot commented on d26e022 Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on d26e022 Jul 19, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.