@dhis2-ui/alert 10.0.0-alpha.7 → 10.0.0-alpha.8

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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dhis2-ui/alert",
3
- "version": "10.0.0-alpha.7",
3
+ "version": "10.0.0-alpha.8",
4
4
  "description": "UI Alert",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,15 +27,15 @@
27
27
  "test": "d2-app-scripts test --jestConfig ../../jest.config.shared.js"
28
28
  },
29
29
  "peerDependencies": {
30
- "react": "^16.13",
31
- "react-dom": "^16.13",
30
+ "react": "^16.13 || ^18",
31
+ "react-dom": "^16.13 || ^18",
32
32
  "styled-jsx": "^4"
33
33
  },
34
34
  "dependencies": {
35
35
  "@dhis2/prop-types": "^3.1.2",
36
- "@dhis2-ui/portal": "10.0.0-alpha.7",
37
- "@dhis2/ui-constants": "10.0.0-alpha.7",
38
- "@dhis2/ui-icons": "10.0.0-alpha.7",
36
+ "@dhis2-ui/portal": "10.0.0-alpha.8",
37
+ "@dhis2/ui-constants": "10.0.0-alpha.8",
38
+ "@dhis2/ui-icons": "10.0.0-alpha.8",
39
39
  "classnames": "^2.3.1",
40
40
  "prop-types": "^15.7.2"
41
41
  },
@@ -44,8 +44,8 @@
44
44
  "types"
45
45
  ],
46
46
  "devDependencies": {
47
- "react": "16.13",
48
- "react-dom": "16.13",
47
+ "react": "^18.3.1",
48
+ "react-dom": "^18.3.1",
49
49
  "styled-jsx": "^4.0.1"
50
50
  },
51
51
  "types": "types"