Skip to content

Commit

Permalink
chore(dependencies): update all javascript + android deps to current …
Browse files Browse the repository at this point in the history
…stable

exceptions are: detox, react @types/react and superstruct - we are not compatible with
current stable on those yet
  • Loading branch information
mikehardy committed Mar 3, 2021
1 parent b5ba414 commit 20faeca
Show file tree
Hide file tree
Showing 6 changed files with 1,809 additions and 1,998 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
'plugin:react/recommended',
'plugin:mocha/recommended',
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
'prettier/@typescript-eslint', // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
'prettier', // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
'plugin:prettier/recommended', // Enables eslint-plugin-prettier and eslint-config-prettier. This will display prettier errors as ESLint errors. Make sure this is always the last configuration in the extends array.
],
parserOptions: {
Expand Down
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,33 @@
"format:markdown": "prettier --write \"docs/**/*.md\""
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/preset-env": "7.12.16",
"@babel/core": "^7.13.8",
"@babel/preset-env": "7.13.9",
"@babel/preset-flow": "7.12.13",
"@octokit/core": "^3.2.5",
"@types/jest": "^26.0.19",
"@types/react": "^16.9.49",
"@types/react-native": "^0.63.48",
"@typescript-eslint/eslint-plugin": "^4.15.0",
"@typescript-eslint/parser": "^4.15.0",
"@types/react-native": "^0.63.50",
"@typescript-eslint/eslint-plugin": "^4.16.1",
"@typescript-eslint/parser": "^4.16.1",
"babel-jest": "^26.6.3",
"codecov": "^3.6.5",
"conventional-changelog-cli": "^2.0.34",
"cross-env": "^7.0.3",
"eslint": "^7.19.0",
"eslint-config-prettier": "^7.1.0",
"eslint": "^7.21.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-mocha": "^8.0.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.19.0",
"genversion": "^2.2.0",
"inquirer": "^7.1.0",
"genversion": "^2.3.1",
"inquirer": "^8.0.0",
"jest": "^26.6.3",
"lerna": "3.22.1",
"lerna": "4.0.0",
"prettier": "^2.2.1",
"rimraf": "^3.0.2",
"shelljs": "^0.8.3",
"ts-jest": "^26.5.1",
"typescript": "^4.1.5"
"ts-jest": "^26.5.2",
"typescript": "^4.2.2"
},
"resolutions": {
"@types/react": "^16.14.3"
Expand Down
4 changes: 2 additions & 2 deletions tests/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.4.30'
ext.kotlinVersion = '1.4.31'
ext.supportLibVersion = "1.3.2" // this maps to androidx.core https://developer.android.com/jetpack/androidx/releases/core
ext.appCompatVersion = "1.2.0" // this maps to androidx.appcompat https://developer.android.com/jetpack/androidx/releases/appcompat
ext.supportVersion = ext.supportLibVersion
Expand All @@ -9,7 +9,7 @@ buildscript {
ext.fragmentVersion = "1.3.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.1.0" // https://developer.android.com/jetpack/androidx/releases/annotation
ext.googlePlayServicesLocationVersion = "17.1.0" // https://developers.google.com/android/guides/setup
ext.googlePlayServicesLocationVersion = "18.0.0" // https://developers.google.com/android/guides/setup
ext.googlePlayServicesVersion = "17.6.0" // play-services-base
ext.googlePlayServicesAuthVersion = "19.0.0" // play-services-auth
ext.googlePlayServicesVisionVersion = "20.1.3" // play-services-vision
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-6.8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
"a2a": "^0.2.0",
"babel-plugin-istanbul": "^6.0.0",
"detox": "17.14.6",
"firebase-tools": "^9.3.0",
"firebase-tools": "^9.5.0",
"jest-circus": "^26.6.3",
"jest-environment-node": "^26.6.2",
"jet": "^0.6.6-0",
"metro-react-native-babel-preset": "0.59.0",
"mocha": "^8.3.0",
"nyc": "^15.0.1",
"patch-package": "^6.2.2",
"patch-package": "^6.4.4",
"react-native-port-patcher": "^1.0.4",
"should": "^13.2.3",
"should-sinon": "0.0.6",
Expand Down
Loading

1 comment on commit 20faeca

@vercel
Copy link

@vercel vercel bot commented on 20faeca Mar 3, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.