Add missing types

This commit is contained in:
2026-04-29 21:13:54 +03:00
parent bd4fd403c0
commit 4c47218f74
2 changed files with 10 additions and 7 deletions

View File

@@ -18,12 +18,12 @@
"sass": "^1.52.2"
},
"devDependencies": {
"@types/node": "17.0.40",
"@types/react": "18.0.11",
"@types/node": "^17.0.40",
"@types/react": "^18.0.11",
"@types/react-dom": "18.0.5",
"@types/react-transition-group": "^4.4.4",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"typescript": "4.7.3"
"typescript": "^4.7.3"
}
}