@dhis2/ui-forms 8.14.0 → 8.14.2-alpha.1

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 +14 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2/ui-forms",
3
- "version": "8.14.0",
3
+ "version": "8.14.2-alpha.1",
4
4
  "main": "./build/cjs/index.js",
5
5
  "module": "./build/es/index.js",
6
6
  "sideEffects": [
@@ -34,25 +34,27 @@
34
34
  },
35
35
  "dependencies": {
36
36
  "@dhis2/prop-types": "^3.1.2",
37
- "@dhis2-ui/button": "8.14.0",
38
- "@dhis2-ui/checkbox": "8.14.0",
39
- "@dhis2-ui/field": "8.14.0",
40
- "@dhis2-ui/file-input": "8.14.0",
41
- "@dhis2-ui/input": "8.14.0",
42
- "@dhis2-ui/radio": "8.14.0",
43
- "@dhis2-ui/select": "8.14.0",
44
- "@dhis2-ui/switch": "8.14.0",
45
- "@dhis2-ui/text-area": "8.14.0",
37
+ "@dhis2-ui/button": "8.14.2-alpha.1",
38
+ "@dhis2-ui/checkbox": "8.14.2-alpha.1",
39
+ "@dhis2-ui/field": "8.14.2-alpha.1",
40
+ "@dhis2-ui/file-input": "8.14.2-alpha.1",
41
+ "@dhis2-ui/input": "8.14.2-alpha.1",
42
+ "@dhis2-ui/radio": "8.14.2-alpha.1",
43
+ "@dhis2-ui/select": "8.14.2-alpha.1",
44
+ "@dhis2-ui/switch": "8.14.2-alpha.1",
45
+ "@dhis2-ui/text-area": "8.14.2-alpha.1",
46
46
  "classnames": "^2.3.1",
47
47
  "final-form": "^4.20.2",
48
48
  "prop-types": "^15.7.2",
49
49
  "react-final-form": "^6.5.3"
50
50
  },
51
51
  "files": [
52
- "build"
52
+ "build",
53
+ "types"
53
54
  ],
54
55
  "devDependencies": {
55
56
  "react": "16.13",
56
57
  "react-dom": "16.13"
57
- }
58
+ },
59
+ "types": "types"
58
60
  }