@dhis2-ui/calendar 10.4.0 → 10.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,7 +70,8 @@ describe('Calendar Input', () => {
|
|
70
70
|
expect(await screen.findByText('Date 2023-10-12 is less than the minimum allowed date 2024-01-01.'));
|
71
71
|
expect(onDateSelectMock).toHaveBeenCalledTimes(1);
|
72
72
|
});
|
73
|
-
|
73
|
+
// skipping since test times out - reference issue: https://dhis2.atlassian.net/browse/LIBS-763
|
74
|
+
it.skip('should validate maximum date', async () => {
|
74
75
|
const {
|
75
76
|
getByTestId,
|
76
77
|
findByText
|
@@ -66,7 +66,8 @@ describe('Calendar Input', () => {
|
|
66
66
|
expect(await screen.findByText('Date 2023-10-12 is less than the minimum allowed date 2024-01-01.'));
|
67
67
|
expect(onDateSelectMock).toHaveBeenCalledTimes(1);
|
68
68
|
});
|
69
|
-
|
69
|
+
// skipping since test times out - reference issue: https://dhis2.atlassian.net/browse/LIBS-763
|
70
|
+
it.skip('should validate maximum date', async () => {
|
70
71
|
const {
|
71
72
|
getByTestId,
|
72
73
|
findByText
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@dhis2-ui/calendar",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.5.0",
|
4
4
|
"description": "UI Calendar",
|
5
5
|
"repository": {
|
6
6
|
"type": "git",
|
@@ -33,15 +33,15 @@
|
|
33
33
|
"styled-jsx": "^4"
|
34
34
|
},
|
35
35
|
"dependencies": {
|
36
|
-
"@dhis2-ui/button": "10.
|
37
|
-
"@dhis2-ui/card": "10.
|
38
|
-
"@dhis2-ui/input": "10.
|
39
|
-
"@dhis2-ui/layer": "10.
|
40
|
-
"@dhis2-ui/popper": "10.
|
36
|
+
"@dhis2-ui/button": "10.5.0",
|
37
|
+
"@dhis2-ui/card": "10.5.0",
|
38
|
+
"@dhis2-ui/input": "10.5.0",
|
39
|
+
"@dhis2-ui/layer": "10.5.0",
|
40
|
+
"@dhis2-ui/popper": "10.5.0",
|
41
41
|
"@dhis2/multi-calendar-dates": "2.1.0",
|
42
42
|
"@dhis2/prop-types": "^3.1.2",
|
43
|
-
"@dhis2/ui-constants": "10.
|
44
|
-
"@dhis2/ui-icons": "10.
|
43
|
+
"@dhis2/ui-constants": "10.5.0",
|
44
|
+
"@dhis2/ui-icons": "10.5.0",
|
45
45
|
"classnames": "^2.3.1",
|
46
46
|
"prop-types": "^15.7.2"
|
47
47
|
},
|