@ansible/ansible-ui-framework 0.0.263 → 0.0.265

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -6
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ansible/ansible-ui-framework",
3
3
  "description": "Framework for building consistent responsive web applications using PatternFly.",
4
- "version": "0.0.263",
4
+ "version": "0.0.265",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -18,14 +18,12 @@
18
18
  "@patternfly/react-icons": "^4.0.0",
19
19
  "@patternfly/react-table": "^4.0.0",
20
20
  "@react-hook/resize-observer": "^1.0.0",
21
- "@types/debounce": "^1.0.0",
22
21
  "@types/json-schema": "^7.0.0",
23
- "@types/luxon": "^3.0.0",
24
22
  "debounce": "^1.0.0",
25
23
  "luxon": "^3.0.0",
26
24
  "p-limit": "^4.0.0",
27
- "react": "^17.0.0",
28
- "react-hook-form": "^7.0.0",
29
- "type-fest": "^2.0.0"
25
+ "react": "^17.0.0 || ^18.0.0 ",
26
+ "@types/react": "^17.0.0 || ^18.0.0 ",
27
+ "react-hook-form": "^7.0.0"
30
28
  }
31
29
  }