@wise/dynamic-flow-client-internal 4.13.0 → 4.14.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 CHANGED
@@ -3221,7 +3221,7 @@ var ModalContentRenderer = {
3221
3221
  };
3222
3222
 
3223
3223
  // src/dynamicFlow/telemetry/app-version.ts
3224
- var appVersion = "4.13.0";
3224
+ var appVersion = "4.14.0";
3225
3225
 
3226
3226
  // src/dynamicFlow/telemetry/getLogEvent.ts
3227
3227
  var getLogEvent = (onLog) => (level, message, extra) => {
package/build/main.mjs CHANGED
@@ -3197,7 +3197,7 @@ var ModalContentRenderer = {
3197
3197
  };
3198
3198
 
3199
3199
  // src/dynamicFlow/telemetry/app-version.ts
3200
- var appVersion = "4.13.0";
3200
+ var appVersion = "4.14.0";
3201
3201
 
3202
3202
  // src/dynamicFlow/telemetry/getLogEvent.ts
3203
3203
  var getLogEvent = (onLog) => (level, message, extra) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "4.13.0",
3
+ "version": "4.14.0",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -30,15 +30,15 @@
30
30
  "url": "git+https://github.com/transferwise/dynamic-flow.git"
31
31
  },
32
32
  "devDependencies": {
33
- "@babel/core": "7.27.3",
33
+ "@babel/core": "7.27.4",
34
34
  "@babel/plugin-syntax-flow": "7.27.1",
35
35
  "@babel/plugin-transform-react-jsx": "7.27.1",
36
36
  "@babel/preset-env": "7.27.2",
37
37
  "@babel/preset-react": "7.27.1",
38
38
  "@babel/preset-typescript": "7.27.1",
39
39
  "@chromatic-com/storybook": "4.0.0",
40
- "@formatjs/cli": "^6.7.1",
41
- "@storybook/react-vite": "9.0.4",
40
+ "@formatjs/cli": "^6.7.2",
41
+ "@storybook/react-vite": "9.0.10",
42
42
  "@testing-library/dom": "10.4.0",
43
43
  "@testing-library/jest-dom": "6.6.3",
44
44
  "@testing-library/react": "16.3.0",
@@ -55,28 +55,28 @@
55
55
  "babel-jest": "29.7.0",
56
56
  "currency-flags": "4.0.7",
57
57
  "esbuild": "0.25.5",
58
- "eslint-plugin-storybook": "9.0.4",
58
+ "eslint-plugin-storybook": "9.0.10",
59
59
  "jest": "29.7.0",
60
60
  "jest-environment-jsdom": "29.7.0",
61
61
  "jest-fetch-mock": "^3.0.3",
62
62
  "jest-watch-typeahead": "^2.2.2",
63
63
  "npm-run-all2": "7.0.2",
64
- "postcss": "^8.5.3",
64
+ "postcss": "^8.5.5",
65
65
  "postcss-cli": "^11.0.1",
66
66
  "postcss-import": "^16.1.0",
67
67
  "react": "18.3.1",
68
68
  "react-dom": "18.3.1",
69
69
  "react-intl": "6.8.9",
70
- "storybook": "^9.0.4",
71
- "stylelint": "16.19.1",
70
+ "storybook": "^9.0.10",
71
+ "stylelint": "16.20.0",
72
72
  "stylelint-config-standard": "36.0.1",
73
73
  "stylelint-no-unsupported-browser-features": "8.0.4",
74
74
  "stylelint-value-no-unknown-custom-properties": "6.0.1",
75
- "tsx": "4.19.4",
75
+ "tsx": "4.20.3",
76
76
  "typescript": "5.8.3",
77
77
  "@wise/dynamic-flow-fixtures": "0.0.1",
78
78
  "@wise/dynamic-flow-renderers": "0.0.0",
79
- "@wise/dynamic-flow-types": "3.4.0"
79
+ "@wise/dynamic-flow-types": "3.5.0"
80
80
  },
81
81
  "peerDependencies": {
82
82
  "@transferwise/components": "^46.92.0",
@@ -91,8 +91,8 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "classnames": "2.5.1",
94
- "@wise/dynamic-flow-client": "4.6.0",
95
- "@wise/dynamic-flow-types": "3.4.0"
94
+ "@wise/dynamic-flow-client": "4.7.0",
95
+ "@wise/dynamic-flow-types": "3.5.0"
96
96
  },
97
97
  "scripts": {
98
98
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",