@wise/dynamic-flow-client 3.25.2 → 3.26.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/i18n/de.json +2 -0
- package/build/i18n/en.json +2 -0
- package/build/i18n/es.json +2 -0
- package/build/i18n/fr.json +2 -0
- package/build/i18n/hu.json +2 -0
- package/build/i18n/id.json +2 -0
- package/build/i18n/it.json +2 -0
- package/build/i18n/ja.json +2 -0
- package/build/i18n/pl.json +2 -0
- package/build/i18n/pt.json +2 -0
- package/build/i18n/ro.json +2 -0
- package/build/i18n/ru.json +2 -0
- package/build/i18n/th.json +2 -0
- package/build/i18n/tr.json +2 -0
- package/build/i18n/zh_CN.json +2 -0
- package/build/i18n/zh_HK.json +2 -0
- package/build/main.js +209 -126
- package/build/main.min.js +1 -1
- package/build/main.mjs +148 -65
- package/build/types/common/messages/file-upload.messages.d.ts +13 -0
- package/build/types/legacy/common/utils/schema-utils.d.ts +1 -1
- package/build/types/revamp/domain/features/validation/value-checks.d.ts +3 -0
- package/build/types/revamp/domain/mappers/schema/stringSchemaToComponent/stringSchemaToComponent.d.ts +1 -1
- package/build/types/revamp/domain/mappers/schema/stringSchemaToComponent/stringSchemaToUploadInputComponent.d.ts +5 -3
- package/build/types/revamp/domain/mappers/types.d.ts +2 -0
- package/build/types/revamp/utils/type-utils.d.ts +2 -2
- package/package.json +32 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.26.0",
|
|
4
4
|
"description": "Dynamic Flow web client",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -27,36 +27,36 @@
|
|
|
27
27
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@babel/core": "7.
|
|
31
|
-
"@babel/plugin-syntax-flow": "7.
|
|
32
|
-
"@babel/plugin-transform-react-jsx": "7.25.
|
|
33
|
-
"@babel/preset-env": "7.
|
|
34
|
-
"@babel/preset-react": "7.25.
|
|
35
|
-
"@babel/preset-typescript": "7.
|
|
36
|
-
"@chromatic-com/storybook": "2.
|
|
37
|
-
"@formatjs/cli": "^6.3.
|
|
38
|
-
"@storybook/addon-a11y": "^8.
|
|
39
|
-
"@storybook/addon-actions": "^8.
|
|
40
|
-
"@storybook/addon-essentials": "^8.
|
|
41
|
-
"@storybook/addon-interactions": "^8.
|
|
42
|
-
"@storybook/addon-links": "^8.
|
|
30
|
+
"@babel/core": "7.26.0",
|
|
31
|
+
"@babel/plugin-syntax-flow": "7.26.0",
|
|
32
|
+
"@babel/plugin-transform-react-jsx": "7.25.9",
|
|
33
|
+
"@babel/preset-env": "7.26.0",
|
|
34
|
+
"@babel/preset-react": "7.25.9",
|
|
35
|
+
"@babel/preset-typescript": "7.26.0",
|
|
36
|
+
"@chromatic-com/storybook": "3.2.2",
|
|
37
|
+
"@formatjs/cli": "^6.3.8",
|
|
38
|
+
"@storybook/addon-a11y": "^8.4.2",
|
|
39
|
+
"@storybook/addon-actions": "^8.4.2",
|
|
40
|
+
"@storybook/addon-essentials": "^8.4.2",
|
|
41
|
+
"@storybook/addon-interactions": "^8.4.2",
|
|
42
|
+
"@storybook/addon-links": "^8.4.2",
|
|
43
43
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.3",
|
|
44
|
-
"@storybook/manager-api": "^8.
|
|
45
|
-
"@storybook/react": "^8.
|
|
46
|
-
"@storybook/react-webpack5": "^8.
|
|
47
|
-
"@storybook/test": "^8.
|
|
48
|
-
"@storybook/types": "^8.
|
|
44
|
+
"@storybook/manager-api": "^8.4.2",
|
|
45
|
+
"@storybook/react": "^8.4.2",
|
|
46
|
+
"@storybook/react-webpack5": "^8.4.2",
|
|
47
|
+
"@storybook/test": "^8.4.2",
|
|
48
|
+
"@storybook/types": "^8.4.2",
|
|
49
49
|
"@testing-library/dom": "10.4.0",
|
|
50
|
-
"@testing-library/jest-dom": "6.6.
|
|
50
|
+
"@testing-library/jest-dom": "6.6.3",
|
|
51
51
|
"@testing-library/react": "16.0.1",
|
|
52
52
|
"@testing-library/user-event": "14.5.2",
|
|
53
53
|
"@transferwise/components": "46.72.2",
|
|
54
54
|
"@transferwise/formatting": "^2.13.0",
|
|
55
55
|
"@transferwise/icons": "3.14.0",
|
|
56
56
|
"@transferwise/neptune-css": "14.19.1",
|
|
57
|
-
"@types/node": "22.
|
|
58
|
-
"@types/jest": "29.5.
|
|
59
|
-
"@types/react": "18.3.
|
|
57
|
+
"@types/node": "22.9.0",
|
|
58
|
+
"@types/jest": "29.5.14",
|
|
59
|
+
"@types/react": "18.3.12",
|
|
60
60
|
"@types/react-dom": "18.3.1",
|
|
61
61
|
"@types/react-intl": "3.0.0",
|
|
62
62
|
"@wise/art": "2.16.3",
|
|
@@ -67,22 +67,22 @@
|
|
|
67
67
|
"jest-environment-jsdom": "29.7.0",
|
|
68
68
|
"jest-fetch-mock": "^3.0.3",
|
|
69
69
|
"jest-watch-typeahead": "^2.2.2",
|
|
70
|
-
"nanoid": "5.0.
|
|
71
|
-
"npm-run-all2": "6.2.
|
|
72
|
-
"postcss": "^8.4.
|
|
70
|
+
"nanoid": "5.0.8",
|
|
71
|
+
"npm-run-all2": "6.2.6",
|
|
72
|
+
"postcss": "^8.4.48",
|
|
73
73
|
"postcss-cli": "^11.0.0",
|
|
74
74
|
"postcss-import": "^15.1.0",
|
|
75
75
|
"react": "18.3.1",
|
|
76
76
|
"react-dom": "18.3.1",
|
|
77
|
-
"react-intl": "6.8.
|
|
78
|
-
"storybook": "^8.
|
|
77
|
+
"react-intl": "6.8.7",
|
|
78
|
+
"storybook": "^8.4.2",
|
|
79
79
|
"stylelint": "16.10.0",
|
|
80
80
|
"stylelint-config-standard": "36.0.1",
|
|
81
|
-
"stylelint-no-unsupported-browser-features": "8.0.
|
|
81
|
+
"stylelint-no-unsupported-browser-features": "8.0.2",
|
|
82
82
|
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
83
|
-
"tsx": "4.19.
|
|
83
|
+
"tsx": "4.19.2",
|
|
84
84
|
"typescript": "5.6.3",
|
|
85
|
-
"webpack": "5.
|
|
85
|
+
"webpack": "5.96.1",
|
|
86
86
|
"@wise/dynamic-flow-fixtures": "0.0.1",
|
|
87
87
|
"@wise/dynamic-flow-renderers": "0.0.0"
|
|
88
88
|
},
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
100
|
"classnames": "2.5.1",
|
|
101
|
-
"nanoid": "5.0.
|
|
101
|
+
"nanoid": "5.0.8",
|
|
102
102
|
"react-webcam": "^7.2.0",
|
|
103
103
|
"screenfull": "^5.2.0",
|
|
104
104
|
"@wise/dynamic-flow-types": "2.27.0"
|