@commercetools-frontend/fullstory 2.1.0 → 2.1.2

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.
@@ -1,11 +1,11 @@
1
- import { type ReactNode } from 'react';
1
+ import type { ReactNode } from 'react';
2
2
  export type TMaskingProps = {
3
3
  children: ReactNode;
4
4
  as?: 'div' | 'span';
5
5
  };
6
- declare function Exclude(props: TMaskingProps): import("@emotion/react/jsx-runtime").JSX.Element;
7
- declare function Unmask(props: TMaskingProps): import("@emotion/react/jsx-runtime").JSX.Element;
8
- declare function Mask(props: TMaskingProps): import("@emotion/react/jsx-runtime").JSX.Element;
6
+ declare function Exclude(props: TMaskingProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
7
+ declare function Unmask(props: TMaskingProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
8
+ declare function Mask(props: TMaskingProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;
9
9
  declare const Masking: {
10
10
  Unmask: typeof Unmask;
11
11
  Mask: typeof Mask;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercetools-frontend/fullstory",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "A package integrating with the FullStory SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/commercetools-frontend-fullstory.cjs.js",
@@ -20,21 +20,24 @@
20
20
  },
21
21
  "devDependencies": {
22
22
  "@apollo/client": "3.7.10",
23
- "@commercetools-frontend/application-shell": "22.7.1",
24
- "@commercetools-frontend/application-shell-connectors": "22.7.1",
25
- "@commercetools-frontend/constants": "22.7.1",
23
+ "@commercetools-frontend/application-shell": "22.8.2",
24
+ "@commercetools-frontend/application-shell-connectors": "22.8.2",
25
+ "@commercetools-frontend/constants": "22.8.2",
26
+ "@emotion/react": "^11.11.1",
26
27
  "@testing-library/react": "12.1.5",
27
28
  "@testing-library/react-hooks": "8.0.1",
28
- "@types/node": "20.5.9",
29
- "@types/react": "17.0.65",
30
- "graphql": "16.8.0",
29
+ "@types/jest": "^29.5.2",
30
+ "@types/node": "20.8.0",
31
+ "@types/react": "17.0.67",
32
+ "@types/testing-library__jest-dom": "^5.14.6",
33
+ "graphql": "16.8.1",
31
34
  "react": "17.0.2",
32
35
  "react-dom": "17.0.2",
33
- "react-intl": "6.4.4",
36
+ "react-intl": "6.4.7",
34
37
  "react-redux": "7.2.9",
35
38
  "react-router-dom": "5.3.4",
36
39
  "redux": "4.2.1",
37
- "typescript": "4.9.5"
40
+ "typescript": "5.2.2"
38
41
  },
39
42
  "peerDependencies": {
40
43
  "@commercetools-frontend/application-shell-connectors": "22.x",