@ebay/ui-core-react 4.2.5 → 4.2.6
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/README.md +8 -6
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ eBayUI React components
|
|
|
6
6
|
|
|
7
7
|
### Requirements
|
|
8
8
|
|
|
9
|
-
* [Node.js](https://nodejs.org/en/) (
|
|
9
|
+
* [Node.js](https://nodejs.org/en/) (v18.13)
|
|
10
10
|
* [React](https://reactjs.org/) (v16.8+)
|
|
11
11
|
* [eBay Skin](https://ebay.github.io/skin/) (v16)
|
|
12
12
|
|
|
@@ -125,11 +125,13 @@ But we suggest to use polyfills automatically by editing your `.babelrc`:
|
|
|
125
125
|
"useBuiltIns": "usage",
|
|
126
126
|
"corejs": "3",
|
|
127
127
|
"targets": {
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
128
|
+
"Chrome": 87,
|
|
129
|
+
"Firefox": 78,
|
|
130
|
+
"Safari": 11,
|
|
131
|
+
"Edge": 103,
|
|
132
|
+
"Opera": 89,
|
|
133
|
+
"ChromeAndroid": 83,
|
|
134
|
+
"ios_saf": 12
|
|
133
135
|
}
|
|
134
136
|
}
|
|
135
137
|
]
|