Skip to content

Commit 20c2783

Browse files
authored
Merge pull request #51 from bugfender/feature/2211-upgrade
202211 Upgrade
2 parents f3b55c1 + 8c9ba22 commit 20c2783

7 files changed

Lines changed: 2086 additions & 2264 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ project.xcworkspace
3939
.settings
4040
local.properties
4141
android.iml
42+
android/gradlew
43+
android/gradlew.bat
44+
android/gradle/wrapper/gradle-wrapper.jar
45+
android/gradle/wrapper/gradle-wrapper.properties
4246

4347
# Cocoapods
4448
#
@@ -47,6 +51,7 @@ example/ios/Pods
4751
# node.js
4852
#
4953
node_modules/
54+
package-lock.json
5055
npm-debug.log
5156
yarn-debug.log
5257
yarn-error.log

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16
1+
18.12

RnBugfender.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Pod::Spec.new do |s|
1111
s.license = package["license"]
1212
s.authors = package["author"]
1313

14-
s.platforms = { :ios => "10.0" }
14+
s.platforms = { :ios => "11.0" }
1515
s.source = { :git => "https://github.com/bugfender/BugfenderSDK-iOS", :tag => "master" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm}"
1818

1919
s.dependency "React-Core"
20-
s.dependency 'BugfenderSDK', '~> 1.10.5'
20+
s.dependency 'BugfenderSDK', '~> 1.10' # From 1.10 to 2.0 (excluded)
2121

2222
# Don't install the dependencies when we run `pod install` in the old architecture.
2323
if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then

example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PODS:
22
- boost (1.76.0)
3-
- BugfenderSDK (1.10.5)
3+
- BugfenderSDK (1.10.6)
44
- CocoaAsyncSocket (7.6.5)
55
- DoubleConversion (1.1.6)
66
- FBLazyVector (0.68.2)
@@ -366,8 +366,8 @@ PODS:
366366
- React-jsi (= 0.68.2)
367367
- React-logger (= 0.68.2)
368368
- React-perflogger (= 0.68.2)
369-
- RnBugfender (2.1.0):
370-
- BugfenderSDK (~> 1.10.5)
369+
- RnBugfender (2.1.1):
370+
- BugfenderSDK (~> 1.10.6)
371371
- React-Core
372372
- SocketRocket (0.6.0)
373373
- Yoga (1.14.0)
@@ -525,7 +525,7 @@ EXTERNAL SOURCES:
525525

526526
SPEC CHECKSUMS:
527527
boost: a7c83b31436843459a1961bfd74b96033dc77234
528-
BugfenderSDK: 210724a09aa05c9f6cdaea17af0fbbc2527a654d
528+
BugfenderSDK: 4203bf3d0bddaa230a041fbc6cfc29114faff14a
529529
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
530530
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
531531
FBLazyVector: a7a655862f6b09625d11c772296b01cd5164b648
@@ -570,7 +570,7 @@ SPEC CHECKSUMS:
570570
React-RCTVibration: 79040b92bfa9c3c2d2cb4f57e981164ec7ab9374
571571
React-runtimeexecutor: b960b687d2dfef0d3761fbb187e01812ebab8b23
572572
ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2
573-
RnBugfender: e481cae9d6319e2b80622998181b1ba426ffcb8c
573+
RnBugfender: ea7b1c9c4949caa998e6ab637a7f74a9887d9410
574574
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
575575
Yoga: 99652481fcd320aefa4a7ef90095b95acd181952
576576
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"private": true,
66
"scripts": {
77
"android": "react-native run-android",
8-
"ios": "react-native run-ios",
8+
"ios": "react-native run-ios --simulator=\"iPhone 14\"",
99
"start": "react-native start",
1010
"pods": "pod-install --quiet",
1111
"postinstall": "patch-package"

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -55,25 +55,25 @@
5555
},
5656
"devDependencies": {
5757
"@arkweid/lefthook": "^0.7.7",
58-
"@babel/eslint-parser": "^7.18.2",
59-
"@commitlint/config-conventional": "^17.0.2",
60-
"@react-native-community/eslint-config": "^3.0.2",
61-
"@release-it/conventional-changelog": "^5.0.0",
62-
"@types/jest": "^28.1.2",
63-
"@types/react": "~17.0.21",
64-
"@types/react-native": "0.68.0",
65-
"commitlint": "^17.0.2",
66-
"eslint": "^8.4.1",
58+
"@babel/eslint-parser": "^7.19.1",
59+
"@commitlint/config-conventional": "^17.2.0",
60+
"@react-native-community/eslint-config": "^3.2.0",
61+
"@release-it/conventional-changelog": "^5.1.1",
62+
"@types/jest": "^29.2.2",
63+
"@types/react": "~18.0.25",
64+
"@types/react-native": "0.70.6",
65+
"commitlint": "^17.2.0",
66+
"eslint": "^8.27.0",
6767
"eslint-config-prettier": "^8.5.0",
68-
"eslint-plugin-prettier": "^4.0.0",
69-
"jest": "^28.1.1",
70-
"pod-install": "^0.1.0",
71-
"prettier": "^2.0.5",
72-
"react": "17.0.2",
73-
"react-native": "0.68.2",
74-
"react-native-builder-bob": "^0.18.3",
75-
"release-it": "^15.0.0",
76-
"typescript": "^4.5.2"
68+
"eslint-plugin-prettier": "^4.2.1",
69+
"jest": "^29.3.1",
70+
"pod-install": "^0.1.38",
71+
"prettier": "^2.7.1",
72+
"react": "18.2.0",
73+
"react-native": "0.70.5",
74+
"react-native-builder-bob": "^0.20.1",
75+
"release-it": "^15.5.0",
76+
"typescript": "^4.8.4"
7777
},
7878
"resolutions": {
7979
"@types/react": "17.0.21"
@@ -157,7 +157,7 @@
157157
]
158158
},
159159
"dependencies": {
160-
"@bugfender/common": "1.0.0-alpha.5",
160+
"@bugfender/common": "1.0.0",
161161
"@bugfender/sdk": "^2.1.0"
162162
}
163163
}

0 commit comments

Comments
 (0)