Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
iCrawl committed Jul 30, 2023
1 parent 8f4256d commit fd8197f
Show file tree
Hide file tree
Showing 25 changed files with 1,512 additions and 2,651 deletions.
28 changes: 14 additions & 14 deletions apps/guide/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,11 @@
"@react-icons/all-files": "^4.1.0",
"@vercel/analytics": "^1.0.1",
"@vercel/edge-config": "^0.2.1",
"@vercel/og": "^0.5.8",
"@vercel/og": "^0.5.9",
"ariakit": "^2.0.0-next.44",
"cmdk": "^0.2.0",
"contentlayer": "0.3.1",
"next": "^13.4.11-canary.0",
"next": "^13.4.12",
"next-contentlayer": "0.3.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
Expand All @@ -62,36 +62,36 @@
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.3"
"sharp": "^0.32.4"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.10",
"@next/bundle-analyzer": "^13.4.12",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/html-escaper": "^3.0.0",
"@types/node": "18.16.19",
"@types/react": "^18.2.15",
"@types/node": "18.17.1",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@unocss/cli": "^0.53.5",
"@unocss/eslint-config": "^0.53.5",
"@unocss/reset": "^0.53.5",
"@unocss/cli": "^0.54.0",
"@unocss/eslint-config": "^0.54.0",
"@unocss/reset": "^0.54.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-c8": "^0.33.0",
"concurrently": "^8.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"happy-dom": "^10.5.1",
"happy-dom": "^10.5.2",
"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.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"unocss": "^0.53.5",
"vercel": "^31.0.4",
"unocss": "^0.54.0",
"vercel": "^31.2.0",
"vitest": "^0.33.0"
},
"engines": {
Expand Down
28 changes: 14 additions & 14 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,13 @@
"@react-icons/all-files": "^4.1.0",
"@vercel/analytics": "^1.0.1",
"@vercel/edge-config": "^0.2.1",
"@vercel/og": "^0.5.8",
"@vercel/og": "^0.5.9",
"ariakit": "^2.0.0-next.44",
"bright": "^0.8.3",
"bright": "^0.8.4",
"class-variance-authority": "^0.7.0",
"cmdk": "^0.2.0",
"meilisearch": "^0.33.0",
"next": "^13.4.11-canary.0",
"next": "^13.4.12",
"next-mdx-remote": "^4.4.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
Expand All @@ -71,33 +71,33 @@
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.3",
"sharp": "^0.32.4",
"swr": "^2.2.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.10",
"@next/bundle-analyzer": "^13.4.12",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "18.16.19",
"@types/react": "^18.2.15",
"@types/node": "18.17.1",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@unocss/cli": "^0.53.5",
"@unocss/eslint-config": "^0.53.5",
"@unocss/reset": "^0.53.5",
"@unocss/cli": "^0.54.0",
"@unocss/eslint-config": "^0.54.0",
"@unocss/reset": "^0.54.0",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-c8": "^0.33.0",
"concurrently": "^8.2.0",
"cpy-cli": "^5.0.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"happy-dom": "^10.5.1",
"happy-dom": "^10.5.2",
"lighthouse": "^10.4.0",
"prettier": "^2.8.8",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"vercel": "^31.0.4",
"vercel": "^31.2.0",
"vitest": "^0.33.0"
},
"engines": {
Expand Down
7 changes: 5 additions & 2 deletions apps/website/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,12 @@ export default function Page() {
Discord bots.
</h1>
<p className="my-6 leading-normal text-neutral-700 dark:text-neutral-300">{DESCRIPTION}</p>
<div className="flex gap-4 md:flex-row">
<Link className={buttonVariants()} href="/docs">
<div className="flex flex-wrap place-content-center gap-4 md:flex-row">
<a className={buttonVariants()} href="https://old.discordjs.dev/#/docs" rel="noopener noreferrer">
Docs
</a>
<Link className={buttonVariants()} href="/docs">
Module docs
</Link>
<a
className={buttonVariants({ variant: 'secondary' })}
Expand Down
2 changes: 1 addition & 1 deletion apps/website/src/styles/Button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const buttonVariants = cva(
variant: {
primary: 'bg-blurple text-white border-0',
secondary:
'bg-white text-gray-800 border-gray-400 border border-light-900 text-black transition duration-200 active:translate-y-px dark:border-dark-100 hover:border-black active:bg-light-300 dark:bg-dark-400 hover:bg-light-200 dark:text-white focus:ring focus:ring-width-2 focus:ring-blurple dark:active:bg-dark-200 dark:hover:bg-dark-300',
'bg-white text-gray-800 border-gray-400 border border-light-900 text-black transition duration-200 active:translate-y-px dark:border-dark-100 hover:border-black active:bg-light-300 dark:bg-dark-400 hover:bg-light-200 dark:text-white focus:ring focus:ring-width-2 focus:ring-blurple dark:active:bg-dark-200 dark:hover:bg-dark-300 dark:hover:border-white',
},
},
defaultVariants: {
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
"is-ci": "^3.0.1",
"lint-staged": "^13.2.3",
"tsup": "^7.1.0",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"unocss": "^0.53.5",
"vercel": "^31.0.4",
"unocss": "^0.54.0",
"vercel": "^31.2.0",
"vitest": "^0.33.0"
},
"resolutions": {
Expand Down
10 changes: 5 additions & 5 deletions packages/actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/glob": "^0.4.0",
"@planetscale/database": "^1.8.0",
"tslib": "^2.6.0",
"@planetscale/database": "^1.10.0",
"tslib": "^2.6.1",
"undici": "^5.22.1"
},
"devDependencies": {
"@types/node": "16.18.38",
"@types/node": "16.18.39",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/api-extractor-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"@microsoft/tsdoc": "0.14.2"
},
"devDependencies": {
"@types/node": "16.18.38",
"@types/node": "16.18.39",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
6 changes: 3 additions & 3 deletions packages/brokers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "16.18.38",
"@types/node": "16.18.39",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/builders/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,25 +59,25 @@
"@discordjs/formatters": "workspace:^",
"@discordjs/util": "workspace:^",
"@sapphire/shapeshift": "^3.9.2",
"discord-api-types": "^0.37.49",
"discord-api-types": "^0.37.50",
"fast-deep-equal": "^3.1.3",
"ts-mixer": "^6.0.3",
"tslib": "^2.6.0"
"tslib": "^2.6.1"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "16.18.38",
"@types/node": "16.18.39",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
"downlevel-dts": "^0.11.0",
"esbuild-plugin-version-injector": "^1.2.0",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/collection/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,16 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "16.18.38",
"@types/node": "16.18.39",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.0",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
8 changes: 4 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,21 +59,21 @@
"@discordjs/ws": "workspace:^",
"@sapphire/snowflake": "^3.5.1",
"@vladfrangu/async_event_emitter": "^2.2.2",
"discord-api-types": "^0.37.49"
"discord-api-types": "^0.37.50"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "18.16.19",
"@types/node": "18.17.1",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
"esbuild-plugin-version-injector": "^1.2.0",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/create-discord-bot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "16.18.38",
"@types/node": "16.18.39",
"@types/prompts": "^2.4.4",
"@types/validate-npm-package-name": "^4.0.0",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
Expand Down
12 changes: 6 additions & 6 deletions packages/discord.js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,25 +58,25 @@
"@discordjs/ws": "workspace:^",
"@sapphire/snowflake": "^3.5.1",
"@types/ws": "^8.5.5",
"discord-api-types": "^0.37.49",
"discord-api-types": "^0.37.50",
"fast-deep-equal": "^3.1.3",
"lodash.snakecase": "^4.1.1",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"undici": "^5.22.1",
"ws": "^8.13.0"
},
"devDependencies": {
"@discordjs/docgen": "workspace:^",
"@favware/cliff-jumper": "^2.1.1",
"@types/node": "16.18.38",
"@types/node": "16.18.39",
"dtslint": "^4.2.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-formatter-pretty": "^5.0.0",
"jest": "^29.6.1",
"jest": "^29.6.2",
"prettier": "^2.8.8",
"tsd": "^0.28.1",
"tslint": "^6.1.3",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/docgen/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@
"dependencies": {
"commander": "^11.0.0",
"jsdoc-to-markdown": "^8.0.0",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"typedoc": "^0.24.8"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@types/jsdoc-to-markdown": "^7.0.3",
"@types/node": "16.18.38",
"@types/node": "16.18.39",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6"
},
"engines": {
Expand Down
8 changes: 4 additions & 4 deletions packages/formatters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,20 +46,20 @@
},
"homepage": "https://discord.js.org",
"dependencies": {
"discord-api-types": "^0.37.49"
"discord-api-types": "^0.37.50"
},
"devDependencies": {
"@favware/cliff-jumper": "^2.1.1",
"@microsoft/api-extractor": "^7.36.3",
"@types/node": "16.18.38",
"@types/node": "16.18.39",
"@vitest/coverage-c8": "^0.33.0",
"cross-env": "^7.0.3",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"prettier": "^2.8.8",
"tsup": "^7.1.0",
"turbo": "^1.10.8",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"vitest": "^0.33.0"
},
Expand Down
Loading

2 comments on commit fd8197f

@vercel
Copy link

@vercel vercel bot commented on fd8197f Jul 30, 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 fd8197f Jul 30, 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.