keycloakify 5.6.1 → 5.6.2

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### **5.6.2** (2022-07-03)
2
+
3
+ - Update powerhooks and EVT
4
+
1
5
  ### **5.6.1** (2022-07-03)
2
6
 
3
7
  - Merge pull request #128 from Ann2827/pull
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "5.6.1",
3
+ "version": "5.6.2",
4
4
  "description": "Keycloak theme generator for Reacts app",
5
5
  "repository": {
6
6
  "type": "git",
@@ -374,11 +374,11 @@
374
374
  "@octokit/rest": "^18.12.0",
375
375
  "cheerio": "^1.0.0-rc.5",
376
376
  "cli-select": "^1.1.2",
377
- "evt": "2.0.0-beta.44",
377
+ "evt": "2.0.0-beta.45",
378
378
  "memoizee": "^0.4.15",
379
379
  "minimal-polyfills": "^2.2.1",
380
380
  "path-browserify": "^1.0.1",
381
- "powerhooks": "^0.20.1",
381
+ "powerhooks": "^0.20.2",
382
382
  "react-markdown": "^5.0.3",
383
383
  "scripting-tools": "^0.19.13",
384
384
  "tsafe": "^0.10.0",