Skip to content

Commit 9e56d89

Browse files
committedJan 13, 2023
use minor only version for react-native for consistency
1 parent 4cf87e5 commit 9e56d89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎packages/core-js-compat/src/data.mjs

+5-5
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ export const data = {
158158
'es.array.at': {
159159
chrome: '92',
160160
firefox: '90',
161-
'react-native': '0.71.0',
161+
'react-native': '0.71',
162162
safari: '15.4',
163163
},
164164
'es.array.concat': {
@@ -1242,7 +1242,7 @@ export const data = {
12421242
'es.regexp.exec': {
12431243
chrome: '64',
12441244
firefox: '78',
1245-
'react-native': '0.71.0',
1245+
'react-native': '0.71',
12461246
safari: '11.1',
12471247
},
12481248
'es.regexp.flags': {
@@ -1282,7 +1282,7 @@ export const data = {
12821282
'es.string.at-alternative': {
12831283
chrome: '92',
12841284
firefox: '90',
1285-
'react-native': '0.71.0',
1285+
'react-native': '0.71',
12861286
safari: '15.4',
12871287
},
12881288
'es.string.code-point-at': {
@@ -1369,7 +1369,7 @@ export const data = {
13691369
'es.string.replace': {
13701370
chrome: '64',
13711371
firefox: '78',
1372-
'react-native': '0.71.0',
1372+
'react-native': '0.71',
13731373
safari: '14.0',
13741374
},
13751375
'es.string.replace-all': {
@@ -1592,7 +1592,7 @@ export const data = {
15921592
'es.typed-array.at': {
15931593
chrome: '92',
15941594
firefox: '90',
1595-
'react-native': '0.71.0',
1595+
'react-native': '0.71',
15961596
safari: '15.4',
15971597
},
15981598
'es.typed-array.copy-within': {

0 commit comments

Comments
 (0)
Please sign in to comment.