Files
Rob HoganandFacebook GitHub Bot e0c785ed2d Update monorepo Jest to 29.7.0 (latest stable)
Summary:
Update the version of Jest used in React Native and Metro's own tests from `^29.6.3` to `^29.7.0`

Changlog: [Internal]

Differential Revision: D69188217
2025-02-05 11:15:27 -08:00

38 lines
978 B
JSON

{
"name": "helloworld",
"version": "0.79.0-main",
"private": true,
"scripts": {
"bootstrap": "node ./cli.js bootstrap",
"build": "node ./cli.js build",
"bundle": "node ./cli.js bundle ",
"install-and-run": "node ./cli.js install-and-run",
"launch": "node ./scripts/metro.js",
"lint": "eslint .",
"test": "jest"
},
"dependencies": {
"react": "19.0.0",
"react-native": "1000.0.0"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.3",
"@babel/runtime": "^7.25.0",
"@react-native/babel-preset": "0.79.0-main",
"@react-native/core-cli-utils": "0.79.0-main",
"@react-native/eslint-config": "0.79.0-main",
"@react-native/metro-config": "0.79.0-main",
"chalk": "^4.1.2",
"commander": "^12.0.0",
"eslint": "^8.19.0",
"jest": "^29.7.0",
"listr2": "^8.2.1",
"react-test-renderer": "19.0.0",
"rxjs": "^7.8.1"
},
"engines": {
"node": ">=18"
}
}