@transferwise/components 41.1.1 → 41.1.4

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.1",
3
+ "version": "41.1.4",
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",
@@ -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": "e2fe32cacd922fd9fe237608c6aca8b61616ab3e"
124
+ "gitHead": "904257dfecec1abf170e2a21197e985fec42d8c8"
117
125
  }