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

Pin @k8slens/extensions dependencies instead of wildcarding them (#3930)

This commit is contained in:
Sebastian Malton 2021-10-01 15:46:25 -04:00
parent fa52055446
commit 1c2143f06b

View File

@ -16,9 +16,9 @@
"name": "OpenLens Authors" "name": "OpenLens Authors"
}, },
"dependencies": { "dependencies": {
"@types/node": "*", "@types/node": "14.17.14",
"@types/react-select": "*", "@types/react-select": "3.1.2",
"@material-ui/core": "*", "@material-ui/core": "4.12.3",
"conf": "^7.0.1", "conf": "^7.0.1",
"typed-emitter": "^1.3.1" "typed-emitter": "^1.3.1"
} }