Skip to content

Commit

Permalink
chore(deps): bump react-native to 0.76 (#266)
Browse files Browse the repository at this point in the history
* chore(deps): bump react-native to 0.75

* bump to 0.76
  • Loading branch information
Yajur-Grover authored Nov 20, 2024
1 parent a119a26 commit d9aa666
Show file tree
Hide file tree
Showing 2 changed files with 2,392 additions and 2,732 deletions.
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"ios": "react-native run-ios",
"android": "react-native run-android --root example",
"windows": "cd example && react-native run-windows",
"start:windows": "install-windows-test-app -p example/windows && react-native run-windows --root example --logging",
"start": "react-native start",
"build": "tsc",
"lint": "eslint src --ext .ts,.tsx --cache",
Expand All @@ -47,24 +48,24 @@
},
"devDependencies": {
"@babel/core": "^7.12.9",
"@callstack/react-native-visionos": "^0.73.0",
"@react-native/babel-preset": "^0.73.0",
"@react-native/eslint-config": "^0.73.0",
"@react-native/metro-config": "^0.73.0",
"@callstack/react-native-visionos": "^0.76.0",
"@react-native/babel-preset": "^0.76.0",
"@react-native/eslint-config": "^0.76.0",
"@react-native/metro-config": "^0.76.0",
"@rnx-kit/align-deps": "^2.4.1",
"@rnx-kit/metro-config": "^1.3.15",
"@rnx-kit/metro-config": "^2.0.0",
"@types/react": "^18.2.0",
"babel-jest": "^26.1.0",
"eslint": "^7.32.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^29.2.1",
"prettier": "^2.4.1",
"react": "18.2.0",
"react-native": "^0.73.0",
"react-native-macos": "^0.73.0",
"react-native-test-app": "^3.5.3",
"react-native-windows": "^0.73.0",
"react-test-renderer": "18.2.0",
"react-native": "^0.76.0",
"react-native-macos": "0.76.0",
"react-native-test-app": "^4.0.1",
"react-native-windows": "^0.76.0",
"react-test-renderer": "^18.2.0",
"typescript": "^4.4.3"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d9aa666

Please sign in to comment.