Skip to content

Commit e99f8df

Browse files
committed
build(deps): minor/patch version bumps
clang-format wanted to do slight reformattings on FIRMessagingDelegate, otherwise this has no affect anything other than to ingest bug fixes
1 parent af090f6 commit e99f8df

File tree

7 files changed

+1057
-495
lines changed

7 files changed

+1057
-495
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -47,21 +47,21 @@
4747
"format:markdown": "prettier --write \"docs/**/*.md\""
4848
},
4949
"devDependencies": {
50-
"@babel/core": "^7.15.8",
51-
"@babel/preset-env": "7.15.8",
50+
"@babel/core": "^7.16.0",
51+
"@babel/preset-env": "7.16.0",
5252
"@octokit/core": "^3.5.1",
5353
"@tsconfig/node12": "^1.0.9",
5454
"@types/jest": "^27.0.2",
55-
"@types/react": "^17.0.31",
56-
"@types/react-native": "^0.65.9",
57-
"@typescript-eslint/eslint-plugin": "^5.1.0",
58-
"@typescript-eslint/parser": "^5.1.0",
55+
"@types/react": "^17.0.34",
56+
"@types/react-native": "^0.66.2",
57+
"@typescript-eslint/eslint-plugin": "^5.3.0",
58+
"@typescript-eslint/parser": "^5.3.0",
5959
"babel-jest": "^27.3.1",
60-
"clang-format": "^1.4.0",
60+
"clang-format": "^1.6.0",
6161
"codecov": "^3.8.3",
6262
"conventional-changelog-cli": "^2.0.34",
6363
"cross-env": "^7.0.3",
64-
"eslint": "^8.0.1",
64+
"eslint": "^8.2.0",
6565
"eslint-config-prettier": "^8.3.0",
6666
"eslint-plugin-mocha": "^9.0.0",
6767
"eslint-plugin-prettier": "^4.0.0",
@@ -78,7 +78,7 @@
7878
"typescript": "^4.4.4"
7979
},
8080
"resolutions": {
81-
"@types/react": "^17.0.27"
81+
"@types/react": "^17.0.34"
8282
},
8383
"workspaces": {
8484
"packages": [

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"react-native": "*"
5757
},
5858
"dependencies": {
59-
"@expo/config-plugins": "^4.0.3",
59+
"@expo/config-plugins": "^4.0.6",
6060
"opencollective-postinstall": "^2.0.1",
6161
"superstruct": "^0.6.2"
6262
},

packages/crashlytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-native-firebase/app": "13.0.1"
3333
},
3434
"dependencies": {
35-
"@expo/config-plugins": "^4.0.3",
35+
"@expo/config-plugins": "^4.0.6",
3636
"stacktrace-js": "^2.0.0"
3737
},
3838
"publishConfig": {

packages/messaging/ios/RNFBMessaging/RNFBMessaging+FIRMessagingDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ - (void)messaging:(FIRMessaging *)messaging didReceiveRegistrationToken:(NSStrin
6060
if ([[GULAppDelegateSwizzler sharedApplication].delegate
6161
respondsToSelector:messaging_didReceiveRegistrationTokenSelector]) {
6262
void (*usersDidReceiveRegistrationTokenIMP)(id, SEL, FIRMessaging *, NSString *) =
63-
(typeof(usersDidReceiveRegistrationTokenIMP)) & objc_msgSend;
63+
(typeof(usersDidReceiveRegistrationTokenIMP))&objc_msgSend;
6464
usersDidReceiveRegistrationTokenIMP([GULAppDelegateSwizzler sharedApplication].delegate,
6565
messaging_didReceiveRegistrationTokenSelector, messaging,
6666
fcmToken);

packages/perf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-native-firebase/app": "13.0.1"
3333
},
3434
"dependencies": {
35-
"@expo/config-plugins": "^4.0.3"
35+
"@expo/config-plugins": "^4.0.6"
3636
},
3737
"publishConfig": {
3838
"access": "public"

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"a2a": "^0.2.0",
3535
"babel-plugin-istanbul": "^6.0.0",
3636
"detox": "^18.23.1",
37-
"firebase": "^9.1.2",
38-
"firebase-tools": "^9.21.0",
37+
"firebase": "^9.3.0",
38+
"firebase-tools": "^9.22.0",
3939
"jest-circus": "^27.2.5",
4040
"jest-environment-node": "^27.2.5",
4141
"jet": "^0.8.0",

0 commit comments

Comments
 (0)