Skip to content

Commit 1533f64

Browse files
Ron RadtkeRon Radtke
Ron Radtke
authored and
Ron Radtke
committed
fix package json having version missmatch and duplicates in gitignore
1 parent b3ac3a3 commit 1533f64

File tree

3 files changed

+3
-63
lines changed

3 files changed

+3
-63
lines changed

examples/ReactNativeBlobUtil/.gitignore

Lines changed: 0 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -58,65 +58,5 @@ buck-out/
5858
# CocoaPods
5959
/ios/Pods/
6060

61-
# OSX
62-
#
63-
.DS_Store
64-
65-
# Xcode
66-
#
67-
build/
68-
*.pbxuser
69-
!default.pbxuser
70-
*.mode1v3
71-
!default.mode1v3
72-
*.mode2v3
73-
!default.mode2v3
74-
*.perspectivev3
75-
!default.perspectivev3
76-
xcuserdata
77-
*.xccheckout
78-
*.moved-aside
79-
DerivedData
80-
*.hmap
81-
*.ipa
82-
*.xcuserstate
83-
84-
# Android/IntelliJ
85-
#
86-
build/
87-
.idea
88-
.gradle
89-
local.properties
90-
*.iml
91-
92-
# node.js
93-
#
94-
node_modules/
95-
npm-debug.log
96-
yarn-error.log
97-
9861
# packages
9962
windows/packages/
100-
101-
# BUCK
102-
buck-out/
103-
\.buckd/
104-
*.keystore
105-
!debug.keystore
106-
107-
# fastlane
108-
#
109-
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
110-
# screenshots whenever they are needed.
111-
# For more information about the recommended setup visit:
112-
# https://docs.fastlane.tools/best-practices/source-control/
113-
114-
*/fastlane/report.xml
115-
*/fastlane/Preview.html
116-
*/fastlane/screenshots
117-
118-
# Bundle artifact
119-
*.jsbundle
120-
121-
# CocoaPods
122-
/ios/Pods/

examples/ReactNativeBlobUtil/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"test:windows": "jest --config jest.config.windows.js"
1313
},
1414
"dependencies": {
15-
"react": "18.1.0",
15+
"react": "18.2.0",
1616
"react-native": "^0.76",
17-
"react-native-blob-util": "link:../../",
17+
"react-native-blob-util": "file:../../",
1818
"react-native-windows": "^0.76"
1919
},
2020
"devDependencies": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"eslint": ">7.0.0",
4242
"eslint-config-defaults": "^9.0.0",
4343
"eslint-plugin-react": "^7.24.0",
44-
"react": "18.0.0",
44+
"react": "18.2.0",
4545
"react-native": "0.76"
4646
},
4747
"peerDependencies": {

0 commit comments

Comments
 (0)