@dhis2-ui/card 10.0.0-alpha.7 → 10.0.0

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/card",
3
- "version": "10.0.0-alpha.7",
3
+ "version": "10.0.0",
4
4
  "description": "UI Card",
5
5
  "repository": {
6
6
  "type": "git",
@@ -27,13 +27,13 @@
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-constants": "10.0.0-alpha.7",
36
+ "@dhis2/ui-constants": "10.0.0",
37
37
  "classnames": "^2.3.1",
38
38
  "prop-types": "^15.7.2"
39
39
  },
@@ -42,8 +42,8 @@
42
42
  "types"
43
43
  ],
44
44
  "devDependencies": {
45
- "react": "16.13",
46
- "react-dom": "16.13",
45
+ "react": "^18.3.1",
46
+ "react-dom": "^18.3.1",
47
47
  "styled-jsx": "^4.0.1"
48
48
  },
49
49
  "types": "types"