keycloakify 5.7.2 → 5.7.3

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.7.3** (2022-07-17)
2
+
3
+
4
+
1
5
  ### **5.7.2** (2022-07-13)
2
6
 
3
7
  - #135
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "5.7.2",
3
+ "version": "5.7.3",
4
4
  "description": "Keycloak theme generator for Reacts app",
5
5
  "repository": {
6
6
  "type": "git",
@@ -378,11 +378,11 @@
378
378
  "@octokit/rest": "^18.12.0",
379
379
  "cheerio": "^1.0.0-rc.5",
380
380
  "cli-select": "^1.1.2",
381
- "evt": "2.0.0-beta.45",
381
+ "evt": "^2.2.0",
382
382
  "memoizee": "^0.4.15",
383
383
  "minimal-polyfills": "^2.2.1",
384
384
  "path-browserify": "^1.0.1",
385
- "powerhooks": "^0.20.3",
385
+ "powerhooks": "^0.20.4",
386
386
  "react-markdown": "^5.0.3",
387
387
  "scripting-tools": "^0.19.13",
388
388
  "tsafe": "^0.10.0",