Skip to content

Commit 785bc8d

Browse files
committed
[LOCAL] bump packages to latest available for 0.71
1 parent 9aa9ee7 commit 785bc8d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
"pretty-format": "^26.5.2",
131131
"promise": "^8.3.0",
132132
"react-devtools-core": "^4.26.1",
133-
"react-native-gradle-plugin": "^0.71.13",
133+
"react-native-gradle-plugin": "^0.71.14",
134134
"react-refresh": "^0.4.0",
135135
"react-shallow-renderer": "^16.15.0",
136136
"regenerator-runtime": "^0.13.2",
@@ -208,4 +208,4 @@
208208
}
209209
]
210210
}
211-
}
211+
}

packages/eslint-config-react-native-community/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@babel/core": "^7.14.0",
1515
"@babel/eslint-parser": "^7.18.2",
16-
"@react-native-community/eslint-plugin": "^1.1.0",
16+
"@react-native-community/eslint-plugin": "^1.3.0",
1717
"@typescript-eslint/eslint-plugin": "^5.30.5",
1818
"@typescript-eslint/parser": "^5.30.5",
1919
"eslint-config-prettier": "^8.5.0",

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@babel/core": "^7.20.0",
1818
"@babel/preset-env": "^7.20.0",
1919
"@babel/runtime": "^7.20.0",
20-
"@react-native-community/eslint-config": "^3.0.0",
20+
"@react-native-community/eslint-config": "^3.2.0",
2121
"@tsconfig/react-native": "^2.0.2",
2222
"@types/jest": "^29.2.1",
2323
"@types/react": "^18.0.24",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6395,10 +6395,10 @@ react-native-codegen@^0.71.3:
63956395
jscodeshift "^0.13.1"
63966396
nullthrows "^1.1.1"
63976397

6398-
react-native-gradle-plugin@^0.71.13:
6399-
version "0.71.13"
6400-
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.13.tgz#6f60ff24ac712554903dfc0ae98475cb280c57a6"
6401-
integrity sha512-C66LNZAXbU0YDRkWx8d/8kjesdu7fsUAc/3QPJNftSXKEvEtnFZK2aH/rIgu1s5dbTcE0fjhdVPNJMRIfKo61w==
6398+
react-native-gradle-plugin@^0.71.14:
6399+
version "0.71.14"
6400+
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.14.tgz#cc399662f04fbfcc0e352d03eae1d3efbd5f635a"
6401+
integrity sha512-nnLawTZEPPRAKq92UqDkzoGgCBl9aa9zAihFHMwmwzn4WRVdK4O6Cd4XYiyoNOiQzx3Hh9k5WOckHE80C92ivQ==
64026402

64036403
react-refresh@^0.4.0:
64046404
version "0.4.0"

0 commit comments

Comments
 (0)