@transferwise/components 41.1.3 → 41.1.5-beta-e2e4ef7e09.18

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": "@transferwise/components",
3
- "version": "41.1.3",
3
+ "version": "41.1.5-beta-e2e4ef7e09.18+e2e4ef7e09",
4
4
  "description": "Neptune React components",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./build/umd/polyfill/main.js",
@@ -78,10 +78,18 @@
78
78
  "@transferwise/neptune-css": "^12",
79
79
  "currency-flags": "^2.1.1",
80
80
  "prop-types": "^15.7.2",
81
- "react": "^16.14 || ^17",
82
- "react-dom": "^16.14 || ^17",
81
+ "react": ">=16.14",
82
+ "react-dom": ">=16.14",
83
83
  "react-intl": "^5.10.0 || ^6"
84
84
  },
85
+ "peerDependenciesMeta": {
86
+ "currency-flags": {
87
+ "optional": true
88
+ },
89
+ "prop-types": {
90
+ "optional": true
91
+ }
92
+ },
85
93
  "dependencies": {
86
94
  "@babel/runtime": "^7.18.3",
87
95
  "@formatjs/intl-locale": "^2.4.14",
@@ -102,7 +110,7 @@
102
110
  "lodash.topairs": "^4.3.0",
103
111
  "react-popper": "^2.2.4",
104
112
  "react-required-if": "^1.0.3",
105
- "react-spring": "^8.0.27",
113
+ "react-spring": "^9.5.4",
106
114
  "react-transition-group": "^4.4.2"
107
115
  },
108
116
  "watch": {
@@ -113,5 +121,5 @@
113
121
  "**/chokidar/glob-parent": "5.1.2",
114
122
  "**/fast-glob/glob-parent": "5.1.2"
115
123
  },
116
- "gitHead": "4431db27cad1d8e5cda01f0bb318d4fcf842695c"
124
+ "gitHead": "e2e4ef7e0951c2d3b54c3427ac86f252448cb6e8"
117
125
  }