@wise/dynamic-flow-client-internal 2.8.11 → 2.8.12
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/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "2.8.
|
|
3
|
+
"version": "2.8.12",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -18,28 +18,28 @@
|
|
|
18
18
|
"url": "git+https://github.com/transferwise/dynamic-flow.git"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@babel/core": "7.23.
|
|
21
|
+
"@babel/core": "7.23.9",
|
|
22
22
|
"@babel/plugin-syntax-flow": "7.23.3",
|
|
23
23
|
"@babel/plugin-transform-react-jsx": "7.23.4",
|
|
24
|
-
"@babel/preset-env": "7.23.
|
|
24
|
+
"@babel/preset-env": "7.23.9",
|
|
25
25
|
"@babel/preset-react": "7.23.3",
|
|
26
26
|
"@babel/preset-typescript": "7.23.3",
|
|
27
|
-
"@formatjs/cli": "^6.2.
|
|
28
|
-
"@storybook/addon-a11y": "7.6.
|
|
29
|
-
"@storybook/addon-actions": "7.6.
|
|
30
|
-
"@storybook/addon-essentials": "7.6.
|
|
31
|
-
"@storybook/addon-interactions": "7.6.
|
|
32
|
-
"@storybook/addon-links": "7.6.
|
|
33
|
-
"@storybook/react": "7.6.
|
|
34
|
-
"@storybook/react-webpack5": "7.6.
|
|
27
|
+
"@formatjs/cli": "^6.2.7",
|
|
28
|
+
"@storybook/addon-a11y": "7.6.10",
|
|
29
|
+
"@storybook/addon-actions": "7.6.10",
|
|
30
|
+
"@storybook/addon-essentials": "7.6.10",
|
|
31
|
+
"@storybook/addon-interactions": "7.6.10",
|
|
32
|
+
"@storybook/addon-links": "7.6.10",
|
|
33
|
+
"@storybook/react": "7.6.10",
|
|
34
|
+
"@storybook/react-webpack5": "7.6.10",
|
|
35
35
|
"@storybook/testing-library": "0.2.2",
|
|
36
36
|
"@testing-library/dom": "9.3.4",
|
|
37
|
-
"@testing-library/jest-dom": "6.
|
|
37
|
+
"@testing-library/jest-dom": "6.3.0",
|
|
38
38
|
"@testing-library/react": "14.1.2",
|
|
39
39
|
"@testing-library/react-hooks": "8.0.1",
|
|
40
40
|
"@testing-library/user-event": "14.5.2",
|
|
41
41
|
"@transferwise/components": "46.1.0",
|
|
42
|
-
"@transferwise/formatting": "^2.
|
|
42
|
+
"@transferwise/formatting": "^2.11.1",
|
|
43
43
|
"@transferwise/icons": "3.13.0",
|
|
44
44
|
"@transferwise/neptune-css": "14.8.0",
|
|
45
45
|
"@transferwise/neptune-tokens": "8.7.0",
|
|
@@ -47,12 +47,12 @@
|
|
|
47
47
|
"@types/react": "18",
|
|
48
48
|
"@types/react-dom": "18",
|
|
49
49
|
"@types/testing-library__jest-dom": "5.14.9",
|
|
50
|
-
"@wise/art": "2.
|
|
50
|
+
"@wise/art": "2.9.1",
|
|
51
51
|
"@wise/components-theming": "^0.8.4",
|
|
52
52
|
"@wise/forms": "0.3.1",
|
|
53
53
|
"babel-jest": "29.7.0",
|
|
54
54
|
"currency-flags": "4.0.7",
|
|
55
|
-
"esbuild": "0.
|
|
55
|
+
"esbuild": "0.20.0",
|
|
56
56
|
"jest": "29.7.0",
|
|
57
57
|
"jest-environment-jsdom": "29.7.0",
|
|
58
58
|
"jest-fetch-mock": "^3.0.3",
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"postcss-import": "^15.1.0",
|
|
64
64
|
"react": "18.2.0",
|
|
65
65
|
"react-dom": "18.2.0",
|
|
66
|
-
"react-intl": "6.
|
|
67
|
-
"storybook": "7.6.
|
|
66
|
+
"react-intl": "6.6.2",
|
|
67
|
+
"storybook": "7.6.10",
|
|
68
68
|
"stylelint": "14.16.1",
|
|
69
69
|
"stylelint-config-standard": "25.0.0",
|
|
70
70
|
"stylelint-no-unsupported-browser-features": "5.0.4",
|
|
71
71
|
"stylelint-value-no-unknown-custom-properties": "4.0.0",
|
|
72
72
|
"typescript": "4.9.5",
|
|
73
|
-
"webpack": "5.
|
|
73
|
+
"webpack": "5.90.0",
|
|
74
74
|
"@wise/dynamic-flow-fixtures": "0.0.1"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"react-intl": "^6"
|
|
80
80
|
},
|
|
81
81
|
"dependencies": {
|
|
82
|
-
"@wise/dynamic-flow-client": "2.8.
|
|
82
|
+
"@wise/dynamic-flow-client": "2.8.12"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"dev": "storybook dev -p 3005",
|