Skip to content

Commit bd4c08d

Browse files
committed
fix(template): migrate package renaming in React Native 0.72
release-npm
1 parent baa33ad commit bd4c08d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"react-native": "^0.71.3"
3030
},
3131
"devDependencies": {
32-
"@react-native-community/eslint-config": "3.2.0",
32+
"@react-native/eslint-config": "^0.72.2",
3333
"@types/jest": "^29.5.2",
3434
"@types/react": "^18.2.13",
3535
"@types/react-native": "^0.72.2",
@@ -55,7 +55,7 @@
5555
],
5656
"eslintConfig": {
5757
"root": true,
58-
"extends": "@react-native-community",
58+
"extends": "@react-native",
5959
"rules": {
6060
"semi": 0
6161
},

0 commit comments

Comments
 (0)