mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Update lock file
Signed-off-by: Sami Tiilikainen <97873007+samitiilikainen@users.noreply.github.com>
This commit is contained in:
parent
91d3170398
commit
08ba527fec
44
package-lock.json
generated
44
package-lock.json
generated
@ -3933,6 +3933,10 @@
|
|||||||
"resolved": "packages/technical-features/application/legacy-extensions",
|
"resolved": "packages/technical-features/application/legacy-extensions",
|
||||||
"link": true
|
"link": true
|
||||||
},
|
},
|
||||||
|
"node_modules/@k8slens/list-layout": {
|
||||||
|
"resolved": "packages/list-layout",
|
||||||
|
"link": true
|
||||||
|
},
|
||||||
"node_modules/@k8slens/messaging": {
|
"node_modules/@k8slens/messaging": {
|
||||||
"resolved": "packages/technical-features/messaging/agnostic",
|
"resolved": "packages/technical-features/messaging/agnostic",
|
||||||
"link": true
|
"link": true
|
||||||
@ -35337,6 +35341,7 @@
|
|||||||
"@astronautlabs/jsonpath": "^1.1.0",
|
"@astronautlabs/jsonpath": "^1.1.0",
|
||||||
"@hapi/call": "^9.0.1",
|
"@hapi/call": "^9.0.1",
|
||||||
"@hapi/subtext": "^7.1.0",
|
"@hapi/subtext": "^7.1.0",
|
||||||
|
"@k8slens/list-layout": "^6.5.0-alpha.2",
|
||||||
"@k8slens/metrics": "^6.5.0-alpha.3",
|
"@k8slens/metrics": "^6.5.0-alpha.3",
|
||||||
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
"@k8slens/node-fetch": "^6.5.0-alpha.3",
|
||||||
"@k8slens/react-application": "^1.0.0-alpha.2",
|
"@k8slens/react-application": "^1.0.0-alpha.2",
|
||||||
@ -36275,6 +36280,45 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"packages/list-layout": {
|
||||||
|
"version": "6.5.0-alpha.2",
|
||||||
|
"license": "MIT",
|
||||||
|
"devDependencies": {
|
||||||
|
"@k8slens/eslint-config": "6.5.0-alpha.1"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@ogre-tools/injectable": "^15.1.2",
|
||||||
|
"react": "^17.0.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"packages/list-layout/node_modules/@k8slens/eslint-config": {
|
||||||
|
"version": "6.5.0-alpha.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/@k8slens/eslint-config/-/eslint-config-6.5.0-alpha.1.tgz",
|
||||||
|
"integrity": "sha512-6DdfKe/iafX85GBK/UlKgz29FOIOp/UVS03bFGLyw7Vmm7pauB0FEHTAdbr3g1qG/Zcn6nxhOM3uqQyRY/uEyA==",
|
||||||
|
"dev": true,
|
||||||
|
"bin": {
|
||||||
|
"lens-lint": "bin/lint"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"@typescript-eslint/eslint-plugin": ">= 5",
|
||||||
|
"@typescript-eslint/parser": ">= 5",
|
||||||
|
"eslint": ">= 7",
|
||||||
|
"eslint-config-airbnb-typescript": ">= 17",
|
||||||
|
"eslint-config-prettier": ">= 8",
|
||||||
|
"eslint-config-react-app": "^7.0.1",
|
||||||
|
"eslint-plugin-import": ">= 2",
|
||||||
|
"eslint-plugin-jest": ">= 27",
|
||||||
|
"eslint-plugin-jsx-a11y": ">= 6",
|
||||||
|
"eslint-plugin-no-unsanitized": ">= 4.0.2",
|
||||||
|
"eslint-plugin-prettier": ">= 4",
|
||||||
|
"eslint-plugin-react-hooks": ">= 4",
|
||||||
|
"eslint-plugin-security": ">= 1.6.0",
|
||||||
|
"eslint-plugin-simple-import-sort": ">= 7",
|
||||||
|
"eslint-plugin-unused-imports": ">= 2",
|
||||||
|
"eslint-plugin-xss": ">= 0.1.12",
|
||||||
|
"prettier": ">= 2"
|
||||||
|
}
|
||||||
|
},
|
||||||
"packages/metrics": {
|
"packages/metrics": {
|
||||||
"name": "@k8slens/metrics",
|
"name": "@k8slens/metrics",
|
||||||
"version": "6.5.0-alpha.3",
|
"version": "6.5.0-alpha.3",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user