Add PatternFly 5 to the 'common' Keycloak theme (#25222)
Signed-off-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
8cfeadc816
commit
79fa85a4e9
2 changed files with 8 additions and 0 deletions
|
@ -6,6 +6,7 @@
|
||||||
"build:clean": "shx rm -rf vendor"
|
"build:clean": "shx rm -rf vendor"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@patternfly-v5/patternfly": "npm:@patternfly/patternfly@^5.1.0",
|
||||||
"@patternfly/patternfly": "^4.224.5",
|
"@patternfly/patternfly": "^4.224.5",
|
||||||
"@patternfly/react-core": "^4.278.1",
|
"@patternfly/react-core": "^4.278.1",
|
||||||
"jquery": "^3.7.1",
|
"jquery": "^3.7.1",
|
||||||
|
|
|
@ -5,6 +5,9 @@ settings:
|
||||||
excludeLinksFromLockfile: false
|
excludeLinksFromLockfile: false
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
|
'@patternfly-v5/patternfly':
|
||||||
|
specifier: npm:@patternfly/patternfly@^5.1.0
|
||||||
|
version: /@patternfly/patternfly@5.1.0
|
||||||
'@patternfly/patternfly':
|
'@patternfly/patternfly':
|
||||||
specifier: ^4.224.5
|
specifier: ^4.224.5
|
||||||
version: 4.224.5
|
version: 4.224.5
|
||||||
|
@ -87,6 +90,10 @@ packages:
|
||||||
resolution: {integrity: sha512-io0huj+LCP5FgDZJDaLv1snxktTYs8iCFz/W1VDRneYoebNHLmGfQdF7Yn8bS6PF7qmN6oJKEBlq3AjmmE8vdA==}
|
resolution: {integrity: sha512-io0huj+LCP5FgDZJDaLv1snxktTYs8iCFz/W1VDRneYoebNHLmGfQdF7Yn8bS6PF7qmN6oJKEBlq3AjmmE8vdA==}
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
|
/@patternfly/patternfly@5.1.0:
|
||||||
|
resolution: {integrity: sha512-wzVgL/0xPsmuRKWc6lMNEo5gDcTUtyU231eJSBTapOKXiwBOv2flvLEHPYLO6oDYXO+hwUrVgbcZFWMd1UlLwA==}
|
||||||
|
dev: false
|
||||||
|
|
||||||
/@patternfly/react-core@4.278.1(react-dom@18.2.0)(react@18.2.0):
|
/@patternfly/react-core@4.278.1(react-dom@18.2.0)(react@18.2.0):
|
||||||
resolution: {integrity: sha512-BZ+A0r/xLWXLxE5/b8FTVxRI/KokDlTQOS0ub49ts7nv++vmZS7kU4tn2bfuh7RVw/BfW4CNtoMzeJkM8GpaWw==}
|
resolution: {integrity: sha512-BZ+A0r/xLWXLxE5/b8FTVxRI/KokDlTQOS0ub49ts7nv++vmZS7kU4tn2bfuh7RVw/BfW4CNtoMzeJkM8GpaWw==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
|
|
Loading…
Reference in a new issue