Skip to content

Commit

Permalink
build(deps): bump all non-firebase deps JS/native
Browse files Browse the repository at this point in the history
this just package maintenance, nothing users are interested in
  • Loading branch information
mikehardy committed Dec 2, 2021
1 parent 8fd824c commit c0bb2b8
Show file tree
Hide file tree
Showing 8 changed files with 929 additions and 753 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,37 +48,37 @@
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "7.16.0",
"@babel/preset-env": "7.16.4",
"@octokit/core": "^3.5.1",
"@tsconfig/node12": "^1.0.9",
"@types/jest": "^27.0.2",
"@types/react": "^17.0.34",
"@types/react-native": "^0.66.2",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"babel-jest": "^27.3.1",
"@types/jest": "^27.0.3",
"@types/react": "^17.0.37",
"@types/react-native": "^0.66.6",
"@typescript-eslint/eslint-plugin": "^5.5.0",
"@typescript-eslint/parser": "^5.5.0",
"babel-jest": "^27.4.1",
"clang-format": "^1.6.0",
"codecov": "^3.8.3",
"conventional-changelog-cli": "^2.0.34",
"cross-env": "^7.0.3",
"eslint": "^8.2.0",
"eslint": "^8.3.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-mocha": "^9.0.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.26.1",
"eslint-plugin-react": "^7.27.1",
"genversion": "^3.0.2",
"google-java-format": "^1.0.1",
"inquirer": "^8.2.0",
"jest": "^27.3.1",
"jest": "^27.4.3",
"lerna": "4.0.0",
"prettier": "^2.4.1",
"prettier": "^2.5.0",
"rimraf": "^3.0.2",
"shelljs": "^0.8.3",
"ts-jest": "^27.0.7",
"typescript": "^4.4.4"
"typescript": "^4.5.2"
},
"resolutions": {
"@types/react": "^17.0.34"
"@types/react": "^17.0.37"
},
"workspaces": {
"packages": [
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"react-native": "*"
},
"dependencies": {
"@expo/config-plugins": "^4.0.6",
"@expo/config-plugins": "^4.0.10",
"opencollective-postinstall": "^2.0.1",
"superstruct": "^0.6.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/crashlytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@react-native-firebase/app": "13.0.1"
},
"dependencies": {
"@expo/config-plugins": "^4.0.6",
"@expo/config-plugins": "^4.0.10",
"stacktrace-js": "^2.0.0"
},
"publishConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/perf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@react-native-firebase/app": "13.0.1"
},
"dependencies": {
"@expo/config-plugins": "^4.0.6"
"@expo/config-plugins": "^4.0.10"
},
"publishConfig": {
"access": "public"
Expand Down
10 changes: 5 additions & 5 deletions tests/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ buildscript {
ext.targetSdkVersion = 31
ext.ndkVersion = '21.4.7075529'

ext.kotlinVersion = '1.5.31' // https://kotlinlang.org/releases.html
ext.kotlinVersion = '1.6.0' // https://kotlinlang.org/releases.html
ext.supportLibVersion = '1.6.0' // this maps to androidx.core https://developer.android.com/jetpack/androidx/releases/core
//noinspection GradleDependency https://github.com/facebook/react-native/pull/30061
// Can bump to 1.4.0 when react-native 0.68 ships https://github.com/facebook/react-native/commit/e21f8ec34984551f87a306672160cc88e67e4793
ext.appCompatVersion = '1.3.1' // this maps to androidx.appcompat https://developer.android.com/jetpack/androidx/releases/appcompat
ext.supportVersion = ext.supportLibVersion
//noinspection GradleDependency https://github.com/facebook/react-native/pull/30061
// We will be able to bump to 2.3.0 with react-native 0.65.0+, fresco 2.4.0 is out maybe possible
ext.frescoVersion = '2.6.0' // https://github.com/facebook/fresco/releases
ext.fragmentVersion = '1.3.6' // https://developer.android.com/jetpack/androidx/releases/fragment
ext.fragmentVersion = '1.4.0' // https://developer.android.com/jetpack/androidx/releases/fragment
ext.vectordrawableVersion = '1.1.0' // https://developer.android.com/jetpack/androidx/releases/vectordrawable
ext.androidxAnnotationVersion = '1.2.0' // https://developer.android.com/jetpack/androidx/releases/annotation
ext.androidxAnnotationVersion = '1.3.0' // https://developer.android.com/jetpack/androidx/releases/annotation
ext.googlePlayServicesLocationVersion = '18.0.0' // https://developers.google.com/android/guides/setup
ext.googlePlayServicesVersion = '17.6.0' // play-services-base
ext.googlePlayServicesAuthVersion = '19.2.0' // play-services-auth
Expand Down
2 changes: 1 addition & 1 deletion tests/android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
14 changes: 7 additions & 7 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,25 @@
"@react-native-firebase/storage": "13.0.1",
"postinstall-postinstall": "2.1.0",
"react": "17.0.2",
"react-native": "0.67.0-rc.2"
"react-native": "0.67.0-rc.4"
},
"devDependencies": {
"@firebase/rules-unit-testing": "^2.0.1",
"@react-native-firebase/private-tests-helpers": "0.0.13",
"a2a": "^0.2.0",
"babel-plugin-istanbul": "^6.0.0",
"detox": "^19.0.0",
"firebase": "^9.3.0",
"firebase-tools": "^9.22.0",
"jest-circus": "^27.2.5",
"jest-environment-node": "^27.2.5",
"detox": "^19.1.0",
"firebase": "^9.5.0",
"firebase-tools": "^9.23.0",
"jest-circus": "^27.4.2",
"jest-environment-node": "^27.4.2",
"jet": "^0.8.0",
"jsonwebtoken": "^8.5.1",
"metro-react-native-babel-preset": "0.66.2",
"mocha": "^9.1.2",
"nyc": "^15.0.1",
"patch-package": "^6.4.7",
"react-native-codegen": "^0.0.8",
"react-native-codegen": "^0.0.11",
"react-native-port-patcher": "^1.0.4",
"should": "^13.2.3",
"should-sinon": "0.0.6",
Expand Down
Loading

0 comments on commit c0bb2b8

Please sign in to comment.