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",