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

specify react types in npm package

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-05-12 15:46:04 -04:00
parent 3952d61050
commit 1b65971135

View File

@ -16,8 +16,12 @@
"name": "OpenLens Authors" "name": "OpenLens Authors"
}, },
"dependencies": { "dependencies": {
"@types/node": "14.17.14",
"@material-ui/core": "4.12.3", "@material-ui/core": "4.12.3",
"@types/node": "14.17.14",
"@types/react": "^17.0.45",
"@types/react-dom": "^17.0.16",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.3.3",
"conf": "^7.0.1", "conf": "^7.0.1",
"typed-emitter": "^1.3.1" "typed-emitter": "^1.3.1"
} }