Skip to content

Commit 79b4380

Browse files
committed
chore: update javascript dependencies to latest
note: still leaving detox, superstruct, metro-react-native-babel-preset and @types/react
1 parent b072427 commit 79b4380

File tree

4 files changed

+164
-118
lines changed

4 files changed

+164
-118
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,22 +40,22 @@
4040
"format:markdown": "prettier --write \"docs/**/*.md\""
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.13.8",
44-
"@babel/preset-env": "7.13.9",
43+
"@babel/core": "^7.13.10",
44+
"@babel/preset-env": "7.13.10",
4545
"@babel/preset-flow": "7.12.13",
46-
"@octokit/core": "^3.2.5",
46+
"@octokit/core": "^3.3.0",
4747
"@types/jest": "^26.0.19",
48-
"@types/react": "^16.9.49",
49-
"@types/react-native": "^0.63.50",
50-
"@typescript-eslint/eslint-plugin": "^4.16.1",
51-
"@typescript-eslint/parser": "^4.16.1",
48+
"@types/react": "^16.14.5",
49+
"@types/react-native": "^0.63.51",
50+
"@typescript-eslint/eslint-plugin": "^4.17.0",
51+
"@typescript-eslint/parser": "^4.17.0",
5252
"babel-jest": "^26.6.3",
5353
"codecov": "^3.6.5",
5454
"conventional-changelog-cli": "^2.0.34",
5555
"cross-env": "^7.0.3",
5656
"eslint": "^7.21.0",
5757
"eslint-config-prettier": "^8.1.0",
58-
"eslint-plugin-mocha": "^8.0.0",
58+
"eslint-plugin-mocha": "^8.1.0",
5959
"eslint-plugin-prettier": "^3.3.0",
6060
"eslint-plugin-react": "^7.19.0",
6161
"genversion": "^2.3.1",
@@ -65,11 +65,11 @@
6565
"prettier": "^2.2.1",
6666
"rimraf": "^3.0.2",
6767
"shelljs": "^0.8.3",
68-
"ts-jest": "^26.5.2",
69-
"typescript": "^4.2.2"
68+
"ts-jest": "^26.5.3",
69+
"typescript": "^4.2.3"
7070
},
7171
"resolutions": {
72-
"@types/react": "^16.14.3"
72+
"@types/react": "^16.14.5"
7373
},
7474
"workspaces": {
7575
"packages": [

tests/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,6 +784,6 @@ SPEC CHECKSUMS:
784784
RNFBStorage: 8f40c919c0c9872424a40bfe942c6323dc58de06
785785
Yoga: 4bd86afe9883422a7c4028c00e34790f560923d6
786786

787-
PODFILE CHECKSUM: e96e24b74d977cb5a0dd759c19c24cb0b307679d
787+
PODFILE CHECKSUM: 5276bb1a76c784d7b42c43c73887a860e941cb9c
788788

789789
COCOAPODS: 1.10.1

tests/package.json

Lines changed: 3 additions & 3 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.5.0",
35+
"firebase-tools": "^9.6.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",
40-
"mocha": "^8.3.0",
40+
"mocha": "^8.3.1",
4141
"nyc": "^15.0.1",
42-
"patch-package": "^6.4.4",
42+
"patch-package": "^6.4.6",
4343
"react-native-port-patcher": "^1.0.4",
4444
"should": "^13.2.3",
4545
"should-sinon": "0.0.6",

0 commit comments

Comments
 (0)