Skip to content

Commit d2bfe94

Browse files
chore(deps-dev): bump babel-preset-expo from 8.3.0 to 9.2.0 (#556)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jesse Katsumata <[email protected]>
1 parent a516932 commit d2bfe94

File tree

3 files changed

+825
-350
lines changed

3 files changed

+825
-350
lines changed

.flowconfig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ node_modules/warning/.*
1717

1818
; Ignore example folder
1919
.*/example/.*
20+
; Ignore test files in resolve
21+
.*/node_modules/resolve/test/.*
2022

2123
[untyped]
2224
.*/node_modules/@react-native-community/cli/.*/.*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"@types/react-native": "^0.64.4",
3636
"babel-eslint": "^10.1.0",
3737
"babel-jest": "^29.0.3",
38-
"babel-preset-expo": "^8.2.1",
38+
"babel-preset-expo": "^9.2.0",
3939
"eslint": "7",
4040
"eslint-plugin-prettier": "^4.2.1",
4141
"expo": "^38.0.10",

0 commit comments

Comments
 (0)