Skip to content

Commit 62119a4

Browse files
committed
WIP Bump Types
1 parent 80ee7b3 commit 62119a4

File tree

3 files changed

+458
-954
lines changed

3 files changed

+458
-954
lines changed

scripts/lint-examples/.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
root: true,
3-
extends: '@react-native-community',
3+
extends: '@react-native',
44
rules: {
55
// Many existing inline styles in examples
66
'react-native/no-inline-styles': 'off',

scripts/lint-examples/package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,15 @@
1111
"@babel/core": "^7.12.9",
1212
"@babel/preset-env": "^7.14.0",
1313
"@babel/runtime": "^7.12.5",
14-
"@react-native-community/eslint-config": "^3.0.0",
14+
"@react-native/eslint-config": "^0.72.1",
1515
"@tsconfig/react-native": "^2.0.2",
16-
"@types/jest": "^29.2.3",
1716
"@types/react": "^18.0.24",
1817
"eslint": "^8.19.0",
1918
"glob-promise": "^4.2.2",
20-
"metro-react-native-babel-preset": "0.73.3",
19+
"metro-react-native-babel-preset": "0.75.1",
2120
"prettier": "^2.4.1",
2221
"react": "18.2.0",
23-
"react-native": "^0.71.0-rc.5",
22+
"react-native": "^0.72.0-rc.0",
2423
"typescript": "4.8.4"
2524
}
2625
}

0 commit comments

Comments
 (0)