keycloakify 5.4.0 → 5.4.1

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 +6 -6
package/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ### **5.4.1** (2022-06-01)
2
+
3
+
4
+
1
5
  ## **5.4.0** (2022-05-23)
2
6
 
3
7
  - #109
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "5.4.0",
3
+ "version": "5.4.1",
4
4
  "description": "Keycloak theme generator for Reacts app",
5
5
  "repository": {
6
6
  "type": "git",
@@ -338,7 +338,7 @@
338
338
  "homepage": "https://github.com/garronej/keycloakify",
339
339
  "peerDependencies": {
340
340
  "@emotion/react": "^11.4.1",
341
- "react": "^16.8.0 || ^17.0.0"
341
+ "react": "^16.8.0 || ^17.0.0 || ^18.0.0"
342
342
  },
343
343
  "devDependencies": {
344
344
  "@emotion/react": "^11.4.1",
@@ -358,14 +358,14 @@
358
358
  "@octokit/rest": "^18.12.0",
359
359
  "cheerio": "^1.0.0-rc.5",
360
360
  "cli-select": "^1.1.2",
361
- "evt": "2.0.0-beta.39",
361
+ "evt": "2.0.0-beta.42",
362
362
  "memoizee": "^0.4.15",
363
363
  "minimal-polyfills": "^2.2.1",
364
364
  "path-browserify": "^1.0.1",
365
- "powerhooks": "^0.14.0",
365
+ "powerhooks": "^0.17.0",
366
366
  "react-markdown": "^5.0.3",
367
367
  "scripting-tools": "^0.19.13",
368
- "tsafe": "^0.9.0",
369
- "tss-react": "^3.5.2"
368
+ "tsafe": "^0.10.0",
369
+ "tss-react": "^3.7.0"
370
370
  }
371
371
  }