@tramvai/storybook-addon 5.50.0 → 6.59.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.
@@ -3,52 +3,8 @@ export declare const babelConfigFactory: ({ typescript }?: {
3
3
  }) => {
4
4
  cwd: string;
5
5
  compact: boolean;
6
- sourceType: "unambiguous";
7
- assumptions: {
8
- arrayLikeIsIterable: boolean;
9
- iterableIsArray: boolean;
10
- };
11
- presets: import("@babel/core").PluginItem[];
12
- plugins: (string | (string | {
13
- target: "17" | "18" | "19";
14
- sources?: string[] | undefined;
15
- compilationMode?: "infer" | "annotation" | "all" | undefined;
16
- panicThreshold?: "ALL_ERRORS" | "CRITICAL_ERRORS" | "NONE" | undefined;
17
- })[] | (string | {
18
- useESModules: boolean;
19
- })[] | (string | {
20
- legacy: boolean;
21
- })[] | (string | {
22
- loose: boolean;
23
- })[] | (string | {
24
- 'typeof window': string;
25
- })[] | (string | {
26
- skipEnvCheck: boolean;
27
- })[])[];
28
6
  } | {
29
7
  cwd?: undefined;
30
8
  compact?: undefined;
31
- sourceType: "unambiguous";
32
- assumptions: {
33
- arrayLikeIsIterable: boolean;
34
- iterableIsArray: boolean;
35
- };
36
- presets: import("@babel/core").PluginItem[];
37
- plugins: (string | (string | {
38
- target: "17" | "18" | "19";
39
- sources?: string[] | undefined;
40
- compilationMode?: "infer" | "annotation" | "all" | undefined;
41
- panicThreshold?: "ALL_ERRORS" | "CRITICAL_ERRORS" | "NONE" | undefined;
42
- })[] | (string | {
43
- useESModules: boolean;
44
- })[] | (string | {
45
- legacy: boolean;
46
- })[] | (string | {
47
- loose: boolean;
48
- })[] | (string | {
49
- 'typeof window': string;
50
- })[] | (string | {
51
- skipEnvCheck: boolean;
52
- })[])[];
53
9
  };
54
10
  //# sourceMappingURL=babelConfigFactory.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"babelConfigFactory.d.ts","sourceRoot":"","sources":["../../src/babel/babelConfigFactory.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAO3B,CAAC"}
1
+ {"version":3,"file":"babelConfigFactory.d.ts","sourceRoot":"","sources":["../../src/babel/babelConfigFactory.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;CAM3B,CAAC"}
@@ -7,7 +7,6 @@ const babelConfigFactory = ({ typescript = true } = {}) => (0, cli_1.babelConfig
7
7
  env: process.env.NODE_ENV,
8
8
  generateDataQaTag: false,
9
9
  removeTypeofWindow: true,
10
- modern: true,
11
10
  });
12
11
  exports.babelConfigFactory = babelConfigFactory;
13
12
  //# sourceMappingURL=babelConfigFactory.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"babelConfigFactory.js","sourceRoot":"","sources":["../../src/babel/babelConfigFactory.ts"],"names":[],"mappings":";;;AAAA,sCAA+E;AAIxE,MAAM,kBAAkB,GAAG,CAAC,EAAE,UAAU,GAAG,IAAI,KAA+B,EAAE,EAAE,EAAE,CACzF,IAAA,wBAAyB,EAAC;IACxB,UAAU;IACV,GAAG,EAAE,OAAO,CAAC,GAAG,CAAC,QAAe;IAChC,iBAAiB,EAAE,KAAK;IACxB,kBAAkB,EAAE,IAAI;IACxB,MAAM,EAAE,IAAI;CACb,CAAC,CAAC;AAPQ,QAAA,kBAAkB,sBAO1B"}
1
+ {"version":3,"file":"babelConfigFactory.js","sourceRoot":"","sources":["../../src/babel/babelConfigFactory.ts"],"names":[],"mappings":";;;AAAA,sCAA+E;AAIxE,MAAM,kBAAkB,GAAG,CAAC,EAAE,UAAU,GAAG,IAAI,KAA+B,EAAE,EAAE,EAAE,CACzF,IAAA,wBAAyB,EAAC;IACxB,UAAU;IACV,GAAG,EAAE,OAAO,CAAC,GAAG,CAAC,QAAe;IAChC,iBAAiB,EAAE,KAAK;IACxB,kBAAkB,EAAE,IAAI;CACzB,CAAC,CAAC;AANQ,QAAA,kBAAkB,sBAM1B"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tramvai/storybook-addon",
3
- "version": "5.50.0",
3
+ "version": "6.59.0",
4
4
  "description": "",
5
5
  "main": "lib/preset.js",
6
6
  "typings": "lib/preset.d.ts",
@@ -20,27 +20,27 @@
20
20
  "registry": "https://registry.npmjs.org/"
21
21
  },
22
22
  "dependencies": {
23
- "@tanstack/react-query": "^4.7.1",
24
- "@tinkoff/is-modern-lib": "5.0.2",
25
- "@tramvai/test-mocks": "5.50.0",
23
+ "@tanstack/react-query": ">=4.0.0 <=5.72.1",
24
+ "@tinkoff/is-modern-lib": "6.1.0",
25
+ "@tramvai/test-mocks": "6.59.0",
26
26
  "tsconfig-paths-webpack-plugin": "^4.2.0",
27
27
  "webpack-chain": "^6.5.1",
28
28
  "webpack-merge": "^5.8.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@babel/core": "^7.16.0",
32
- "@types/webpack": ">=5.28",
33
- "webpack": "5.87.0"
32
+ "@tanstack/react-query": "5.72.1",
33
+ "webpack": "5.101.1"
34
34
  },
35
35
  "peerDependencies": {
36
- "@tinkoff/dippy": "0.11.4",
37
- "@tinkoff/router": "0.5.116",
38
- "@tinkoff/url": "0.11.2",
39
- "@tramvai/cli": "5.50.0",
40
- "@tramvai/core": "5.50.0",
41
- "@tramvai/react": "5.50.0",
42
- "@tramvai/state": "5.50.0",
43
- "@tramvai/tokens-common": "5.50.0",
36
+ "@tinkoff/dippy": "0.12.3",
37
+ "@tinkoff/router": "0.6.102",
38
+ "@tinkoff/url": "0.12.1",
39
+ "@tramvai/cli": "6.59.0",
40
+ "@tramvai/core": "6.59.0",
41
+ "@tramvai/react": "6.59.0",
42
+ "@tramvai/state": "6.59.0",
43
+ "@tramvai/tokens-common": "6.59.0",
44
44
  "react": ">=16.14.0"
45
45
  }
46
46
  }