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:
parent
3952d61050
commit
1b65971135
@ -16,8 +16,12 @@
|
||||
"name": "OpenLens Authors"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "14.17.14",
|
||||
"@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",
|
||||
"typed-emitter": "^1.3.1"
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user