Skip to content

Commit 2550948

Browse files
NickGerlemanfacebook-github-bot
authored andcommitted
Bump @react-native/polyfills version (#32074)
Summary: 8a62583 did some renaming inside of the react-native/polyfills project, with the jest preset updated to use the new name. The new package for polyfills has not yet been published, so the jest preset in the main branch will be looking for the new name, while the old name is provided by the currently published react-native/[email protected]. This is not hit inside the repo, since the dependency is linked instead of using the published one. Bump react-native/polyfills to 2.0 (breaking change), in preparation for publish. ## Changelog [Internal][Fixed] - Bump react-native/polyfills version Pull Request resolved: #32074 Reviewed By: lunaleaps, cortinico Differential Revision: D30498104 Pulled By: yungsters fbshipit-source-id: 92dcb159d76bd74cd93cfa09e2155c9c1b2c0a86
1 parent 1a42bd6 commit 2550948

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
"@react-native-community/cli-platform-ios": "^6.0.0",
9696
"@react-native/assets": "1.0.0",
9797
"@react-native/normalize-color": "1.0.0",
98-
"@react-native/polyfills": "1.0.0",
98+
"@react-native/polyfills": "2.0.0",
9999
"abort-controller": "^3.0.0",
100100
"anser": "^1.4.9",
101101
"base64-js": "^1.1.2",

packages/polyfills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native/polyfills",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "Polyfills for React Native.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)