@wise/dynamic-flow-client-internal 5.13.2-experimental-e750b58 → 5.13.2

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "5.13.2-experimental-e750b58",
3
+ "version": "5.13.2",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -31,45 +31,44 @@
31
31
  "url": "git+https://github.com/transferwise/dynamic-flow.git"
32
32
  },
33
33
  "devDependencies": {
34
- "@chromatic-com/storybook": "5.0.2",
35
- "@formatjs/cli": "^6.14.0",
36
- "@storybook/addon-a11y": "^10.3.1",
37
- "@storybook/addon-docs": "^10.3.1",
38
- "@storybook/addon-links": "^10.3.1",
39
- "@storybook/react-vite": "10.3.1",
40
- "@testing-library/dom": "10.4.1",
41
- "@testing-library/jest-dom": "6.9.1",
42
- "@testing-library/react": "16.3.2",
43
- "@testing-library/user-event": "14.6.1",
44
- "@transferwise/components": "^46.132.1",
45
- "@transferwise/formatting": "^2.13.7",
34
+ "@chromatic-com/storybook": "^5.1.1",
35
+ "@formatjs/cli": "^6.14.1",
36
+ "@storybook/addon-a11y": "^10.3.4",
37
+ "@storybook/addon-docs": "^10.3.4",
38
+ "@storybook/addon-links": "^10.3.4",
39
+ "@storybook/react-vite": "^10.3.4",
40
+ "@testing-library/dom": "^10.4.1",
41
+ "@testing-library/jest-dom": "^6.9.1",
42
+ "@testing-library/react": "^16.3.2",
43
+ "@testing-library/user-event": "^14.6.1",
44
+ "@transferwise/components": "^46.133.1",
45
+ "@transferwise/formatting": "^2.14.0",
46
46
  "@transferwise/icons": "4.3.0",
47
- "@types/react": "19.1.6",
48
- "@types/react-dom": "19.1.6",
49
- "@wise/art": "2.29.0",
47
+ "@types/react": "^19.2.14",
48
+ "@types/react-dom": "^19.2.3",
49
+ "@wise/art": "^2.29.0",
50
50
  "@wise/components-theming": "^1.10.1",
51
- "esbuild": "0.27.0",
52
- "eslint-plugin-storybook": "10.3.1",
51
+ "esbuild": "^0.27.0",
52
+ "eslint-plugin-storybook": "^10.3.4",
53
53
  "framer-motion": "^12.38.0",
54
- "npm-run-all2": "8.0.4",
54
+ "npm-run-all2": "^8.0.4",
55
55
  "postcss": "^8.5.8",
56
56
  "postcss-cli": "^11.0.1",
57
57
  "postcss-import": "^16.1.1",
58
- "react": "19.1.0",
59
- "react-dom": "19.1.0",
58
+ "react": "19.2.4",
59
+ "react-dom": "19.2.4",
60
60
  "react-intl": "6.8.9",
61
- "storybook": "^10.3.1",
62
- "stylelint": "16.26.1",
63
- "stylelint-config-standard": "36.0.1",
64
- "stylelint-no-unsupported-browser-features": "8.1.1",
65
- "stylelint-value-no-unknown-custom-properties": "6.1.1",
66
- "tsx": "4.21.0",
67
- "typescript": "5.9.3",
68
- "vitest": "4.1.0",
69
- "vitest-fetch-mock": "0.4.5",
61
+ "storybook": "^10.3.4",
62
+ "stylelint": "^16.26.1",
63
+ "stylelint-config-standard": "^36.0.1",
64
+ "stylelint-no-unsupported-browser-features": "^8.1.1",
65
+ "stylelint-value-no-unknown-custom-properties": "^6.1.1",
66
+ "tsx": "^4.21.0",
67
+ "typescript": "^5.9.3",
68
+ "vitest": "^4.1.2",
70
69
  "@wise/dynamic-flow-fixtures": "0.0.1",
71
- "@wise/dynamic-flow-renderers": "0.0.0",
72
- "@wise/dynamic-flow-types": "4.12.1"
70
+ "@wise/dynamic-flow-types": "4.12.2",
71
+ "@wise/dynamic-flow-renderers": "0.0.0"
73
72
  },
74
73
  "peerDependencies": {
75
74
  "@transferwise/components": "^46.104.0",
@@ -83,8 +82,8 @@
83
82
  "react-intl": "^6 || ^7"
84
83
  },
85
84
  "dependencies": {
86
- "@wise/dynamic-flow-client": "5.13.2-experimental-e750b58",
87
- "@wise/dynamic-flow-types": "4.12.1"
85
+ "@wise/dynamic-flow-client": "5.13.2",
86
+ "@wise/dynamic-flow-types": "4.12.2"
88
87
  },
89
88
  "scripts": {
90
89
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",