chore: deps

This commit is contained in:
iCrawl
2023-04-07 21:13:36 +02:00
parent 687bbd889f
commit f893c6a357
24 changed files with 211 additions and 213 deletions

View File

@@ -82,8 +82,8 @@
"@types/node": "18.15.11",
"@types/react": "^18.0.33",
"@types/react-dom": "^18.0.11",
"@unocss/cli": "^0.50.6",
"@unocss/reset": "^0.50.6",
"@unocss/cli": "^0.50.7",
"@unocss/reset": "^0.50.7",
"@vitejs/plugin-react": "^3.1.0",
"@vitest/coverage-c8": "^0.29.8",
"concurrently": "^8.0.1",
@@ -92,12 +92,12 @@
"eslint": "^8.37.0",
"eslint-config-neon": "^0.1.41",
"eslint-formatter-pretty": "^5.0.0",
"happy-dom": "^9.1.7",
"happy-dom": "^9.1.9",
"lighthouse": "^10.1.0",
"prettier": "^2.8.7",
"prettier-plugin-tailwindcss": "^0.2.7",
"typescript": "^5.0.3",
"unocss": "^0.50.6",
"typescript": "^5.0.4",
"unocss": "^0.50.7",
"vercel": "^28.18.3",
"vitest": "^0.29.8"
},