Skip to content

Commit c0bb2b8

Browse files
committed
build(deps): bump all non-firebase deps JS/native
this just package maintenance, nothing users are interested in
1 parent 8fd824c commit c0bb2b8

File tree

8 files changed

+929
-753
lines changed

8 files changed

+929
-753
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -48,37 +48,37 @@
4848
},
4949
"devDependencies": {
5050
"@babel/core": "^7.16.0",
51-
"@babel/preset-env": "7.16.0",
51+
"@babel/preset-env": "7.16.4",
5252
"@octokit/core": "^3.5.1",
5353
"@tsconfig/node12": "^1.0.9",
54-
"@types/jest": "^27.0.2",
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",
59-
"babel-jest": "^27.3.1",
54+
"@types/jest": "^27.0.3",
55+
"@types/react": "^17.0.37",
56+
"@types/react-native": "^0.66.6",
57+
"@typescript-eslint/eslint-plugin": "^5.5.0",
58+
"@typescript-eslint/parser": "^5.5.0",
59+
"babel-jest": "^27.4.1",
6060
"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.2.0",
64+
"eslint": "^8.3.0",
6565
"eslint-config-prettier": "^8.3.0",
6666
"eslint-plugin-mocha": "^9.0.0",
6767
"eslint-plugin-prettier": "^4.0.0",
68-
"eslint-plugin-react": "^7.26.1",
68+
"eslint-plugin-react": "^7.27.1",
6969
"genversion": "^3.0.2",
7070
"google-java-format": "^1.0.1",
7171
"inquirer": "^8.2.0",
72-
"jest": "^27.3.1",
72+
"jest": "^27.4.3",
7373
"lerna": "4.0.0",
74-
"prettier": "^2.4.1",
74+
"prettier": "^2.5.0",
7575
"rimraf": "^3.0.2",
7676
"shelljs": "^0.8.3",
7777
"ts-jest": "^27.0.7",
78-
"typescript": "^4.4.4"
78+
"typescript": "^4.5.2"
7979
},
8080
"resolutions": {
81-
"@types/react": "^17.0.34"
81+
"@types/react": "^17.0.37"
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.6",
59+
"@expo/config-plugins": "^4.0.10",
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.6",
35+
"@expo/config-plugins": "^4.0.10",
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": "13.0.1"
3333
},
3434
"dependencies": {
35-
"@expo/config-plugins": "^4.0.6"
35+
"@expo/config-plugins": "^4.0.10"
3636
},
3737
"publishConfig": {
3838
"access": "public"

tests/android/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@ buildscript {
55
ext.targetSdkVersion = 31
66
ext.ndkVersion = '21.4.7075529'
77

8-
ext.kotlinVersion = '1.5.31' // https://kotlinlang.org/releases.html
8+
ext.kotlinVersion = '1.6.0' // https://kotlinlang.org/releases.html
99
ext.supportLibVersion = '1.6.0' // this maps to androidx.core https://developer.android.com/jetpack/androidx/releases/core
10+
//noinspection GradleDependency https://github.com/facebook/react-native/pull/30061
11+
// Can bump to 1.4.0 when react-native 0.68 ships https://github.com/facebook/react-native/commit/e21f8ec34984551f87a306672160cc88e67e4793
1012
ext.appCompatVersion = '1.3.1' // this maps to androidx.appcompat https://developer.android.com/jetpack/androidx/releases/appcompat
1113
ext.supportVersion = ext.supportLibVersion
12-
//noinspection GradleDependency https://github.com/facebook/react-native/pull/30061
13-
// We will be able to bump to 2.3.0 with react-native 0.65.0+, fresco 2.4.0 is out maybe possible
1414
ext.frescoVersion = '2.6.0' // https://github.com/facebook/fresco/releases
15-
ext.fragmentVersion = '1.3.6' // https://developer.android.com/jetpack/androidx/releases/fragment
15+
ext.fragmentVersion = '1.4.0' // https://developer.android.com/jetpack/androidx/releases/fragment
1616
ext.vectordrawableVersion = '1.1.0' // https://developer.android.com/jetpack/androidx/releases/vectordrawable
17-
ext.androidxAnnotationVersion = '1.2.0' // https://developer.android.com/jetpack/androidx/releases/annotation
17+
ext.androidxAnnotationVersion = '1.3.0' // https://developer.android.com/jetpack/androidx/releases/annotation
1818
ext.googlePlayServicesLocationVersion = '18.0.0' // https://developers.google.com/android/guides/setup
1919
ext.googlePlayServicesVersion = '17.6.0' // play-services-base
2020
ext.googlePlayServicesAuthVersion = '19.2.0' // play-services-auth
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

tests/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,25 +27,25 @@
2727
"@react-native-firebase/storage": "13.0.1",
2828
"postinstall-postinstall": "2.1.0",
2929
"react": "17.0.2",
30-
"react-native": "0.67.0-rc.2"
30+
"react-native": "0.67.0-rc.4"
3131
},
3232
"devDependencies": {
3333
"@firebase/rules-unit-testing": "^2.0.1",
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.0.0",
38-
"firebase": "^9.3.0",
39-
"firebase-tools": "^9.22.0",
40-
"jest-circus": "^27.2.5",
41-
"jest-environment-node": "^27.2.5",
37+
"detox": "^19.1.0",
38+
"firebase": "^9.5.0",
39+
"firebase-tools": "^9.23.0",
40+
"jest-circus": "^27.4.2",
41+
"jest-environment-node": "^27.4.2",
4242
"jet": "^0.8.0",
4343
"jsonwebtoken": "^8.5.1",
4444
"metro-react-native-babel-preset": "0.66.2",
4545
"mocha": "^9.1.2",
4646
"nyc": "^15.0.1",
4747
"patch-package": "^6.4.7",
48-
"react-native-codegen": "^0.0.8",
48+
"react-native-codegen": "^0.0.11",
4949
"react-native-port-patcher": "^1.0.4",
5050
"should": "^13.2.3",
5151
"should-sinon": "0.0.6",

0 commit comments

Comments
 (0)