chore: deps

This commit is contained in:
iCrawl
2023-07-17 09:45:07 +02:00
parent 386f206caf
commit afa98793cd
30 changed files with 4935 additions and 4542 deletions

View File

@@ -44,17 +44,17 @@
},
"homepage": "https://discord.js.org",
"dependencies": {
"@code-hike/mdx": "^0.8.3",
"@code-hike/mdx": "^0.9.0",
"@discordjs/ui": "workspace:^",
"@react-icons/all-files": "^4.1.0",
"@vercel/analytics": "^1.0.1",
"@vercel/edge-config": "^0.1.11",
"@vercel/og": "^0.5.4",
"@vercel/edge-config": "^0.2.1",
"@vercel/og": "^0.5.8",
"ariakit": "^2.0.0-next.44",
"cmdk": "^0.2.0",
"contentlayer": "^0.3.2",
"next": "^13.4.3",
"next-contentlayer": "^0.3.2",
"contentlayer": "0.3.1",
"next": "^13.4.10",
"next-contentlayer": "0.3.1",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-custom-scrollbars-2": "^4.5.0",
@@ -62,37 +62,37 @@
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.1"
"sharp": "^0.32.3"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.3",
"@next/bundle-analyzer": "^13.4.10",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/html-escaper": "^3.0.0",
"@types/node": "18.16.14",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@unocss/cli": "^0.52.3",
"@unocss/eslint-config": "^0.52.3",
"@unocss/reset": "^0.52.3",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-c8": "^0.31.1",
"concurrently": "^8.0.1",
"@types/node": "18.16.19",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@unocss/cli": "^0.53.5",
"@unocss/eslint-config": "^0.53.5",
"@unocss/reset": "^0.53.5",
"@vitejs/plugin-react": "^4.0.3",
"@vitest/coverage-c8": "^0.33.0",
"concurrently": "^8.2.0",
"cross-env": "^7.0.3",
"eslint": "^8.41.0",
"eslint": "^8.45.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"happy-dom": "^9.20.1",
"happy-dom": "^10.3.2",
"hast-util-to-string": "^2.0.0",
"hastscript": "^7.2.0",
"html-escaper": "^3.0.3",
"lighthouse": "^10.2.0",
"lighthouse": "^10.4.0",
"prettier": "^2.8.8",
"turbo": "^1.9.8",
"typescript": "^5.0.4",
"unocss": "^0.52.3",
"vercel": "^29.4.0",
"vitest": "^0.31.1"
"turbo": "^1.10.7",
"typescript": "^5.1.6",
"unocss": "^0.53.5",
"vercel": "^31.0.3",
"vitest": "^0.33.0"
},
"engines": {
"node": ">=18.13.0"