Skip to content

Commit 8e62070

Browse files
committed
fix: move additional deps from plugin-codeflare to plugin-madwizard
1 parent bcca439 commit 8e62070

File tree

3 files changed

+30
-21
lines changed

3 files changed

+30
-21
lines changed

Diff for: package-lock.json

+20-14
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: plugins/plugin-codeflare/package.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,12 @@
2828
"@patternfly/react-core": "^4.267.6",
2929
"asciinema-player": "^3.0.1",
3030
"chokidar": "^3.5.3",
31-
"json-diff": "^1.0.0",
3231
"needle": "^3.2.0",
3332
"open": "^8.4.0",
3433
"pretty-bytes": "^6.0.0",
3534
"pretty-ms": "^7.0.1",
3635
"split2": "^4.1.0",
3736
"strip-ansi": "6.0.0",
38-
"tmp": "^0.2.1",
39-
"xterm": "^5.1.0",
40-
"xterm-addon-fit": "^0.7.0",
41-
"xterm-addon-search": "^0.11.0",
42-
"xterm-addon-webgl": "^0.14.0"
37+
"tmp": "^0.2.1"
4338
}
4439
}

Diff for: plugins/plugin-madwizard/package.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,17 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26+
"@guidebooks/store": "^1.9.4",
27+
"@patternfly/react-core": "^4.267.6",
2628
"allotment": "^1.17.1",
2729
"chalk": "^5.2.0",
30+
"json-diff": "^1.0.0",
2831
"madwizard": "^2.5.2",
29-
"@guidebooks/store": "^1.9.4"
32+
"needle": "^3.2.0",
33+
"pretty-ms": "^7.0.1",
34+
"xterm": "^5.1.0",
35+
"xterm-addon-fit": "^0.7.0",
36+
"xterm-addon-search": "^0.11.0",
37+
"xterm-addon-webgl": "^0.14.0"
3038
}
3139
}

0 commit comments

Comments
 (0)