1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add react to the peer dependencies

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2023-05-23 14:38:49 +03:00
parent 7fead2bb31
commit dca082cda9

View File

@ -23,6 +23,7 @@
"rimraf": "^4.4.1" "rimraf": "^4.4.1"
}, },
"peerDependencies": { "peerDependencies": {
"@ogre-tools/injectable": "^16.1.0" "@ogre-tools/injectable": "^16.1.0",
"react": "^17.0.2"
} }
} }