@dhis2-ui/button 9.9.0-alpha.1 → 9.9.0-alpha.3

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/button",
3
- "version": "9.9.0-alpha.1",
3
+ "version": "9.9.0-alpha.3",
4
4
  "description": "UI Button",
5
5
  "repository": {
6
6
  "type": "git",
@@ -33,11 +33,11 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@dhis2/prop-types": "^3.1.2",
36
- "@dhis2-ui/layer": "9.9.0-alpha.1",
37
- "@dhis2-ui/loader": "9.9.0-alpha.1",
38
- "@dhis2-ui/popper": "9.9.0-alpha.1",
39
- "@dhis2/ui-constants": "9.9.0-alpha.1",
40
- "@dhis2/ui-icons": "9.9.0-alpha.1",
36
+ "@dhis2-ui/layer": "9.9.0-alpha.3",
37
+ "@dhis2-ui/loader": "9.9.0-alpha.3",
38
+ "@dhis2-ui/popper": "9.9.0-alpha.3",
39
+ "@dhis2/ui-constants": "9.9.0-alpha.3",
40
+ "@dhis2/ui-icons": "9.9.0-alpha.3",
41
41
  "classnames": "^2.3.1",
42
42
  "prop-types": "^15.7.2"
43
43
  },