keycloakify 9.7.2 → 9.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +2 -2
package/README.md
CHANGED
@@ -41,6 +41,10 @@
|
|
41
41
|
<img width="400" src="https://github.com/keycloakify/keycloakify/assets/6702424/e66d105c-c06f-47d1-8a31-a6ab09da4e80">
|
42
42
|
</p>
|
43
43
|
|
44
|
+
> WARNING: Do not use Keycloakify v9 if you are staring out!
|
45
|
+
> Use the latest release candidate of Keycloakify v10 instead.
|
46
|
+
> `yarn add keycloakify@next` See [npm](https://www.npmjs.com/package/keycloakify?activeTab=versions).
|
47
|
+
|
44
48
|
Keycloakify is fully compatible with Keycloak 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, [~~22~~](https://github.com/keycloakify/keycloakify/issues/389#issuecomment-1822509763), 23, 24, 25...[and beyond](https://github.com/keycloakify/keycloakify/discussions/346#discussioncomment-5889791)
|
45
49
|
|
46
50
|
> NOTE: Keycloakify 10 is still in realase-candidate state. [Follow progress](https://github.com/keycloakify/keycloakify/pull/538).
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "keycloakify",
|
3
|
-
"version": "9.7.
|
3
|
+
"version": "9.7.4",
|
4
4
|
"description": "Create Keycloak themes using React",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -1119,7 +1119,7 @@
|
|
1119
1119
|
"@babel/parser": "^7.22.7",
|
1120
1120
|
"@babel/types": "^7.22.5",
|
1121
1121
|
"@octokit/rest": "^18.12.0",
|
1122
|
-
"cheerio": "
|
1122
|
+
"cheerio": "1.0.0-rc.5",
|
1123
1123
|
"cli-select": "^1.1.2",
|
1124
1124
|
"evt": "^2.4.18",
|
1125
1125
|
"make-fetch-happen": "^11.0.3",
|