chore: deps

This commit is contained in:
iCrawl
2022-11-22 13:35:47 +01:00
parent 65bc0adbf4
commit ee7d2fd4c8
22 changed files with 2513 additions and 1665 deletions

View File

@@ -34,54 +34,54 @@
},
"homepage": "https://discord.js.org",
"dependencies": {
"@astrojs/image": "^0.10.0",
"@astrojs/mdx": "^0.11.4",
"@astrojs/react": "^1.2.1",
"@astrojs/image": "^0.11.6",
"@astrojs/mdx": "^0.11.6",
"@astrojs/react": "^1.2.2",
"@code-hike/mdx": "^0.7.4",
"@discordjs/ui": "workspace:^",
"ariakit": "^2.0.0-next.41",
"cmdk": "^0.1.20",
"meilisearch": "^0.28.0",
"meilisearch": "^0.29.1",
"react": "^17.0.2",
"react-custom-scrollbars-2": "^4.5.0",
"react-dom": "^17.0.2",
"react-icons": "^4.6.0",
"react-use": "^17.4.0",
"sharp": "^0.31.1",
"sharp": "^0.31.2",
"shiki": "^0.11.1"
},
"devDependencies": {
"@astrojs/prefetch": "^0.1.0",
"@astrojs/prefetch": "^0.1.1",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "16.11.68",
"@types/react": "^17.0.50",
"@types/react-dom": "^17.0.17",
"@types/node": "16.18.3",
"@types/react": "^17.0.52",
"@types/react-dom": "^17.0.18",
"@types/react-syntax-highlighter": "^15.5.5",
"@unocss/cli": "^0.45.30",
"@unocss/reset": "^0.45.30",
"@vitejs/plugin-react": "^2.1.0",
"@vitest/coverage-c8": "^0.24.3",
"astro": "^1.5.2",
"astro-compress": "^1.0.12",
"astro-critters": "^1.0.5",
"@unocss/cli": "^0.46.5",
"@unocss/reset": "^0.46.5",
"@vitejs/plugin-react": "^2.2.0",
"@vitest/coverage-c8": "^0.25.2",
"astro": "^1.6.10",
"astro-compress": "^1.1.8",
"astro-critters": "^1.1.8",
"cross-env": "^7.0.3",
"eslint": "^8.25.0",
"eslint-config-neon": "^0.1.39",
"eslint": "^8.28.0",
"eslint-config-neon": "^0.1.40",
"eslint-formatter-pretty": "^4.1.0",
"happy-dom": "^7.6.0",
"happy-dom": "^7.7.0",
"hast-util-to-string": "^2.0.0",
"hastscript": "^7.1.0",
"html-escaper": "^3.0.3",
"prettier": "^2.7.1",
"prettier-plugin-astro": "^0.6.0",
"prettier-plugin-astro": "^0.7.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"rehype-autolink-headings": "^6.1.1",
"rehype-slug": "^5.0.1",
"typescript": "^4.8.4",
"unocss": "^0.45.30",
"vercel": "^28.4.12",
"vitest": "^0.24.3"
"rehype-slug": "^5.1.0",
"typescript": "^4.9.3",
"unocss": "^0.46.5",
"vercel": "^28.5.6",
"vitest": "^0.25.2"
},
"engines": {
"node": ">=16.9.0"

View File

@@ -13,3 +13,4 @@ api/
.next/
.vercel/
.cache/
public/searchIndex

View File

@@ -45,13 +45,13 @@
"@discordjs/ui": "workspace:^",
"@microsoft/api-extractor-model": "7.24.0",
"@microsoft/tsdoc": "0.14.1",
"@vercel/og": "^0.0.19",
"@vercel/og": "^0.0.21",
"@vscode/codicons": "^0.0.32",
"ariakit": "^2.0.0-next.41",
"cmdk": "^0.1.20",
"meilisearch": "^0.28.0",
"next": "^12.3.1",
"next-mdx-remote": "^4.1.0",
"meilisearch": "^0.29.1",
"next": "^12.3.4",
"next-mdx-remote": "^4.2.0",
"next-progress": "^2.2.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
@@ -60,38 +60,38 @@
"react-icons": "^4.6.0",
"react-syntax-highlighter": "^15.5.0",
"react-use": "^17.4.0",
"rehype-ignore": "^1.0.1",
"rehype-pretty-code": "^0.4.0",
"rehype-ignore": "^1.0.3",
"rehype-pretty-code": "^0.5.0",
"rehype-raw": "^6.1.1",
"rehype-slug": "^5.0.1",
"rehype-slug": "^5.1.0",
"remark-gfm": "^3.0.1",
"sharp": "^0.31.1",
"sharp": "^0.31.2",
"shiki": "^0.11.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/node": "16.11.68",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"@types/node": "16.18.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/react-syntax-highlighter": "^15.5.5",
"@unocss/cli": "^0.45.30",
"@unocss/reset": "^0.45.30",
"@vitejs/plugin-react": "^2.1.0",
"@vitest/coverage-c8": "^0.24.3",
"concurrently": "^7.4.0",
"@unocss/cli": "^0.46.5",
"@unocss/reset": "^0.46.5",
"@vitejs/plugin-react": "^2.2.0",
"@vitest/coverage-c8": "^0.25.2",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"eslint": "^8.25.0",
"eslint-config-neon": "^0.1.39",
"eslint": "^8.28.0",
"eslint-config-neon": "^0.1.40",
"eslint-formatter-pretty": "^4.1.0",
"happy-dom": "^7.6.0",
"happy-dom": "^7.7.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"typescript": "^4.8.4",
"unocss": "^0.45.30",
"vercel": "^28.4.12",
"vitest": "^0.24.3"
"typescript": "^4.9.3",
"unocss": "^0.46.5",
"vercel": "^28.5.6",
"vitest": "^0.25.2"
},
"engines": {
"node": ">=16.9.0"

View File

@@ -1,6 +1,7 @@
/* eslint-disable no-case-declarations */
import { readFile } from 'node:fs/promises';
import { join } from 'node:path';
// eslint-disable-next-line n/prefer-global/process
import process, { cwd } from 'node:process';
import {
findPackage,