From 9aae3ffd33c1408fee60b13acbabe05a745b93ce Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Thu, 1 Jun 2023 13:40:01 +0300 Subject: [PATCH] Adding @k8slens/table as dependencies to core and open-lens Signed-off-by: Alex Andreev --- open-lens/package.json | 1 + packages/core/package.json | 2 ++ 2 files changed, 3 insertions(+) diff --git a/open-lens/package.json b/open-lens/package.json index 54eb19bce8..6255de8f6c 100644 --- a/open-lens/package.json +++ b/open-lens/package.json @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index 988f573300..b07b4c5370 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -51,6 +51,7 @@ "author": "OpenLens Authors ", "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",