[Package.json][s]: add react to peer dependecy

This commit is contained in:
Rising Odegua
2021-05-21 13:42:46 +01:00
parent 96f9f6adc4
commit b103b0e845
2 changed files with 6 additions and 46 deletions

View File

@@ -20,12 +20,14 @@
"next": "latest",
"plotly.js-basic-dist": "^1.58.4",
"postcss": "^8.1.10",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-plotly.js": "^2.5.1",
"react-scripts": "3.4.3",
"tailwindcss": "^2.0.2"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.13.16",
@@ -46,4 +48,4 @@
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4"
}
}
}