@wise/dynamic-flow-client 3.25.2 → 3.26.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",
3
- "version": "3.25.2",
3
+ "version": "3.26.0",
4
4
  "description": "Dynamic Flow web client",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/main.min.js",
@@ -27,36 +27,36 @@
27
27
  "url": "git+https://github.com/transferwise/dynamic-flow.git"
28
28
  },
29
29
  "devDependencies": {
30
- "@babel/core": "7.25.8",
31
- "@babel/plugin-syntax-flow": "7.25.7",
32
- "@babel/plugin-transform-react-jsx": "7.25.7",
33
- "@babel/preset-env": "7.25.8",
34
- "@babel/preset-react": "7.25.7",
35
- "@babel/preset-typescript": "7.25.7",
36
- "@chromatic-com/storybook": "2.0.2",
37
- "@formatjs/cli": "^6.3.0",
38
- "@storybook/addon-a11y": "^8.3.6",
39
- "@storybook/addon-actions": "^8.3.6",
40
- "@storybook/addon-essentials": "^8.3.6",
41
- "@storybook/addon-interactions": "^8.3.6",
42
- "@storybook/addon-links": "^8.3.6",
30
+ "@babel/core": "7.26.0",
31
+ "@babel/plugin-syntax-flow": "7.26.0",
32
+ "@babel/plugin-transform-react-jsx": "7.25.9",
33
+ "@babel/preset-env": "7.26.0",
34
+ "@babel/preset-react": "7.25.9",
35
+ "@babel/preset-typescript": "7.26.0",
36
+ "@chromatic-com/storybook": "3.2.2",
37
+ "@formatjs/cli": "^6.3.8",
38
+ "@storybook/addon-a11y": "^8.4.2",
39
+ "@storybook/addon-actions": "^8.4.2",
40
+ "@storybook/addon-essentials": "^8.4.2",
41
+ "@storybook/addon-interactions": "^8.4.2",
42
+ "@storybook/addon-links": "^8.4.2",
43
43
  "@storybook/addon-webpack5-compiler-babel": "^3.0.3",
44
- "@storybook/manager-api": "^8.3.6",
45
- "@storybook/react": "^8.3.6",
46
- "@storybook/react-webpack5": "^8.3.6",
47
- "@storybook/test": "^8.3.6",
48
- "@storybook/types": "^8.3.6",
44
+ "@storybook/manager-api": "^8.4.2",
45
+ "@storybook/react": "^8.4.2",
46
+ "@storybook/react-webpack5": "^8.4.2",
47
+ "@storybook/test": "^8.4.2",
48
+ "@storybook/types": "^8.4.2",
49
49
  "@testing-library/dom": "10.4.0",
50
- "@testing-library/jest-dom": "6.6.2",
50
+ "@testing-library/jest-dom": "6.6.3",
51
51
  "@testing-library/react": "16.0.1",
52
52
  "@testing-library/user-event": "14.5.2",
53
53
  "@transferwise/components": "46.72.2",
54
54
  "@transferwise/formatting": "^2.13.0",
55
55
  "@transferwise/icons": "3.14.0",
56
56
  "@transferwise/neptune-css": "14.19.1",
57
- "@types/node": "22.7.7",
58
- "@types/jest": "29.5.13",
59
- "@types/react": "18.3.11",
57
+ "@types/node": "22.9.0",
58
+ "@types/jest": "29.5.14",
59
+ "@types/react": "18.3.12",
60
60
  "@types/react-dom": "18.3.1",
61
61
  "@types/react-intl": "3.0.0",
62
62
  "@wise/art": "2.16.3",
@@ -67,22 +67,22 @@
67
67
  "jest-environment-jsdom": "29.7.0",
68
68
  "jest-fetch-mock": "^3.0.3",
69
69
  "jest-watch-typeahead": "^2.2.2",
70
- "nanoid": "5.0.7",
71
- "npm-run-all2": "6.2.4",
72
- "postcss": "^8.4.47",
70
+ "nanoid": "5.0.8",
71
+ "npm-run-all2": "6.2.6",
72
+ "postcss": "^8.4.48",
73
73
  "postcss-cli": "^11.0.0",
74
74
  "postcss-import": "^15.1.0",
75
75
  "react": "18.3.1",
76
76
  "react-dom": "18.3.1",
77
- "react-intl": "6.8.0",
78
- "storybook": "^8.3.6",
77
+ "react-intl": "6.8.7",
78
+ "storybook": "^8.4.2",
79
79
  "stylelint": "16.10.0",
80
80
  "stylelint-config-standard": "36.0.1",
81
- "stylelint-no-unsupported-browser-features": "8.0.1",
81
+ "stylelint-no-unsupported-browser-features": "8.0.2",
82
82
  "stylelint-value-no-unknown-custom-properties": "6.0.1",
83
- "tsx": "4.19.1",
83
+ "tsx": "4.19.2",
84
84
  "typescript": "5.6.3",
85
- "webpack": "5.95.0",
85
+ "webpack": "5.96.1",
86
86
  "@wise/dynamic-flow-fixtures": "0.0.1",
87
87
  "@wise/dynamic-flow-renderers": "0.0.0"
88
88
  },
@@ -98,7 +98,7 @@
98
98
  },
99
99
  "dependencies": {
100
100
  "classnames": "2.5.1",
101
- "nanoid": "5.0.7",
101
+ "nanoid": "5.0.8",
102
102
  "react-webcam": "^7.2.0",
103
103
  "screenfull": "^5.2.0",
104
104
  "@wise/dynamic-flow-types": "2.27.0"