Skip to content

Commit

Permalink
use minor only version for react-native for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jan 13, 2023
1 parent 4cf87e5 commit 9e56d89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export const data = {
'es.array.at': {
chrome: '92',
firefox: '90',
'react-native': '0.71.0',
'react-native': '0.71',
safari: '15.4',
},
'es.array.concat': {
Expand Down Expand Up @@ -1242,7 +1242,7 @@ export const data = {
'es.regexp.exec': {
chrome: '64',
firefox: '78',
'react-native': '0.71.0',
'react-native': '0.71',
safari: '11.1',
},
'es.regexp.flags': {
Expand Down Expand Up @@ -1282,7 +1282,7 @@ export const data = {
'es.string.at-alternative': {
chrome: '92',
firefox: '90',
'react-native': '0.71.0',
'react-native': '0.71',
safari: '15.4',
},
'es.string.code-point-at': {
Expand Down Expand Up @@ -1369,7 +1369,7 @@ export const data = {
'es.string.replace': {
chrome: '64',
firefox: '78',
'react-native': '0.71.0',
'react-native': '0.71',
safari: '14.0',
},
'es.string.replace-all': {
Expand Down Expand Up @@ -1592,7 +1592,7 @@ export const data = {
'es.typed-array.at': {
chrome: '92',
firefox: '90',
'react-native': '0.71.0',
'react-native': '0.71',
safari: '15.4',
},
'es.typed-array.copy-within': {
Expand Down

0 comments on commit 9e56d89

Please sign in to comment.