Skip to content

Commit bcdba8d

Browse files
committed
build(deps): update javascript dependencies to current
with exception of superstruct, which is still massively out of date
1 parent 8e61602 commit bcdba8d

File tree

3 files changed

+758
-713
lines changed

3 files changed

+758
-713
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@
5151
"@babel/preset-env": "7.15.6",
5252
"@octokit/core": "^3.5.1",
5353
"@tsconfig/node12": "^1.0.9",
54-
"@types/jest": "^27.0.1",
55-
"@types/react": "^17.0.20",
56-
"@types/react-native": "^0.65.0",
57-
"@typescript-eslint/eslint-plugin": "^4.31.1",
58-
"@typescript-eslint/parser": "^4.31.1",
59-
"babel-jest": "^27.2.0",
54+
"@types/jest": "^27.0.2",
55+
"@types/react": "^17.0.26",
56+
"@types/react-native": "^0.65.2",
57+
"@typescript-eslint/eslint-plugin": "^4.32.0",
58+
"@typescript-eslint/parser": "^4.32.0",
59+
"babel-jest": "^27.2.4",
6060
"clang-format": "^1.4.0",
6161
"codecov": "^3.8.3",
6262
"conventional-changelog-cli": "^2.0.34",
@@ -65,20 +65,20 @@
6565
"eslint-config-prettier": "^8.3.0",
6666
"eslint-plugin-mocha": "^9.0.0",
6767
"eslint-plugin-prettier": "^4.0.0",
68-
"eslint-plugin-react": "^7.25.1",
68+
"eslint-plugin-react": "^7.26.1",
6969
"genversion": "^3.0.1",
7070
"google-java-format": "^1.0.1",
71-
"inquirer": "^8.1.3",
72-
"jest": "^27.2.0",
71+
"inquirer": "^8.1.5",
72+
"jest": "^27.2.4",
7373
"lerna": "4.0.0",
74-
"prettier": "^2.4.0",
74+
"prettier": "^2.4.1",
7575
"rimraf": "^3.0.2",
7676
"shelljs": "^0.8.3",
7777
"ts-jest": "^27.0.5",
7878
"typescript": "^4.4.3"
7979
},
8080
"resolutions": {
81-
"@types/react": "^17.0.20"
81+
"@types/react": "^17.0.26"
8282
},
8383
"workspaces": {
8484
"packages": [

tests/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
"react-native": "0.66.0-rc.4"
3030
},
3131
"devDependencies": {
32-
"@firebase/rules-unit-testing": "^2.0.0",
32+
"@firebase/rules-unit-testing": "^2.0.1",
3333
"@react-native-firebase/private-tests-helpers": "0.0.13",
3434
"a2a": "^0.2.0",
3535
"babel-plugin-istanbul": "^6.0.0",
3636
"detox": "^18.22.0",
37-
"firebase": "^9.0.2",
38-
"firebase-tools": "^9.18.0",
39-
"jest-circus": "^27.2.0",
40-
"jest-environment-node": "^27.2.0",
37+
"firebase": "^9.1.0",
38+
"firebase-tools": "^9.19.0",
39+
"jest-circus": "^27.2.4",
40+
"jest-environment-node": "^27.2.4",
4141
"jet": "^0.6.6-0",
4242
"jsonwebtoken": "^8.5.1",
4343
"metro-react-native-babel-preset": "0.66.2",
44-
"mocha": "^9.1.1",
44+
"mocha": "^9.1.2",
4545
"nyc": "^15.0.1",
4646
"patch-package": "^6.4.7",
4747
"react-native-codegen": "^0.0.8",

0 commit comments

Comments
 (0)