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

Use strict dependency for extension-api -> core (#7579)

Signed-off-by: Panu Horsmalahti <phorsmalahti@mirantis.com>
This commit is contained in:
Panu Horsmalahti 2023-04-19 14:52:14 +03:00 committed by GitHub
parent 90ac50176a
commit c7df928acc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
"clean": "rimraf dist/" "clean": "rimraf dist/"
}, },
"dependencies": { "dependencies": {
"@k8slens/core": "^6.5.0-alpha.7" "@k8slens/core": "6.5.0-alpha.7"
}, },
"devDependencies": { "devDependencies": {
"@types/node": "^16.18.6", "@types/node": "^16.18.6",