Files
flipper/react-native/ReactNativeFlipperExample/package.json
Lukas Kurucz f193362ac6 chore: bump react-devtools-core to 4.24.1 (#3542)
Summary:
Related to this issue: https://github.com/facebook/react/issues/23307

## Changelog

bump react-devtools-core to 4.24.1

Pull Request resolved: https://github.com/facebook/flipper/pull/3542

Test Plan: // bvaughn

Reviewed By: passy

Differential Revision: D35211366

Pulled By: mweststrate

fbshipit-source-id: 890d18e87ba07e140c1c49857d02410767c6c17d
2022-03-30 03:33:42 -07:00

36 lines
846 B
JSON

{
"name": "ReactNativeFlipperExample",
"version": "0.0.1",
"private": true,
"scripts": {
"android": "react-native run-android",
"ios": "react-native run-ios",
"start": "react-native start",
"test": "jest",
"use-local-deps": "relative-deps"
},
"dependencies": {
"react": "^17.0.2",
"react-native": "^0.67.4",
"react-native-flipper": "^0.138.0"
},
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/runtime": "^7.17.8",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"metro-react-native-babel-preset": "^0.69.1",
"react-test-renderer": "17.0.2",
"relative-deps": "^1.0.7"
},
"jest": {
"preset": "react-native"
},
"relativeDependencies": {
"react-native-flipper": "../react-native-flipper"
},
"resolutions": {
"react-devtools-core": "4.24.1"
}
}