@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/CHANGELOG.md +32 -0
- package/build/es/no-polyfill/summary/Summary.js +1 -1
- package/build/es/polyfill/summary/Summary.js +1 -1
- package/build/main.css +1 -1
- package/build/styles/dimmer/Dimmer.css +1 -1
- package/build/styles/main.css +1 -1
- package/build/umd/no-polyfill/main.js +1 -1
- package/build/umd/polyfill/main.js +1 -1
- package/package.json +12 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/components",
|
|
3
|
-
"version": "41.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": "
|
|
82
|
-
"react-dom": "
|
|
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": "
|
|
124
|
+
"gitHead": "904257dfecec1abf170e2a21197e985fec42d8c8"
|
|
117
125
|
}
|