chore(website): deps

This commit is contained in:
iCrawl
2023-04-07 13:10:01 +02:00
parent a7425c29c4
commit 3615e2f2d2
8 changed files with 396 additions and 530 deletions

View File

@@ -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"
},

View File

@@ -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",

View File

@@ -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": {

View File

@@ -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';