@wise/dynamic-flow-client-internal 2.9.2 → 2.9.4
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.css +2 -2
- package/build/main.js +490 -485
- package/build/main.min.js +1 -1
- package/package.json +23 -23
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise/dynamic-flow-client-internal",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.4",
|
|
4
4
|
"description": "Dynamic Flow web client for Wise",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "./build/main.min.js",
|
|
@@ -25,52 +25,52 @@
|
|
|
25
25
|
"@babel/preset-react": "7.23.3",
|
|
26
26
|
"@babel/preset-typescript": "7.23.3",
|
|
27
27
|
"@formatjs/cli": "^6.2.7",
|
|
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.
|
|
28
|
+
"@storybook/addon-a11y": "7.6.17",
|
|
29
|
+
"@storybook/addon-actions": "7.6.17",
|
|
30
|
+
"@storybook/addon-essentials": "7.6.17",
|
|
31
|
+
"@storybook/addon-interactions": "7.6.17",
|
|
32
|
+
"@storybook/addon-links": "7.6.17",
|
|
33
|
+
"@storybook/react": "7.6.17",
|
|
34
|
+
"@storybook/react-webpack5": "7.6.17",
|
|
35
35
|
"@storybook/testing-library": "0.2.2",
|
|
36
36
|
"@testing-library/dom": "9.3.4",
|
|
37
|
-
"@testing-library/jest-dom": "6.
|
|
38
|
-
"@testing-library/react": "14.1
|
|
37
|
+
"@testing-library/jest-dom": "6.4.2",
|
|
38
|
+
"@testing-library/react": "14.2.1",
|
|
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.13.0",
|
|
43
43
|
"@transferwise/icons": "3.13.0",
|
|
44
44
|
"@transferwise/neptune-css": "14.8.0",
|
|
45
45
|
"@transferwise/neptune-tokens": "8.7.0",
|
|
46
|
-
"@types/jest": "29.5.
|
|
46
|
+
"@types/jest": "29.5.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.9.
|
|
50
|
+
"@wise/art": "2.9.2",
|
|
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.20.
|
|
55
|
+
"esbuild": "0.20.1",
|
|
56
56
|
"jest": "29.7.0",
|
|
57
57
|
"jest-environment-jsdom": "29.7.0",
|
|
58
58
|
"jest-fetch-mock": "^3.0.3",
|
|
59
59
|
"jest-watch-typeahead": "^2.2.2",
|
|
60
|
-
"npm-run-
|
|
61
|
-
"postcss": "^8.4.
|
|
60
|
+
"npm-run-all2": "5.0.2",
|
|
61
|
+
"postcss": "^8.4.35",
|
|
62
62
|
"postcss-cli": "^10.1.0",
|
|
63
63
|
"postcss-import": "^15.1.0",
|
|
64
64
|
"react": "18.2.0",
|
|
65
65
|
"react-dom": "18.2.0",
|
|
66
66
|
"react-intl": "6.6.2",
|
|
67
|
-
"storybook": "7.6.
|
|
68
|
-
"stylelint": "
|
|
69
|
-
"stylelint-config-standard": "
|
|
67
|
+
"storybook": "7.6.17",
|
|
68
|
+
"stylelint": "16.2.1",
|
|
69
|
+
"stylelint-config-standard": "36.0.0",
|
|
70
70
|
"stylelint-no-unsupported-browser-features": "5.0.4",
|
|
71
|
-
"stylelint-value-no-unknown-custom-properties": "
|
|
71
|
+
"stylelint-value-no-unknown-custom-properties": "6.0.1",
|
|
72
72
|
"typescript": "4.9.5",
|
|
73
|
-
"webpack": "5.90.
|
|
73
|
+
"webpack": "5.90.3",
|
|
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.9.
|
|
82
|
+
"@wise/dynamic-flow-client": "2.9.4"
|
|
83
83
|
},
|
|
84
84
|
"scripts": {
|
|
85
85
|
"dev": "storybook dev -p 3005",
|
|
@@ -95,6 +95,6 @@
|
|
|
95
95
|
"lint": "npm-run-all lint:ts lint:css",
|
|
96
96
|
"lint:ts": "eslint 'src/**/*.{js,jsx,ts,tsx}' --quiet",
|
|
97
97
|
"lint:css": "stylelint --allow-empty-input './src/**/*.css'",
|
|
98
|
-
"build-storybook": "storybook build -c .storybook"
|
|
98
|
+
"build-storybook": "storybook build -c .storybook --disable-telemetry"
|
|
99
99
|
}
|
|
100
100
|
}
|