Skip to content

Commit 20faeca

Browse files
committed
chore(dependencies): update all javascript + android deps to current stable
exceptions are: detox, react @types/react and superstruct - we are not compatible with current stable on those yet
1 parent b5ba414 commit 20faeca

File tree

6 files changed

+1809
-1998
lines changed

6 files changed

+1809
-1998
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = {
44
'plugin:react/recommended',
55
'plugin:mocha/recommended',
66
'plugin:@typescript-eslint/recommended', // Uses the recommended rules from the @typescript-eslint/eslint-plugin
7-
'prettier/@typescript-eslint', // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
7+
'prettier', // Uses eslint-config-prettier to disable ESLint rules from @typescript-eslint/eslint-plugin that would conflict with prettier
88
'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.
99
],
1010
parserOptions: {

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,33 +40,33 @@
4040
"format:markdown": "prettier --write \"docs/**/*.md\""
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.12.16",
44-
"@babel/preset-env": "7.12.16",
43+
"@babel/core": "^7.13.8",
44+
"@babel/preset-env": "7.13.9",
4545
"@babel/preset-flow": "7.12.13",
4646
"@octokit/core": "^3.2.5",
4747
"@types/jest": "^26.0.19",
4848
"@types/react": "^16.9.49",
49-
"@types/react-native": "^0.63.48",
50-
"@typescript-eslint/eslint-plugin": "^4.15.0",
51-
"@typescript-eslint/parser": "^4.15.0",
49+
"@types/react-native": "^0.63.50",
50+
"@typescript-eslint/eslint-plugin": "^4.16.1",
51+
"@typescript-eslint/parser": "^4.16.1",
5252
"babel-jest": "^26.6.3",
5353
"codecov": "^3.6.5",
5454
"conventional-changelog-cli": "^2.0.34",
5555
"cross-env": "^7.0.3",
56-
"eslint": "^7.19.0",
57-
"eslint-config-prettier": "^7.1.0",
56+
"eslint": "^7.21.0",
57+
"eslint-config-prettier": "^8.1.0",
5858
"eslint-plugin-mocha": "^8.0.0",
5959
"eslint-plugin-prettier": "^3.3.0",
6060
"eslint-plugin-react": "^7.19.0",
61-
"genversion": "^2.2.0",
62-
"inquirer": "^7.1.0",
61+
"genversion": "^2.3.1",
62+
"inquirer": "^8.0.0",
6363
"jest": "^26.6.3",
64-
"lerna": "3.22.1",
64+
"lerna": "4.0.0",
6565
"prettier": "^2.2.1",
6666
"rimraf": "^3.0.2",
6767
"shelljs": "^0.8.3",
68-
"ts-jest": "^26.5.1",
69-
"typescript": "^4.1.5"
68+
"ts-jest": "^26.5.2",
69+
"typescript": "^4.2.2"
7070
},
7171
"resolutions": {
7272
"@types/react": "^16.14.3"

tests/android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.4.30'
2+
ext.kotlinVersion = '1.4.31'
33
ext.supportLibVersion = "1.3.2" // this maps to androidx.core https://developer.android.com/jetpack/androidx/releases/core
44
ext.appCompatVersion = "1.2.0" // this maps to androidx.appcompat https://developer.android.com/jetpack/androidx/releases/appcompat
55
ext.supportVersion = ext.supportLibVersion
@@ -9,7 +9,7 @@ buildscript {
99
ext.fragmentVersion = "1.3.0" // https://developer.android.com/jetpack/androidx/releases/fragment
1010
ext.vectordrawableVersion = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/vectordrawable
1111
ext.androidxAnnotationVersion = "1.1.0" // https://developer.android.com/jetpack/androidx/releases/annotation
12-
ext.googlePlayServicesLocationVersion = "17.1.0" // https://developers.google.com/android/guides/setup
12+
ext.googlePlayServicesLocationVersion = "18.0.0" // https://developers.google.com/android/guides/setup
1313
ext.googlePlayServicesVersion = "17.6.0" // play-services-base
1414
ext.googlePlayServicesAuthVersion = "19.0.0" // play-services-auth
1515
ext.googlePlayServicesVisionVersion = "20.1.3" // play-services-vision
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-6.8.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8.3-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"a2a": "^0.2.0",
3333
"babel-plugin-istanbul": "^6.0.0",
3434
"detox": "17.14.6",
35-
"firebase-tools": "^9.3.0",
35+
"firebase-tools": "^9.5.0",
3636
"jest-circus": "^26.6.3",
3737
"jest-environment-node": "^26.6.2",
3838
"jet": "^0.6.6-0",
3939
"metro-react-native-babel-preset": "0.59.0",
4040
"mocha": "^8.3.0",
4141
"nyc": "^15.0.1",
42-
"patch-package": "^6.2.2",
42+
"patch-package": "^6.4.4",
4343
"react-native-port-patcher": "^1.0.4",
4444
"should": "^13.2.3",
4545
"should-sinon": "0.0.6",

0 commit comments

Comments
 (0)