Skip to content

Commit

Permalink
fix: lint and babel upgrade for security
Browse files Browse the repository at this point in the history
  • Loading branch information
dabrad26 committed Nov 28, 2023
1 parent 5f56f78 commit 15fa056
Show file tree
Hide file tree
Showing 6 changed files with 20,339 additions and 841 deletions.
2 changes: 1 addition & 1 deletion example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
boost: a7c83b31436843459a1961bfd74b96033dc77234
carbon-react-native: 29729de3e26de74900b69dec737b892775e90910
carbon-react-native: 01f347a2201c5b17a2dd34953c1e5c89237f5044
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
FBLazyVector: 5fbbff1d7734827299274638deb8ba3024f6c597
Expand Down
10 changes: 3 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,14 @@
"react-native-webview": "^13.6.3"
},
"devDependencies": {
"@babel/core": "^7.20.7",
"@babel/runtime": "7.20.0",
"@expo/metro-config": "^0.10.6",
"@babel/core": "^7.23.3",
"@babel/runtime": "^7.23.4",
"@expo/metro-config": "^0.10.7",
"@react-native/metro-config": "^0.74.0",
"babel-plugin-module-resolver": "^5.0.0",
"expo-asset": "^8.10.1",
"metro-react-native-babel-preset": "^0.77.0",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0"
},
"resolutions": {
"@babel/traverse": "7.22.8",
"@babel/core": "7.22.8"
}
}
Loading

0 comments on commit 15fa056

Please sign in to comment.