@wise/dynamic-flow-client-internal 2.4.0 → 2.5.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 +1067 -1059
- package/build/main.min.js +1 -1
- package/package.json +21 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.5.0",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -18,33 +18,33 @@
|
|
|
18
18
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@babel/core": "7.23.
|
|
22
|
-
"@babel/plugin-syntax-flow": "7.
|
|
21
|
+
"@babel/core": "7.23.3",
|
|
22
|
+
"@babel/plugin-syntax-flow": "7.23.3",
|
|
23
23
|
"@babel/plugin-transform-react-jsx": "7.22.15",
|
|
24
|
-
"@babel/preset-env": "7.23.
|
|
25
|
-
"@babel/preset-react": "7.
|
|
26
|
-
"@babel/preset-typescript": "7.23.
|
|
24
|
+
"@babel/preset-env": "7.23.3",
|
|
25
|
+
"@babel/preset-react": "7.23.3",
|
|
26
|
+
"@babel/preset-typescript": "7.23.3",
|
|
27
27
|
"@formatjs/cli": "^4.8.4",
|
|
28
|
-
"@storybook/addon-a11y": "7.5.
|
|
29
|
-
"@storybook/addon-actions": "7.5.
|
|
30
|
-
"@storybook/addon-essentials": "7.5.
|
|
31
|
-
"@storybook/addon-interactions": "7.5.
|
|
32
|
-
"@storybook/addon-links": "7.5.
|
|
33
|
-
"@storybook/react": "7.5.
|
|
34
|
-
"@storybook/react-webpack5": "7.5.
|
|
28
|
+
"@storybook/addon-a11y": "7.5.3",
|
|
29
|
+
"@storybook/addon-actions": "7.5.3",
|
|
30
|
+
"@storybook/addon-essentials": "7.5.3",
|
|
31
|
+
"@storybook/addon-interactions": "7.5.3",
|
|
32
|
+
"@storybook/addon-links": "7.5.3",
|
|
33
|
+
"@storybook/react": "7.5.3",
|
|
34
|
+
"@storybook/react-webpack5": "7.5.3",
|
|
35
35
|
"@storybook/testing-library": "0.2.2",
|
|
36
36
|
"@testing-library/dom": "9.3.3",
|
|
37
37
|
"@testing-library/jest-dom": "6.1.4",
|
|
38
|
-
"@testing-library/react": "14.
|
|
38
|
+
"@testing-library/react": "14.1.0",
|
|
39
39
|
"@testing-library/react-hooks": "8.0.1",
|
|
40
40
|
"@testing-library/user-event": "14.5.1",
|
|
41
41
|
"@transferwise/components": "45.17.1",
|
|
42
42
|
"@transferwise/eslint-config": "8.2.0",
|
|
43
43
|
"@transferwise/formatting": "^2.10.0",
|
|
44
|
-
"@transferwise/icons": "3.
|
|
44
|
+
"@transferwise/icons": "3.12.0",
|
|
45
45
|
"@transferwise/neptune-css": "14.6.1",
|
|
46
46
|
"@transferwise/neptune-tokens": "8.5.1",
|
|
47
|
-
"@types/jest": "29.5.
|
|
47
|
+
"@types/jest": "29.5.8",
|
|
48
48
|
"@types/react": "18",
|
|
49
49
|
"@types/react-dom": "18",
|
|
50
50
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
@@ -53,21 +53,21 @@
|
|
|
53
53
|
"babel-jest": "29.7.0",
|
|
54
54
|
"currency-flags": "4.0.7",
|
|
55
55
|
"esbuild": "0.19.5",
|
|
56
|
-
"eslint": "8.
|
|
56
|
+
"eslint": "8.53.0",
|
|
57
57
|
"eslint-plugin-storybook": "0.6.15",
|
|
58
58
|
"jest": "29.7.0",
|
|
59
59
|
"jest-environment-jsdom": "29.7.0",
|
|
60
60
|
"jest-fetch-mock": "^3.0.3",
|
|
61
61
|
"jest-watch-typeahead": "^2.2.2",
|
|
62
62
|
"npm-run-all": "4.1.5",
|
|
63
|
-
"postcss": "^8.4.
|
|
63
|
+
"postcss": "^8.4.31",
|
|
64
64
|
"postcss-cli": "^10.1.0",
|
|
65
65
|
"postcss-import": "^15.1.0",
|
|
66
66
|
"prettier": "2.8.8",
|
|
67
67
|
"react": "18.2.0",
|
|
68
68
|
"react-dom": "18.2.0",
|
|
69
|
-
"react-intl": "6.5.
|
|
70
|
-
"storybook": "7.5.
|
|
69
|
+
"react-intl": "6.5.4",
|
|
70
|
+
"storybook": "7.5.3",
|
|
71
71
|
"stylelint": "14.16.1",
|
|
72
72
|
"stylelint-config-standard": "25.0.0",
|
|
73
73
|
"stylelint-no-unsupported-browser-features": "5.0.4",
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"react-intl": "^6"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@wise/dynamic-flow-client": "2.
|
|
85
|
+
"@wise/dynamic-flow-client": "2.5.0"
|
|
86
86
|
},
|
|
87
87
|
"prettier": "@transferwise/eslint-config/.prettierrc.js",
|
|
88
88
|
"scripts": {
|