mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
build: Bump dependencies (#11333)
* build: bump dependencies * fix: guide build * build: amend package.json.hbs * build: create-discord-bot * style: formatting * build: final change --------- Co-authored-by: almeidx <github@almeidx.dev>
This commit is contained in:
@@ -48,69 +48,69 @@
|
||||
"homepage": "https://discord.js.org",
|
||||
"funding": "https://github.com/discordjs/discord.js?sponsor",
|
||||
"dependencies": {
|
||||
"@opennextjs/cloudflare": "^1.11.0",
|
||||
"@opennextjs/cloudflare": "^1.14.4",
|
||||
"@react-icons/all-files": "^4.1.0",
|
||||
"@vercel/analytics": "^1.5.0",
|
||||
"@vercel/analytics": "^1.6.1",
|
||||
"cmdk": "^1.1.1",
|
||||
"cva": "1.0.0-beta.3",
|
||||
"fumadocs-core": "^16.0.6",
|
||||
"fumadocs-mdx": "^13.0.3",
|
||||
"fumadocs-twoslash": "^3.1.9",
|
||||
"fumadocs-ui": "^16.0.6",
|
||||
"fumadocs-core": "^16.2.3",
|
||||
"fumadocs-mdx": "^14.1.0",
|
||||
"fumadocs-twoslash": "^3.1.10",
|
||||
"fumadocs-ui": "16.1.0",
|
||||
"geist": "^1.5.1",
|
||||
"immer": "^10.2.0",
|
||||
"jotai": "^2.15.0",
|
||||
"jotai": "^2.15.2",
|
||||
"jotai-immer": "^0.4.1",
|
||||
"lucide-react": "^0.548.0",
|
||||
"mermaid": "^11.12.1",
|
||||
"motion": "^12.23.24",
|
||||
"next": "^16.0.1",
|
||||
"mermaid": "^11.12.2",
|
||||
"motion": "^12.23.25",
|
||||
"next": "^16.0.7",
|
||||
"next-mdx-remote-client": "^2.1.7",
|
||||
"next-themes": "^0.4.6",
|
||||
"nuqs": "^2.7.2",
|
||||
"nuqs": "^2.8.3",
|
||||
"p-retry": "^7.1.0",
|
||||
"react": "^19.2.0",
|
||||
"react": "^19.2.1",
|
||||
"react-aria": "^3.44.0",
|
||||
"react-aria-components": "^1.13.0",
|
||||
"react-dom": "^19.2.0",
|
||||
"react-dom": "^19.2.1",
|
||||
"react-error-boundary": "^6.0.0",
|
||||
"safe-mdx": "^1.3.8",
|
||||
"sharp": "^0.34.4",
|
||||
"tailwind-merge": "^3.3.1",
|
||||
"safe-mdx": "^1.3.9",
|
||||
"sharp": "^0.34.5",
|
||||
"tailwind-merge": "^3.4.0",
|
||||
"tw-animate-css": "^1.4.0",
|
||||
"twoslash": "^0.3.4",
|
||||
"usehooks-ts": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@next/env": "^16.0.1",
|
||||
"@shikijs/rehype": "^3.14.0",
|
||||
"@tailwindcss/postcss": "^4.1.16",
|
||||
"@next/env": "^16.0.7",
|
||||
"@shikijs/rehype": "^3.19.0",
|
||||
"@tailwindcss/postcss": "^4.1.17",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@tailwindcss/vite": "^4.1.16",
|
||||
"@tailwindcss/vite": "^4.1.17",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "^24.9.2",
|
||||
"@types/react": "^19.2.2",
|
||||
"@types/react-dom": "^19.2.2",
|
||||
"autoprefixer": "^10.4.21",
|
||||
"@types/node": "^24.10.1",
|
||||
"@types/react": "^19.2.7",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"autoprefixer": "^10.4.22",
|
||||
"babel-plugin-react-compiler": "19.1.0-rc.3",
|
||||
"cpy-cli": "^6.0.0",
|
||||
"cross-env": "^10.1.0",
|
||||
"eslint": "^9.38.0",
|
||||
"eslint": "^9.39.1",
|
||||
"eslint-config-neon": "^0.2.9",
|
||||
"eslint-formatter-pretty": "^7.0.0",
|
||||
"git-describe": "^4.1.1",
|
||||
"postcss": "^8.5.6",
|
||||
"prettier": "^3.6.2",
|
||||
"prettier-plugin-tailwindcss": "^0.7.1",
|
||||
"prettier": "^3.7.4",
|
||||
"prettier-plugin-tailwindcss": "^0.7.2",
|
||||
"remark-gfm": "^4.0.1",
|
||||
"remark-rehype": "^11.1.2",
|
||||
"shiki": "^3.14.0",
|
||||
"tailwindcss": "^4.1.16",
|
||||
"shiki": "^3.19.0",
|
||||
"tailwindcss": "^4.1.17",
|
||||
"tailwindcss-react-aria-components": "^2.0.1",
|
||||
"turbo": "^2.5.8",
|
||||
"turbo": "^2.6.3",
|
||||
"typescript": "^5.9.3",
|
||||
"vercel": "^48.7.1",
|
||||
"wrangler": "^4.45.3"
|
||||
"vercel": "^48.12.1",
|
||||
"wrangler": "^4.53.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=22.12.0"
|
||||
|
||||
Reference in New Issue
Block a user