@wise/dynamic-flow-client-internal 4.0.0 → 4.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise/dynamic-flow-client-internal",
3
- "version": "4.0.0",
3
+ "version": "4.2.0",
4
4
  "description": "Dynamic Flow web client for Wise",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.js",
@@ -30,35 +30,35 @@
30
30
  "url": "git+https://github.com/transferwise/dynamic-flow.git"
31
31
  },
32
32
  "devDependencies": {
33
- "@babel/core": "7.26.7",
33
+ "@babel/core": "7.26.9",
34
34
  "@babel/plugin-syntax-flow": "7.26.0",
35
35
  "@babel/plugin-transform-react-jsx": "7.25.9",
36
- "@babel/preset-env": "7.26.7",
36
+ "@babel/preset-env": "7.26.9",
37
37
  "@babel/preset-react": "7.26.3",
38
38
  "@babel/preset-typescript": "7.26.0",
39
- "@chromatic-com/storybook": "3.2.4",
40
- "@formatjs/cli": "^6.5.1",
41
- "@storybook/addon-a11y": "^8.5.4",
42
- "@storybook/addon-actions": "^8.5.4",
43
- "@storybook/addon-essentials": "^8.5.4",
44
- "@storybook/addon-interactions": "^8.5.4",
45
- "@storybook/addon-links": "^8.5.4",
39
+ "@chromatic-com/storybook": "3.2.5",
40
+ "@formatjs/cli": "^6.6.1",
41
+ "@storybook/addon-a11y": "^8.6.3",
42
+ "@storybook/addon-actions": "^8.6.3",
43
+ "@storybook/addon-essentials": "^8.6.3",
44
+ "@storybook/addon-interactions": "^8.6.3",
45
+ "@storybook/addon-links": "^8.6.3",
46
46
  "@storybook/addon-webpack5-compiler-babel": "^3.0.5",
47
- "@storybook/react": "^8.5.4",
48
- "@storybook/react-webpack5": "^8.5.4",
49
- "@storybook/test": "^8.5.4",
47
+ "@storybook/react": "^8.6.3",
48
+ "@storybook/react-webpack5": "^8.6.3",
49
+ "@storybook/test": "^8.6.3",
50
50
  "@testing-library/dom": "10.4.0",
51
51
  "@testing-library/jest-dom": "6.6.3",
52
52
  "@testing-library/react": "16.2.0",
53
53
  "@testing-library/user-event": "14.6.1",
54
- "@transferwise/components": "46.92.0",
55
- "@transferwise/formatting": "^2.13.0",
54
+ "@transferwise/components": "46.93.1",
55
+ "@transferwise/formatting": "^2.13.1",
56
56
  "@transferwise/icons": "3.18.0",
57
57
  "@transferwise/neptune-css": "14.22.0",
58
58
  "@types/jest": "29.5.14",
59
59
  "@types/react": "18.3.18",
60
60
  "@types/react-dom": "18.3.5",
61
- "@wise/art": "2.19.0",
61
+ "@wise/art": "2.20.0",
62
62
  "@wise/components-theming": "^1.6.1",
63
63
  "babel-jest": "29.7.0",
64
64
  "currency-flags": "4.0.7",
@@ -68,23 +68,23 @@
68
68
  "jest-fetch-mock": "^3.0.3",
69
69
  "jest-watch-typeahead": "^2.2.2",
70
70
  "npm-run-all2": "7.0.2",
71
- "postcss": "^8.5.1",
71
+ "postcss": "^8.5.3",
72
72
  "postcss-cli": "^11.0.0",
73
73
  "postcss-import": "^16.1.0",
74
74
  "react": "18.3.1",
75
75
  "react-dom": "18.3.1",
76
76
  "react-intl": "6.8.9",
77
- "storybook": "^8.5.4",
78
- "stylelint": "16.14.0",
77
+ "storybook": "^8.6.3",
78
+ "stylelint": "16.15.0",
79
79
  "stylelint-config-standard": "36.0.1",
80
- "stylelint-no-unsupported-browser-features": "8.0.2",
80
+ "stylelint-no-unsupported-browser-features": "8.0.4",
81
81
  "stylelint-value-no-unknown-custom-properties": "6.0.1",
82
- "tsx": "4.19.2",
83
- "typescript": "5.7.3",
84
- "webpack": "5.97.1",
82
+ "tsx": "4.19.3",
83
+ "typescript": "5.8.2",
84
+ "webpack": "5.98.0",
85
85
  "@wise/dynamic-flow-fixtures": "0.0.1",
86
86
  "@wise/dynamic-flow-renderers": "0.0.0",
87
- "@wise/dynamic-flow-types": "3.0.0"
87
+ "@wise/dynamic-flow-types": "3.0.1"
88
88
  },
89
89
  "peerDependencies": {
90
90
  "@transferwise/components": "^46.92.0",
@@ -98,8 +98,8 @@
98
98
  },
99
99
  "dependencies": {
100
100
  "classnames": "2.5.1",
101
- "@wise/dynamic-flow-types": "3.0.0",
102
- "@wise/dynamic-flow-client": "4.0.0"
101
+ "@wise/dynamic-flow-client": "4.0.2",
102
+ "@wise/dynamic-flow-types": "3.0.1"
103
103
  },
104
104
  "scripts": {
105
105
  "dev": "pnpm build:visual-tests && storybook dev -p 3005",