forked from cockpit/cockpit-podman
Adam Majer
c3137b9b7c
- new version 28.1 https://github.com/cockpit-project/cockpit-podman/releases/tag/28.1 - use upstream sources without bundled and pre-built dist since we want to rebuild it - use local-npm-registry for building OBS-URL: https://build.opensuse.org/request/show/875116 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit-podman?expand=0&rev=12
19 lines
637 B
Diff
19 lines
637 B
Diff
Index: cockpit-podman-28.1/package.json
|
|
===================================================================
|
|
--- cockpit-podman-28.1.orig/package.json
|
|
+++ cockpit-podman-28.1/package.json
|
|
@@ -48,9 +48,10 @@
|
|
"webpack-cli": "^3.1.0"
|
|
},
|
|
"dependencies": {
|
|
- "@patternfly/patternfly": "4.80.3",
|
|
- "@patternfly/react-core": "4.90.2",
|
|
- "@patternfly/react-table": "4.20.15",
|
|
+ "@patternfly/patternfly": "4.87.3",
|
|
+ "@patternfly/react-core": "4.97.2",
|
|
+ "@patternfly/react-styles": "4.8.2",
|
|
+ "@patternfly/react-table": "4.23.2",
|
|
"docker-names": "1.1.1",
|
|
"moment": "2.29.1",
|
|
"prop-types": "15.7.2",
|