@dhis2-ui/card 9.12.0 → 9.13.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +6 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dhis2-ui/card",
|
3
|
-
"version": "9.
|
3
|
+
"version": "9.13.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": "9.
|
36
|
+
"@dhis2/ui-constants": "9.13.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": "
|
46
|
-
"react-dom": "
|
45
|
+
"react": "^18.3.1",
|
46
|
+
"react-dom": "^18.3.1",
|
47
47
|
"styled-jsx": "^4.0.1"
|
48
48
|
},
|
49
49
|
"types": "types"
|