@wise/dynamic-flow-client-internal 4.12.5 → 4.12.6-exp-vite-sb9-fc3b25d
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,4 +1,4 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from '@storybook/react';
|
|
1
|
+
import type { Meta, StoryObj } from '@storybook/react-vite';
|
|
2
2
|
declare function DynamicFormStory(): import("react/jsx-runtime").JSX.Element;
|
|
3
3
|
declare const meta: Meta<typeof DynamicFormStory>;
|
|
4
4
|
export declare const AllFixtures: StoryObj<typeof DynamicFormStory>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "4.12.
|
|
3
|
+
"version": "4.12.6-exp-vite-sb9-fc3b25d",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -36,17 +36,9 @@
|
|
|
36
36
|
"@babel/preset-env": "7.27.2",
|
|
37
37
|
"@babel/preset-react": "7.27.1",
|
|
38
38
|
"@babel/preset-typescript": "7.27.1",
|
|
39
|
-
"@chromatic-com/storybook": "
|
|
39
|
+
"@chromatic-com/storybook": "4.0.0",
|
|
40
40
|
"@formatjs/cli": "^6.7.1",
|
|
41
|
-
"@storybook/
|
|
42
|
-
"@storybook/addon-actions": "^8.6.14",
|
|
43
|
-
"@storybook/addon-essentials": "^8.6.14",
|
|
44
|
-
"@storybook/addon-interactions": "^8.6.14",
|
|
45
|
-
"@storybook/addon-links": "^8.6.14",
|
|
46
|
-
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
|
47
|
-
"@storybook/react": "^8.6.14",
|
|
48
|
-
"@storybook/react-webpack5": "^8.6.14",
|
|
49
|
-
"@storybook/test": "^8.6.14",
|
|
41
|
+
"@storybook/react-vite": "9.0.4",
|
|
50
42
|
"@testing-library/dom": "10.4.0",
|
|
51
43
|
"@testing-library/jest-dom": "6.6.3",
|
|
52
44
|
"@testing-library/react": "16.3.0",
|
|
@@ -63,6 +55,7 @@
|
|
|
63
55
|
"babel-jest": "29.7.0",
|
|
64
56
|
"currency-flags": "4.0.7",
|
|
65
57
|
"esbuild": "0.25.5",
|
|
58
|
+
"eslint-plugin-storybook": "9.0.4",
|
|
66
59
|
"jest": "29.7.0",
|
|
67
60
|
"jest-environment-jsdom": "29.7.0",
|
|
68
61
|
"jest-fetch-mock": "^3.0.3",
|
|
@@ -74,14 +67,13 @@
|
|
|
74
67
|
"react": "18.3.1",
|
|
75
68
|
"react-dom": "18.3.1",
|
|
76
69
|
"react-intl": "6.8.9",
|
|
77
|
-
"storybook": "^
|
|
70
|
+
"storybook": "^9.0.4",
|
|
78
71
|
"stylelint": "16.19.1",
|
|
79
72
|
"stylelint-config-standard": "36.0.1",
|
|
80
73
|
"stylelint-no-unsupported-browser-features": "8.0.4",
|
|
81
74
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
82
75
|
"tsx": "4.19.4",
|
|
83
76
|
"typescript": "5.8.3",
|
|
84
|
-
"webpack": "5.99.9",
|
|
85
77
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
86
78
|
"@wise/dynamic-flow-types": "3.3.5",
|
|
87
79
|
"@wise/dynamic-flow-renderers": "0.0.0"
|
|
@@ -93,13 +85,13 @@
|
|
|
93
85
|
"@transferwise/neptune-css": "^14.22.0",
|
|
94
86
|
"@wise/art": "^2.19.0",
|
|
95
87
|
"@wise/components-theming": "^0.7.1 || ^1",
|
|
88
|
+
"react": "^18",
|
|
96
89
|
"react-dom": "^18",
|
|
97
|
-
"react-intl": "^6"
|
|
98
|
-
"react": "^18"
|
|
90
|
+
"react-intl": "^6"
|
|
99
91
|
},
|
|
100
92
|
"dependencies": {
|
|
101
93
|
"classnames": "2.5.1",
|
|
102
|
-
"@wise/dynamic-flow-client": "4.5.
|
|
94
|
+
"@wise/dynamic-flow-client": "4.5.8-exp-vite-sb9-fc3b25d",
|
|
103
95
|
"@wise/dynamic-flow-types": "3.3.5"
|
|
104
96
|
},
|
|
105
97
|
"scripts": {
|