@ansible/ansible-ui-framework 0.0.266 → 0.0.268

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 +17 -14
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.266",
4
+ "version": "0.0.268",
5
5
  "author": "Red Hat",
6
6
  "license": "MIT",
7
7
  "repository": {
@@ -12,18 +12,21 @@
12
12
  "main": "cjs/index.js",
13
13
  "types": "cjs/index.d.ts",
14
14
  "peerDependencies": {
15
- "@hookform/resolvers": "^2.0.0",
16
- "@patternfly/patternfly": "^4.0.0",
17
- "@patternfly/react-core": "^4.0.0",
18
- "@patternfly/react-icons": "^4.0.0",
19
- "@patternfly/react-table": "^4.0.0",
20
- "@react-hook/resize-observer": "^1.0.0",
21
- "@types/json-schema": "^7.0.0",
22
- "debounce": "^1.0.0",
23
- "luxon": "^3.0.0",
24
- "p-limit": "^4.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"
15
+ "@hookform/resolvers": "^2",
16
+ "@patternfly/patternfly": "^4",
17
+ "@patternfly/react-core": "^4",
18
+ "@patternfly/react-icons": "^4",
19
+ "@patternfly/react-table": "^4",
20
+ "@react-hook/resize-observer": "^1",
21
+ "@types/json-schema": "^7",
22
+ "@types/react": "^17 || ^18",
23
+ "@types/styled-components": "^5",
24
+ "debounce": "^1",
25
+ "get-value": "^3",
26
+ "luxon": "^3",
27
+ "p-limit": "^4",
28
+ "react": "^17 || ^18",
29
+ "react-hook-form": "^7",
30
+ "styled-components": "^5"
28
31
  }
29
32
  }