refactor: use single typescript version & config

This commit is contained in:
thecodrr
2022-08-27 17:27:46 +05:00
parent 15f5fcd521
commit 12b011278e
35 changed files with 902 additions and 3579 deletions

View File

@@ -62,13 +62,11 @@
"@types/rebass__forms": "^4.0.6",
"@types/tinycolor2": "^1.4.3",
"isomorphic-fetch": "^3.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4",
"typescript-plugin-css-modules": "^3.4.0",
"web-vitals": "^2.1.4"
"typescript": "^4.8.2",
"web-vitals": "^2.1.4",
"framer-motion": "^4.1.17"
},
"peerDependencies": {
"framer-motion": "^4.1.17",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},