Skip to content

Commit

Permalink
Bumping template to 0.75.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
react-native-bot committed Jul 29, 2024
1 parent 9eb6e5b commit 0153b03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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.5",
"version": "0.75.0-rc.6",
"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.5"
"version": "0.75.0-rc.6"
},
"type": "commonjs",
"files": [
Expand Down
12 changes: 6 additions & 6 deletions template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@
},
"dependencies": {
"react": "18.3.1",
"react-native": "0.75.0-rc.5"
"react-native": "0.75.0-rc.6"
},
"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.5",
"@react-native/eslint-config": "0.75.0-rc.5",
"@react-native/metro-config": "0.75.0-rc.5",
"@react-native/typescript-config": "0.75.0-rc.5",
"@react-native/babel-preset": "0.75.0-rc.6",
"@react-native/eslint-config": "0.75.0-rc.6",
"@react-native/metro-config": "0.75.0-rc.6",
"@react-native/typescript-config": "0.75.0-rc.6",
"@types/react": "^18.2.6",
"@types/react-test-renderer": "^18.0.0",
"babel-jest": "^29.6.3",
Expand All @@ -33,4 +33,4 @@
"engines": {
"node": ">=18"
}
}
}

0 comments on commit 0153b03

Please sign in to comment.