Skip to content

Commit eaab22e

Browse files
committed
Upgrade packages
1 parent f3b55c1 commit eaab22e

5 files changed

Lines changed: 2076 additions & 2259 deletions

File tree

.nvmrc

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

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ PODS:
366366
- React-jsi (= 0.68.2)
367367
- React-logger (= 0.68.2)
368368
- React-perflogger (= 0.68.2)
369-
- RnBugfender (2.1.0):
369+
- RnBugfender (2.1.1):
370370
- BugfenderSDK (~> 1.10.5)
371371
- React-Core
372372
- SocketRocket (0.6.0)
@@ -570,7 +570,7 @@ SPEC CHECKSUMS:
570570
React-RCTVibration: 79040b92bfa9c3c2d2cb4f57e981164ec7ab9374
571571
React-runtimeexecutor: b960b687d2dfef0d3761fbb187e01812ebab8b23
572572
ReactCommon: 095366164a276d91ea704ce53cb03825c487a3f2
573-
RnBugfender: e481cae9d6319e2b80622998181b1ba426ffcb8c
573+
RnBugfender: f3d78b062bad03752c6f222b929cbf338944936b
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)