@wise/dynamic-flow-client-internal 4.33.0 → 4.33.1

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
@@ -4473,7 +4473,7 @@ var import_dynamic_flow_client2 = require("@wise/dynamic-flow-client");
4473
4473
  // src/dynamicFlow/telemetry/app-version.ts
4474
4474
  var appVersion = (
4475
4475
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4476
- typeof process !== "undefined" ? "4.33.0" : "0.0.0"
4476
+ typeof process !== "undefined" ? "4.33.1" : "0.0.0"
4477
4477
  );
4478
4478
 
4479
4479
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/build/main.mjs CHANGED
@@ -4443,7 +4443,7 @@ import {
4443
4443
  // src/dynamicFlow/telemetry/app-version.ts
4444
4444
  var appVersion = (
4445
4445
  // eslint-disable-next-line @typescript-eslint/no-unsafe-member-access
4446
- typeof process !== "undefined" ? "4.33.0" : "0.0.0"
4446
+ typeof process !== "undefined" ? "4.33.1" : "0.0.0"
4447
4447
  );
4448
4448
 
4449
4449
  // src/dynamicFlow/telemetry/getLogEvent.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "4.33.0",
3
+ "version": "4.33.1",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -37,10 +37,10 @@
37
37
  "@babel/preset-react": "7.27.1",
38
38
  "@babel/preset-typescript": "7.27.1",
39
39
  "@chromatic-com/storybook": "4.1.1",
40
- "@formatjs/cli": "^6.7.2",
41
- "@storybook/react-vite": "9.1.8",
40
+ "@formatjs/cli": "^6.7.3",
41
+ "@storybook/react-vite": "9.1.10",
42
42
  "@testing-library/dom": "10.4.1",
43
- "@testing-library/jest-dom": "6.8.0",
43
+ "@testing-library/jest-dom": "6.9.1",
44
44
  "@testing-library/react": "16.3.0",
45
45
  "@testing-library/user-event": "14.6.1",
46
46
  "@transferwise/components": "46.111.0",
@@ -48,16 +48,16 @@
48
48
  "@transferwise/icons": "3.22.4",
49
49
  "@transferwise/neptune-css": "14.25.0",
50
50
  "@types/jest": "30.0.0",
51
- "@types/react": "18.3.24",
51
+ "@types/react": "18.3.25",
52
52
  "@types/react-dom": "18.3.7",
53
- "@wise/art": "2.24.6",
53
+ "@wise/art": "2.24.7",
54
54
  "@wise/components-theming": "^1.7.0",
55
- "babel-jest": "30.1.2",
55
+ "babel-jest": "30.2.0",
56
56
  "currency-flags": "4.0.7",
57
57
  "esbuild": "0.25.9",
58
- "eslint-plugin-storybook": "9.1.8",
59
- "jest": "30.1.3",
60
- "jest-environment-jsdom": "30.1.2",
58
+ "eslint-plugin-storybook": "9.1.10",
59
+ "jest": "30.2.0",
60
+ "jest-environment-jsdom": "30.2.0",
61
61
  "jest-fetch-mock": "^3.0.3",
62
62
  "jest-watch-typeahead": "^3.0.1",
63
63
  "npm-run-all2": "8.0.4",
@@ -67,13 +67,13 @@
67
67
  "react": "18.3.1",
68
68
  "react-dom": "18.3.1",
69
69
  "react-intl": "6.8.9",
70
- "storybook": "^9.1.8",
71
- "stylelint": "16.24.0",
70
+ "storybook": "^9.1.10",
71
+ "stylelint": "16.25.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
75
  "tsx": "4.20.6",
76
- "typescript": "5.9.2",
76
+ "typescript": "5.9.3",
77
77
  "@wise/dynamic-flow-fixtures": "0.0.1",
78
78
  "@wise/dynamic-flow-renderers": "0.0.0",
79
79
  "@wise/dynamic-flow-types": "3.16.0"
@@ -91,7 +91,7 @@
91
91
  },
92
92
  "dependencies": {
93
93
  "classnames": "2.5.1",
94
- "@wise/dynamic-flow-client": "4.19.0",
94
+ "@wise/dynamic-flow-client": "4.19.1",
95
95
  "@wise/dynamic-flow-types": "3.16.0"
96
96
  },
97
97
  "scripts": {