chore: upgrade deps and linting

This commit is contained in:
Mythie
2023-08-01 17:34:17 +10:00
parent 0fca2e9f4e
commit dc58f77c61
34 changed files with 2189 additions and 16450 deletions
+6 -6
View File
@@ -22,9 +22,9 @@
"lucide-react": "^0.214.0",
"micro": "^10.0.1",
"nanoid": "^4.0.2",
"next": "13.4.9",
"next-auth": "^4.22.1",
"next-plausible": "^3.7.2",
"next": "13.4.12",
"next-auth": "4.22.3",
"next-plausible": "^3.10.1",
"next-themes": "^0.2.1",
"perfect-freehand": "^1.2.0",
"react": "18.2.0",
@@ -34,13 +34,13 @@
"react-icons": "^4.8.0",
"react-pdf": "^7.1.1",
"react-rnd": "^10.4.1",
"typescript": "5.0.4",
"typescript": "5.1.6",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/formidable": "^2.0.6",
"@types/node": "20.1.0",
"@types/react": "18.2.6",
"@types/react-dom": "18.2.4"
"@types/react": "18.2.18",
"@types/react-dom": "18.2.7"
}
}