Skip to content

Commit d3f4085

Browse files
Bumping template to 0.75.1
1 parent d2d10d9 commit d3f4085

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@react-native-community/template",
3-
"version": "0.75.0",
3+
"version": "0.75.1",
44
"description": "The template used by `npx @react-native-community/cli init` to bootstrap a React Native application.",
55
"license": "MIT",
66
"publishConfig": {
77
"access": "public"
88
},
99
"scripts": {
10-
"version": "0.75.0"
10+
"version": "0.75.1"
1111
},
1212
"type": "commonjs",
1313
"files": [

template/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
},
1212
"dependencies": {
1313
"react": "18.3.1",
14-
"react-native": "0.75.0"
14+
"react-native": "0.75.1"
1515
},
1616
"devDependencies": {
1717
"@babel/core": "^7.20.0",
1818
"@babel/preset-env": "^7.20.0",
1919
"@babel/runtime": "^7.20.0",
20-
"@react-native/babel-preset": "0.75.0",
21-
"@react-native/eslint-config": "0.75.0",
22-
"@react-native/metro-config": "0.75.0",
23-
"@react-native/typescript-config": "0.75.0",
20+
"@react-native/babel-preset": "0.75.1",
21+
"@react-native/eslint-config": "0.75.1",
22+
"@react-native/metro-config": "0.75.1",
23+
"@react-native/typescript-config": "0.75.1",
2424
"@types/react": "^18.2.6",
2525
"@types/react-test-renderer": "^18.0.0",
2626
"babel-jest": "^29.6.3",

0 commit comments

Comments
 (0)