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

Fix build

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2023-03-15 11:14:49 -04:00
parent c1e88a8a3b
commit 0f9927174e
2 changed files with 5 additions and 0 deletions

4
package-lock.json generated
View File

@ -36380,10 +36380,14 @@
"version": "1.0.0-alpha.0",
"license": "MIT",
"devDependencies": {
"@k8slens/extensions": "^6.5.0-alpha.2",
"@types/node": "^16.18.16",
"typescript": "^4.9.5",
"webpack": "^5.76.1",
"webpack-cli": "^5.0.1"
},
"engines": {
"lens": "6.5"
}
},
"packages/legacy-extension-example/node_modules/@types/node": {

View File

@ -38,6 +38,7 @@
"lint:fix": "lens-lint --fix"
},
"devDependencies": {
"@k8slens/extensions": "^6.5.0-alpha.2",
"@types/node": "^16.18.16",
"typescript": "^4.9.5",
"webpack": "^5.76.1",