@wise/dynamic-flow-client-internal 4.34.0 → 4.35.1
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/i18n/cs.json +8 -8
- package/build/i18n/de.json +8 -8
- package/build/i18n/en.json +8 -8
- package/build/i18n/es.json +8 -8
- package/build/i18n/fr.json +8 -8
- package/build/i18n/hu.json +8 -8
- package/build/i18n/id.json +8 -8
- package/build/i18n/it.json +8 -8
- package/build/i18n/ja.json +8 -8
- package/build/i18n/nl.json +8 -8
- package/build/i18n/pl.json +8 -8
- package/build/i18n/pt.json +8 -8
- package/build/i18n/ro.json +8 -8
- package/build/i18n/ru.json +8 -8
- package/build/i18n/th.json +8 -8
- package/build/i18n/tr.json +8 -8
- package/build/i18n/uk.json +8 -8
- package/build/i18n/zh_CN.json +8 -8
- package/build/i18n/zh_HK.json +8 -8
- package/build/main.css +3 -2
- package/build/main.js +686 -575
- package/build/main.mjs +561 -450
- package/package.json +16 -15
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.35.1",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.js",
|
|
@@ -30,22 +30,22 @@
|
|
|
30
30
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@babel/core": "7.28.
|
|
33
|
+
"@babel/core": "7.28.5",
|
|
34
34
|
"@babel/plugin-syntax-flow": "7.27.1",
|
|
35
35
|
"@babel/plugin-transform-react-jsx": "7.27.1",
|
|
36
|
-
"@babel/preset-env": "7.28.
|
|
37
|
-
"@babel/preset-react": "7.
|
|
38
|
-
"@babel/preset-typescript": "7.
|
|
36
|
+
"@babel/preset-env": "7.28.5",
|
|
37
|
+
"@babel/preset-react": "7.28.5",
|
|
38
|
+
"@babel/preset-typescript": "7.28.5",
|
|
39
39
|
"@chromatic-com/storybook": "4.1.1",
|
|
40
40
|
"@formatjs/cli": "^6.7.4",
|
|
41
|
-
"@storybook/react-vite": "9.1.
|
|
41
|
+
"@storybook/react-vite": "9.1.15",
|
|
42
42
|
"@testing-library/dom": "10.4.1",
|
|
43
43
|
"@testing-library/jest-dom": "6.9.1",
|
|
44
44
|
"@testing-library/react": "16.3.0",
|
|
45
45
|
"@testing-library/user-event": "14.6.1",
|
|
46
|
-
"@transferwise/components": "46.
|
|
46
|
+
"@transferwise/components": "46.113.1",
|
|
47
47
|
"@transferwise/formatting": "^2.13.4",
|
|
48
|
-
"@transferwise/icons": "
|
|
48
|
+
"@transferwise/icons": "4.0.0",
|
|
49
49
|
"@transferwise/neptune-css": "14.25.1",
|
|
50
50
|
"@types/jest": "30.0.0",
|
|
51
51
|
"@types/react": "18.3.26",
|
|
@@ -55,7 +55,8 @@
|
|
|
55
55
|
"babel-jest": "30.2.0",
|
|
56
56
|
"currency-flags": "4.0.7",
|
|
57
57
|
"esbuild": "0.25.9",
|
|
58
|
-
"eslint-plugin-storybook": "9.1.
|
|
58
|
+
"eslint-plugin-storybook": "9.1.15",
|
|
59
|
+
"framer-motion": "^12.23.22",
|
|
59
60
|
"jest": "30.2.0",
|
|
60
61
|
"jest-environment-jsdom": "30.2.0",
|
|
61
62
|
"jest-fetch-mock": "^3.0.3",
|
|
@@ -67,21 +68,21 @@
|
|
|
67
68
|
"react": "18.3.1",
|
|
68
69
|
"react-dom": "18.3.1",
|
|
69
70
|
"react-intl": "6.8.9",
|
|
70
|
-
"storybook": "^9.1.
|
|
71
|
+
"storybook": "^9.1.15",
|
|
71
72
|
"stylelint": "16.25.0",
|
|
72
73
|
"stylelint-config-standard": "36.0.1",
|
|
73
74
|
"stylelint-no-unsupported-browser-features": "8.0.5",
|
|
74
75
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
75
76
|
"tsx": "4.20.6",
|
|
76
77
|
"typescript": "5.9.3",
|
|
77
|
-
"@wise/dynamic-flow-types": "3.17.0",
|
|
78
78
|
"@wise/dynamic-flow-renderers": "0.0.0",
|
|
79
|
-
"@wise/dynamic-flow-fixtures": "0.0.1"
|
|
79
|
+
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
80
|
+
"@wise/dynamic-flow-types": "3.18.0"
|
|
80
81
|
},
|
|
81
82
|
"peerDependencies": {
|
|
82
83
|
"@transferwise/components": "^46.104.0",
|
|
83
84
|
"@transferwise/formatting": "^2",
|
|
84
|
-
"@transferwise/icons": "^3
|
|
85
|
+
"@transferwise/icons": "^3 || ^4",
|
|
85
86
|
"@transferwise/neptune-css": "^14.22.0",
|
|
86
87
|
"@wise/art": "^2.19.0",
|
|
87
88
|
"@wise/components-theming": "^0.7.1 || ^1",
|
|
@@ -91,8 +92,8 @@
|
|
|
91
92
|
},
|
|
92
93
|
"dependencies": {
|
|
93
94
|
"classnames": "2.5.1",
|
|
94
|
-
"@wise/dynamic-flow-
|
|
95
|
-
"@wise/dynamic-flow-
|
|
95
|
+
"@wise/dynamic-flow-client": "4.20.1",
|
|
96
|
+
"@wise/dynamic-flow-types": "3.18.0"
|
|
96
97
|
},
|
|
97
98
|
"scripts": {
|
|
98
99
|
"dev": "pnpm build:visual-tests && storybook dev -p 3005",
|