Skip to content

Commit 4070080

Browse files
committed
WIP Bump Types
1 parent 6f6aec2 commit 4070080

File tree

3 files changed

+615
-1215
lines changed

3 files changed

+615
-1215
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,17 +11,16 @@
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",
1514
"@react-native-community/slider": "^4.4.2",
15+
"@react-native/eslint-config": "^0.72.1",
1616
"@tsconfig/react-native": "^2.0.2",
17-
"@types/jest": "^29.2.3",
1817
"@types/react": "^18.0.24",
1918
"eslint": "^8.19.0",
2019
"glob-promise": "^4.2.2",
21-
"metro-react-native-babel-preset": "0.73.3",
20+
"metro-react-native-babel-preset": "0.75.1",
2221
"prettier": "^2.4.1",
2322
"react": "18.2.0",
24-
"react-native": "^0.71.0-rc.5",
23+
"react-native": "^0.72.0-rc.2",
2524
"typescript": "4.8.4"
2625
}
2726
}

0 commit comments

Comments
 (0)