Skip to content

Commit

Permalink
frontend: Install tar and sync to headlamp-plugin
Browse files Browse the repository at this point in the history
This change addresses the plugins test failure in the CI.

Fixes: #2324

Signed-off-by: Evangelos Skopelitis <eskopelitis@microsoft.com>
  • Loading branch information
skoeva committed Sep 12, 2024
1 parent 488fdf4 commit 99b69d8
Show file tree
Hide file tree
Showing 4 changed files with 158 additions and 34 deletions.
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plugins/headlamp-plugin/dependencies-sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ const dependenciesFrontDoesNotHave = new Set([
'monaco-editor-webpack-plugin',
'webpack',
'table',
'tar',
]);

// Dependencies from frontend/package.json that aren't wanted by headlamp-plugin.
Expand Down
188 changes: 155 additions & 33 deletions plugins/headlamp-plugin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions plugins/headlamp-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@
"stream-http": "^3.2.0",
"style-loader": "^3.3.1",
"table": "^6.8.2",
"tar": "^7.4.3",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"typescript": "5.5.4",
"url": "^0.11.0",
Expand Down

0 comments on commit 99b69d8

Please sign in to comment.