🐛 Fix an error with @nivo/line

Doesn't support react 18 https://github.com/plouc/nivo/issues/230
This commit is contained in:
ajnart
2022-08-24 19:32:06 +02:00
committed by Manuel Ruwe
parent 4e7d3edb5f
commit 4f521b5c00
5 changed files with 10 additions and 25 deletions

View File

@@ -91,5 +91,9 @@
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"resolutions": {
"@types/react": "17.0.2",
"@types/react-dom": "17.0.2"
},
"packageManager": "yarn@3.2.1"
}