Skip to content

Commit 7021a45

Browse files
committed
build(deps): bump all javascript dependencies
1 parent fce22dd commit 7021a45

File tree

8 files changed

+453
-451
lines changed

8 files changed

+453
-451
lines changed

.github/workflows/scripts/functions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"main": "lib/index.js",
1212
"dependencies": {
1313
"firebase-admin": "^10.0.2",
14-
"firebase-functions": "^3.17.1"
14+
"firebase-functions": "^3.17.2"
1515
},
1616
"devDependencies": {
1717
"firebase-functions-test": "^0.3.3",

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949
"format:markdown": "prettier --write \"docs/**/*.md\""
5050
},
5151
"devDependencies": {
52-
"@babel/core": "^7.17.0",
52+
"@babel/core": "^7.17.2",
5353
"@babel/preset-env": "^7.16.11",
5454
"@octokit/core": "^3.5.1",
5555
"@tsconfig/node12": "^1.0.9",
5656
"@types/jest": "^27.4.0",
5757
"@types/react": "^17.0.39",
5858
"@types/react-native": "^0.66.15",
59-
"@typescript-eslint/eslint-plugin": "^5.10.2",
60-
"@typescript-eslint/parser": "^5.10.2",
61-
"babel-jest": "^27.5.0",
59+
"@typescript-eslint/eslint-plugin": "^5.11.0",
60+
"@typescript-eslint/parser": "^5.11.0",
61+
"babel-jest": "^27.5.1",
6262
"clang-format": "^1.6.0",
6363
"codecov": "^3.8.3",
6464
"conventional-changelog-cli": "^2.2.2",
@@ -71,7 +71,7 @@
7171
"genversion": "^3.0.2",
7272
"google-java-format": "^1.0.1",
7373
"inquirer": "^8.2.0",
74-
"jest": "^27.5.0",
74+
"jest": "^27.5.1",
7575
"lerna": "4.0.0",
7676
"prettier": "^2.5.1",
7777
"rimraf": "^3.0.2",

packages/app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"react-native": "*"
5757
},
5858
"dependencies": {
59-
"@expo/config-plugins": "^4.0.16",
59+
"@expo/config-plugins": "^4.0.17",
6060
"opencollective-postinstall": "^2.0.1",
6161
"superstruct": "^0.6.2"
6262
},
@@ -76,7 +76,7 @@
7676
"firebaseCrashlyticsGradle": "2.8.1",
7777
"firebasePerfGradle": "1.4.1",
7878
"gmsGoogleServicesGradle": "4.3.10",
79-
"playServicesAuth": "20.0.1"
79+
"playServicesAuth": "20.1.0"
8080
}
8181
}
8282
}

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": "14.3.1"
3333
},
3434
"dependencies": {
35-
"@expo/config-plugins": "^4.0.16",
35+
"@expo/config-plugins": "^4.0.17",
3636
"stacktrace-js": "^2.0.0"
3737
},
3838
"publishConfig": {

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": "14.3.1"
3333
},
3434
"dependencies": {
35-
"@expo/config-plugins": "^4.0.16"
35+
"@expo/config-plugins": "^4.0.17"
3636
},
3737
"publishConfig": {
3838
"access": "public"

tests/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
"@react-native-firebase/private-tests-helpers": "0.0.13",
3535
"a2a": "^0.2.0",
3636
"babel-plugin-istanbul": "^6.0.0",
37-
"detox": "^19.4.3",
37+
"detox": "^19.4.4",
3838
"firebase": "^9.6.6",
39-
"firebase-tools": "^10.1.4",
40-
"jest-circus": "^27.5.0",
41-
"jest-environment-node": "^27.5.0",
39+
"firebase-tools": "^10.1.5",
40+
"jest-circus": "^27.5.1",
41+
"jest-environment-node": "^27.5.1",
4242
"jet": "^0.8.0",
4343
"jsonwebtoken": "^8.5.1",
4444
"metro-react-native-babel-preset": "0.67.0",
File renamed without changes.

0 commit comments

Comments
 (0)