Skip to content

Commit 8c5001a

Browse files
committed
fix package.jsons
1 parent 50d0a11 commit 8c5001a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"bugs": {
2626
"url": "https://github.com/rahsheen/react-native-template-redux-typescript/issues"
2727
},
28-
"homepage": "https://github.com/rahsheen/react-native-template-redux-typescript#readme",
28+
"homepage": "https://github.com/rahsheen/react-native-template-redux-typescript#readme"
2929
}

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"react": "18.1.0",
14-
"react-native": "0.70.4"
14+
"react-native": "0.70.4",
1515
"@reduxjs/toolkit": "^1.8.6",
1616
"react-redux": "^8.0.2"
1717
},

0 commit comments

Comments
 (0)