chore: upgrade typescript & react types

This commit is contained in:
swve 2023-06-19 00:40:12 +02:00
parent 3277232748
commit 759a144fe9
2 changed files with 17 additions and 17 deletions

View file

@ -45,7 +45,7 @@
},
"devDependencies": {
"@types/node": "18.7.18",
"@types/react": "18.0.20",
"@types/react": "18.2.8",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-dom": "18.0.6",
"@types/react-katex": "^3.0.0",
@ -56,6 +56,6 @@
"eslint-config-next": "^13.0.6",
"postcss": "^8.4.23",
"tailwindcss": "^3.3.2",
"typescript": "4.8.3"
"typescript": "5.1.3"
}
}