Skip to content

Commit

Permalink
chore: bump react-native to 0.66
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Feb 20, 2022
1 parent e77fc8a commit 0cb4d6c
Show file tree
Hide file tree
Showing 8 changed files with 1,067 additions and 1,049 deletions.
8 changes: 4 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"packageRules": [
{
"matchPackagePrefixes": ["@react-native-community/cli"],
"allowedVersions": "^5.0.0"
"allowedVersions": "^6.0.0"
},
{
"matchPackageNames": ["hermes-engine"],
"allowedVersions": "~0.7.0"
"allowedVersions": "~0.9.0"
},
{
"groupName": "Kotlin",
Expand All @@ -18,7 +18,7 @@
{
"groupName": "Metro",
"matchSourceUrlPrefixes": ["https://github.com/facebook/metro"],
"allowedVersions": "^0.64.0"
"allowedVersions": "^0.66.0"
},
{
"groupName": "Moshi",
Expand All @@ -35,7 +35,7 @@
"react-native-macos",
"react-native-windows"
],
"allowedVersions": "^0.64.0"
"allowedVersions": "^0.66.0"
}
],
"postUpdateOptions": ["yarnDedupeHighest"],
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# React Native Test App

[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/microsoft/react-native-test-app)
![build](https://github.com/microsoft/react-native-test-app/workflows/build/badge.svg)
[![build](https://github.com/microsoft/react-native-test-app/actions/workflows/build.yml/badge.svg)](https://github.com/microsoft/react-native-test-app/actions/workflows/build.yml)
[![npm version](https://img.shields.io/npm/v/react-native-test-app)](https://www.npmjs.com/package/react-native-test-app)

- [Quick Start](#quick-start)
Expand Down
Loading

0 comments on commit 0cb4d6c

Please sign in to comment.