Skip to content

Commit e1bebde

Browse files
authored
Update Linting to RN 0.71.0-rc.5 (facebook#3486)
Updates to a package with newer RN typings, which no longer require patching.
1 parent 170430f commit e1bebde

4 files changed

Lines changed: 280 additions & 385 deletions

File tree

‎package.json‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"sync-api-docs"
99
],
1010
"scripts": {
11-
"postinstall": "yarn update-lock && yarn workspace @react-native-website/lint-examples run patch-package",
11+
"postinstall": "yarn update-lock",
1212
"update-lock": "yarn-deduplicate"
1313
},
1414
"husky": {
@@ -26,7 +26,6 @@
2626
"eslint-plugin-yml": "^1.2.0",
2727
"husky": "^4.3.8",
2828
"netlify-plugin-cache": "^1.0.3",
29-
"patch-package": "^6.5.0",
3029
"prettier": "^2.7.1",
3130
"pretty-quick": "^3.1.3",
3231
"yarn-deduplicate": "^5.0.0"

‎scripts/lint-examples/package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"metro-react-native-babel-preset": "0.73.3",
2121
"prettier": "^2.4.1",
2222
"react": "18.2.0",
23-
"react-native": "^0.71.0-0",
23+
"react-native": "^0.71.0-rc.5",
2424
"typescript": "4.8.4"
2525
}
2626
}

‎scripts/lint-examples/patches/react-native+0.71.0-rc.0.patch‎

Lines changed: 0 additions & 36 deletions
This file was deleted.

0 commit comments

Comments
 (0)