chore: remove resolutions from package json (#211)

This commit is contained in:
Yusuf Seyrek 2023-05-16 15:50:03 +03:00 committed by GitHub
parent dbb1f16d66
commit 72bb88a9f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,9 +57,5 @@
"prettier-plugin-tailwindcss": "^0.2.8",
"tailwindcss": "^3.3.2",
"typescript": "5.0.4"
},
"resolutions": {
"@types/react": "18.0.26",
"@types/react-dom": "18.0.9"
}
}