mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 16:43:31 +01:00
chore(website): deps
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
"dependencies": {
|
||||
"@actions/core": "^1.10.0",
|
||||
"@actions/glob": "^0.4.0",
|
||||
"@planetscale/database": "^1.6.0",
|
||||
"@planetscale/database": "^1.7.0",
|
||||
"tslib": "^2.5.0",
|
||||
"undici": "^5.21.0"
|
||||
},
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
"dependencies": {
|
||||
"@discordjs/formatters": "workspace:^",
|
||||
"@discordjs/util": "workspace:^",
|
||||
"@sapphire/shapeshift": "^3.8.1",
|
||||
"@sapphire/shapeshift": "^3.8.2",
|
||||
"discord-api-types": "^0.37.37",
|
||||
"fast-deep-equal": "^3.1.3",
|
||||
"ts-mixer": "^6.0.3",
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
"@ladle/react": "^2.10.2",
|
||||
"@react-icons/all-files": "^4.1.0",
|
||||
"@types/node": "16.18.23",
|
||||
"@types/react": "^18.0.32",
|
||||
"@types/react": "^18.0.33",
|
||||
"@types/react-dom": "^18.0.11",
|
||||
"@unocss/reset": "^0.50.6",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
@@ -65,7 +65,7 @@
|
||||
"typescript": "^5.0.3",
|
||||
"unocss": "^0.50.6",
|
||||
"vite": "^4.2.1",
|
||||
"vite-plugin-dts": "^2.1.0",
|
||||
"vite-plugin-dts": "^2.2.0",
|
||||
"vitest": "^0.29.8"
|
||||
},
|
||||
"engines": {
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
'use client';
|
||||
|
||||
import { VscFlame } from '@react-icons/all-files/vsc/VscFlame';
|
||||
import { VscInfo } from '@react-icons/all-files/vsc/VscInfo';
|
||||
import { VscWarning } from '@react-icons/all-files/vsc/VscWarning';
|
||||
|
||||
Reference in New Issue
Block a user