mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Adding @k8slens/table as dependencies to core and open-lens
Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
parent
c7f4d1cf9e
commit
9aae3ffd33
@ -212,6 +212,7 @@
|
||||
"@k8slens/routing": "^1.0.0",
|
||||
"@k8slens/run-many": "^1.0.0",
|
||||
"@k8slens/startable-stoppable": "^1.0.0",
|
||||
"@k8slens/table": "6.5.0",
|
||||
"@k8slens/tooltip": "^1.0.0",
|
||||
"@k8slens/utilities": "^1.0.0",
|
||||
"@kubernetes/client-node": "^0.18.1",
|
||||
|
||||
@ -51,6 +51,7 @@
|
||||
"author": "OpenLens Authors <info@k8slens.dev>",
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production webpack --config webpack/library-bundle.ts --progress && linkable-push",
|
||||
"dev": "cross-env NODE_ENV=development webpack --config webpack/library-bundle.ts --progress --watch",
|
||||
"clean": "rimraf dist static/build",
|
||||
"test:unit": "jest --testPathIgnorePatterns integration",
|
||||
"test:watch": "func() { jest ${1} --watch --testPathIgnorePatterns integration; }; func",
|
||||
@ -234,6 +235,7 @@
|
||||
"@k8slens/routing": "^1.0.0-alpha.5",
|
||||
"@k8slens/run-many": "^1.0.0-alpha.1",
|
||||
"@k8slens/startable-stoppable": "^1.0.0-alpha.1",
|
||||
"@k8slens/table": "6.5.0",
|
||||
"@k8slens/tooltip": "^1.0.0-alpha.5",
|
||||
"@k8slens/utilities": "^1.0.0-alpha.1",
|
||||
"@kubernetes/client-node": "^0.18.1",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user