forked from cockpit/cockpit
Ludwig Nussel
2d5101a782
- new version 243 https://cockpit-project.org/blog/cockpit-243.html https://cockpit-project.org/blog/cockpit-242.html https://cockpit-project.org/blog/cockpit-241.html https://cockpit-project.org/blog/cockpit-240.html https://cockpit-project.org/blog/cockpit-239.html OBS-URL: https://build.opensuse.org/request/show/889568 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:cockpit/cockpit?expand=0&rev=72
26 lines
776 B
Diff
26 lines
776 B
Diff
From a911add6a66d376e0b9cef306f88a1c8289b4eb6 Mon Sep 17 00:00:00 2001
|
|
From: Ludwig Nussel <ludwig.nussel@suse.de>
|
|
Date: Fri, 30 Apr 2021 15:10:59 +0200
|
|
Subject: [PATCH] Need local reference for redhat font
|
|
|
|
---
|
|
package.json | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/package.json b/package.json
|
|
index 92c13f112..3f65d2087 100644
|
|
--- a/package.json
|
|
+++ b/package.json
|
|
@@ -7,7 +7,7 @@
|
|
"@patternfly/react-core": "4.106.2",
|
|
"@patternfly/react-styles": "4.9.4",
|
|
"@patternfly/react-table": "4.24.1",
|
|
- "@redhat/redhat-font": "git+https://github.com/RedHatOfficial/RedHatFont.git#2.2.0",
|
|
+ "@redhat/redhat-font": "2.2.0",
|
|
"bootstrap": "3.4.1",
|
|
"bootstrap-datepicker": "1.9.0",
|
|
"bootstrap-select": "1.13.18",
|
|
--
|
|
2.26.2
|
|
|