Skip to content

Commit aaf8b72

Browse files
committed
chore(dependencies): update all javascript dependencies to current
still preserving detox and superstruct as we cannot forward-port successfully yet (they just need work to do so - out of scope here) and metro-react-native-babel-preset as that is linked with react-native version
1 parent 324f8ff commit aaf8b72

File tree

3 files changed

+346
-158
lines changed

3 files changed

+346
-158
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141
},
4242
"devDependencies": {
4343
"@babel/core": "^7.13.10",
44-
"@babel/preset-env": "7.13.10",
44+
"@babel/preset-env": "7.13.12",
4545
"@babel/preset-flow": "7.12.13",
4646
"@octokit/core": "^3.3.1",
47-
"@types/jest": "^26.0.19",
47+
"@types/jest": "^26.0.22",
4848
"@types/react": "^17.0.3",
49-
"@types/react-native": "^0.63.52",
50-
"@typescript-eslint/eslint-plugin": "^4.18.0",
51-
"@typescript-eslint/parser": "^4.18.0",
49+
"@types/react-native": "^0.64.1",
50+
"@typescript-eslint/eslint-plugin": "^4.19.0",
51+
"@typescript-eslint/parser": "^4.19.0",
5252
"babel-jest": "^26.6.3",
5353
"codecov": "^3.6.5",
5454
"conventional-changelog-cli": "^2.0.34",
@@ -57,15 +57,15 @@
5757
"eslint-config-prettier": "^8.1.0",
5858
"eslint-plugin-mocha": "^8.1.0",
5959
"eslint-plugin-prettier": "^3.3.0",
60-
"eslint-plugin-react": "^7.19.0",
60+
"eslint-plugin-react": "^7.23.1",
6161
"genversion": "^2.3.1",
6262
"inquirer": "^8.0.0",
6363
"jest": "^26.6.3",
6464
"lerna": "4.0.0",
6565
"prettier": "^2.2.1",
6666
"rimraf": "^3.0.2",
6767
"shelljs": "^0.8.3",
68-
"ts-jest": "^26.5.3",
68+
"ts-jest": "^26.5.4",
6969
"typescript": "^4.2.3"
7070
},
7171
"resolutions": {

tests/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@
2424
"@react-native-firebase/perf": "11.1.2",
2525
"@react-native-firebase/remote-config": "11.1.2",
2626
"@react-native-firebase/storage": "11.1.2",
27-
"react": "17.0.1",
27+
"react": "17.0.2",
2828
"react-native": "0.64.0"
2929
},
3030
"devDependencies": {
3131
"@react-native-firebase/private-tests-helpers": "0.0.13",
3232
"a2a": "^0.2.0",
3333
"babel-plugin-istanbul": "^6.0.0",
3434
"detox": "17.14.6",
35-
"firebase-tools": "^9.6.0",
35+
"firebase-tools": "^9.8.0",
3636
"jest-circus": "^26.6.3",
3737
"jest-environment-node": "^26.6.2",
3838
"jet": "^0.6.6-0",
@@ -43,7 +43,7 @@
4343
"react-native-port-patcher": "^1.0.4",
4444
"should": "^13.2.3",
4545
"should-sinon": "0.0.6",
46-
"sinon": "^9.2.2"
46+
"sinon": "^10.0.0"
4747
},
4848
"detox": {
4949
"test-runner": "mocha",

0 commit comments

Comments
 (0)