chore: deps

This commit is contained in:
iCrawl
2023-05-07 18:04:10 +02:00
parent 7ce6bb99e9
commit 9ddb3ff71d
23 changed files with 985 additions and 1061 deletions

View File

@@ -53,7 +53,7 @@
"ariakit": "^2.0.0-next.44",
"cmdk": "^0.2.0",
"contentlayer": "^0.3.2",
"next": "^13.4.0",
"next": "^13.4.1",
"next-contentlayer": "^0.3.2",
"next-themes": "^0.2.1",
"react": "^18.2.0",
@@ -65,22 +65,22 @@
"sharp": "^0.32.1"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.0",
"@next/bundle-analyzer": "^13.4.1",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.4.3",
"@types/html-escaper": "^3.0.0",
"@types/node": "18.16.4",
"@types/react": "^18.2.5",
"@types/react-dom": "^18.2.3",
"@unocss/cli": "^0.51.8",
"@unocss/eslint-config": "^0.51.8",
"@unocss/reset": "^0.51.8",
"@types/node": "18.16.5",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"@unocss/cli": "^0.51.12",
"@unocss/eslint-config": "^0.51.12",
"@unocss/reset": "^0.51.12",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-c8": "^0.31.0",
"concurrently": "^8.0.1",
"cross-env": "^7.0.3",
"eslint": "^8.39.0",
"eslint-config-neon": "^0.1.46",
"eslint": "^8.40.0",
"eslint-config-neon": "^0.1.47",
"eslint-formatter-pretty": "^5.0.0",
"happy-dom": "^9.10.9",
"hast-util-to-string": "^2.0.0",
@@ -88,9 +88,9 @@
"html-escaper": "^3.0.3",
"lighthouse": "^10.2.0",
"prettier": "^2.8.8",
"turbo": "^1.9.4-canary.9",
"turbo": "^1.9.4-canary.10",
"typescript": "^5.0.4",
"unocss": "^0.51.8",
"unocss": "^0.51.12",
"vercel": "^29.1.1",
"vitest": "^0.31.0"
},