@leav/ui 1.6.0-c8146dc1 → 1.6.0-d1796727

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.
@@ -5,7 +5,7 @@ declare function mockUseTranslation(): {
5
5
  options: {
6
6
  fallbackLng: string[];
7
7
  };
8
- changeLanguage: jest.Mock<any, any, any>;
8
+ changeLanguage: jest.Mock<any, any>;
9
9
  };
10
10
  };
11
11
  import reactI18next = require("react-i18next");
@@ -7,5 +7,5 @@ export declare const useAttributesSelectionListState: () => {
7
7
  expandedAttributePath: string;
8
8
  attributes: import("../../../../_gqlTypes").AttributesByLibAttributeFragment[];
9
9
  };
10
- dispatch: jest.Mock<any, any, any>;
10
+ dispatch: jest.Mock<any, any>;
11
11
  };
@@ -1,3 +1,3 @@
1
1
  export default function useDeleteValueMutation(): {
2
- deleteValue: jest.Mock<any, any, any>;
2
+ deleteValue: jest.Mock<any, any>;
3
3
  };
@@ -1,3 +1,3 @@
1
1
  export default function useSaveValueMutation(): {
2
- saveValue: jest.Mock<any, any, any>;
2
+ saveValue: jest.Mock<any, any>;
3
3
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leav/ui",
3
- "version": "1.6.0-c8146dc1",
3
+ "version": "1.6.0-d1796727",
4
4
  "description": "Shared React components and hooks",
5
5
  "scripts": {
6
6
  "prepublishOnly": "yarn build",
@@ -38,18 +38,18 @@
38
38
  "@testing-library/user-event": "14.6.1",
39
39
  "@total-typescript/ts-reset": "0.6.1",
40
40
  "@types/dompurify": "3.0.3",
41
- "@types/jest": "29.5.14",
41
+ "@types/jest": "29.0.2",
42
42
  "@types/lodash.isequal": "^4",
43
43
  "@types/object-path": "0.11.4",
44
44
  "@types/react": "18.2.14",
45
45
  "@types/react-dom": "18.2.6",
46
46
  "@types/react-table": "7.7.20",
47
47
  "aristid-ds": "14.0.0-ee1e09c",
48
- "babel-jest": "29.7.0",
48
+ "babel-jest": "29.3.1",
49
49
  "graphql": "16.12.0",
50
50
  "i18next": "22.5.1",
51
- "jest": "29.7.0",
52
- "jest-environment-jsdom": "29.7.0",
51
+ "jest": "29.0.3",
52
+ "jest-environment-jsdom": "29.3.1",
53
53
  "jest-styled-components": "7.2.0",
54
54
  "react": "18.2.0",
55
55
  "react-dom": "18.2.0",