@wise/dynamic-flow-client-internal 4.17.1 → 4.18.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.
- package/build/main.js +219 -222
- package/build/main.mjs +149 -152
- package/package.json +17 -17
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.18.0",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -30,34 +30,34 @@
|
|
|
30
30
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@babel/core": "7.
|
|
33
|
+
"@babel/core": "7.28.0",
|
|
34
34
|
"@babel/plugin-syntax-flow": "7.27.1",
|
|
35
35
|
"@babel/plugin-transform-react-jsx": "7.27.1",
|
|
36
|
-
"@babel/preset-env": "7.
|
|
36
|
+
"@babel/preset-env": "7.28.0",
|
|
37
37
|
"@babel/preset-react": "7.27.1",
|
|
38
38
|
"@babel/preset-typescript": "7.27.1",
|
|
39
39
|
"@chromatic-com/storybook": "4.0.1",
|
|
40
40
|
"@formatjs/cli": "^6.7.2",
|
|
41
|
-
"@storybook/react-vite": "9.0.
|
|
41
|
+
"@storybook/react-vite": "9.0.18",
|
|
42
42
|
"@testing-library/dom": "10.4.0",
|
|
43
43
|
"@testing-library/jest-dom": "6.6.3",
|
|
44
44
|
"@testing-library/react": "16.3.0",
|
|
45
45
|
"@testing-library/user-event": "14.6.1",
|
|
46
46
|
"@transferwise/components": "46.100.1",
|
|
47
|
-
"@transferwise/formatting": "^2.13.
|
|
47
|
+
"@transferwise/formatting": "^2.13.4",
|
|
48
48
|
"@transferwise/icons": "3.22.3",
|
|
49
49
|
"@transferwise/neptune-css": "14.24.5",
|
|
50
|
-
"@types/jest": "
|
|
50
|
+
"@types/jest": "30.0.0",
|
|
51
51
|
"@types/react": "18.3.23",
|
|
52
52
|
"@types/react-dom": "18.3.7",
|
|
53
53
|
"@wise/art": "2.23.0",
|
|
54
54
|
"@wise/components-theming": "^1.6.4",
|
|
55
|
-
"babel-jest": "30.0.
|
|
55
|
+
"babel-jest": "30.0.5",
|
|
56
56
|
"currency-flags": "4.0.7",
|
|
57
|
-
"esbuild": "0.25.
|
|
58
|
-
"eslint-plugin-storybook": "9.0.
|
|
59
|
-
"jest": "30.0.
|
|
60
|
-
"jest-environment-jsdom": "30.0.
|
|
57
|
+
"esbuild": "0.25.8",
|
|
58
|
+
"eslint-plugin-storybook": "9.0.18",
|
|
59
|
+
"jest": "30.0.5",
|
|
60
|
+
"jest-environment-jsdom": "30.0.5",
|
|
61
61
|
"jest-fetch-mock": "^3.0.3",
|
|
62
62
|
"jest-watch-typeahead": "^3.0.1",
|
|
63
63
|
"npm-run-all2": "7.0.2",
|
|
@@ -67,16 +67,16 @@
|
|
|
67
67
|
"react": "18.3.1",
|
|
68
68
|
"react-dom": "18.3.1",
|
|
69
69
|
"react-intl": "6.8.9",
|
|
70
|
-
"storybook": "^9.0.
|
|
71
|
-
"stylelint": "16.
|
|
70
|
+
"storybook": "^9.0.18",
|
|
71
|
+
"stylelint": "16.22.0",
|
|
72
72
|
"stylelint-config-standard": "36.0.1",
|
|
73
73
|
"stylelint-no-unsupported-browser-features": "8.0.4",
|
|
74
74
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
75
75
|
"tsx": "4.20.3",
|
|
76
76
|
"typescript": "5.8.3",
|
|
77
|
-
"@wise/dynamic-flow-
|
|
77
|
+
"@wise/dynamic-flow-types": "3.8.1",
|
|
78
78
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
79
|
-
"@wise/dynamic-flow-
|
|
79
|
+
"@wise/dynamic-flow-renderers": "0.0.0"
|
|
80
80
|
},
|
|
81
81
|
"peerDependencies": {
|
|
82
82
|
"@transferwise/components": "^46.92.0",
|
|
@@ -91,8 +91,8 @@
|
|
|
91
91
|
},
|
|
92
92
|
"dependencies": {
|
|
93
93
|
"classnames": "2.5.1",
|
|
94
|
-
"@wise/dynamic-flow-
|
|
95
|
-
"@wise/dynamic-flow-
|
|
94
|
+
"@wise/dynamic-flow-types": "3.8.1",
|
|
95
|
+
"@wise/dynamic-flow-client": "4.10.0"
|
|
96
96
|
},
|
|
97
97
|
"scripts": {
|
|
98
98
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|