Skip to content

Commit

Permalink
Bumping template to 0.75.0-rc.4
Browse files Browse the repository at this point in the history
  • Loading branch information
react-native-bot committed Jul 8, 2024
1 parent 16c552c commit afc73b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@react-native-community/template",
"version": "0.75.0-rc.3",
"version": "0.75.0-rc.4",
"description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"version": "0.75.0-rc.3"
"version": "0.75.0-rc.4"
},
"type": "commonjs",
"files": [
Expand Down
10 changes: 5 additions & 5 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"dependencies": {
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-native": "0.75.0-rc.3"
"react-native": "0.75.0-rc.4"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"@react-native/babel-preset": "0.75.0-rc.3",
"@react-native/eslint-config": "0.75.0-rc.3",
"@react-native/metro-config": "0.75.0-rc.3",
"@react-native/typescript-config": "0.75.0-rc.3",
"@react-native/babel-preset": "0.75.0-rc.4",
"@react-native/eslint-config": "0.75.0-rc.4",
"@react-native/metro-config": "0.75.0-rc.4",
"@react-native/typescript-config": "0.75.0-rc.4",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
Expand Down

0 comments on commit afc73b4

Please sign in to comment.