Skip to content

Commit 2d3a323

Browse files
committed
build(deps): update all outdated javascript dependencies
1 parent 9d250a4 commit 2d3a323

File tree

6 files changed

+1272
-1726
lines changed

6 files changed

+1272
-1726
lines changed

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,30 +52,30 @@
5252
"@octokit/core": "^3.5.1",
5353
"@tsconfig/node12": "^1.0.9",
5454
"@types/jest": "^27.0.2",
55-
"@types/react": "^17.0.27",
56-
"@types/react-native": "^0.65.5",
57-
"@typescript-eslint/eslint-plugin": "^4.33.0",
58-
"@typescript-eslint/parser": "^4.33.0",
59-
"babel-jest": "^27.2.5",
55+
"@types/react": "^17.0.31",
56+
"@types/react-native": "^0.65.9",
57+
"@typescript-eslint/eslint-plugin": "^5.1.0",
58+
"@typescript-eslint/parser": "^5.1.0",
59+
"babel-jest": "^27.3.1",
6060
"clang-format": "^1.4.0",
6161
"codecov": "^3.8.3",
6262
"conventional-changelog-cli": "^2.0.34",
6363
"cross-env": "^7.0.3",
64-
"eslint": "^7.32.0",
64+
"eslint": "^8.0.1",
6565
"eslint-config-prettier": "^8.3.0",
6666
"eslint-plugin-mocha": "^9.0.0",
6767
"eslint-plugin-prettier": "^4.0.0",
6868
"eslint-plugin-react": "^7.26.1",
69-
"genversion": "^3.0.1",
69+
"genversion": "^3.0.2",
7070
"google-java-format": "^1.0.1",
7171
"inquirer": "^8.2.0",
72-
"jest": "^27.2.5",
72+
"jest": "^27.3.1",
7373
"lerna": "4.0.0",
7474
"prettier": "^2.4.1",
7575
"rimraf": "^3.0.2",
7676
"shelljs": "^0.8.3",
77-
"ts-jest": "^27.0.5",
78-
"typescript": "^4.4.3"
77+
"ts-jest": "^27.0.7",
78+
"typescript": "^4.4.4"
7979
},
8080
"resolutions": {
8181
"@types/react": "^17.0.27"

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"react-native": "*"
5757
},
5858
"dependencies": {
59-
"@expo/config-plugins": "^4.0.2",
59+
"@expo/config-plugins": "^4.0.3",
6060
"opencollective-postinstall": "^2.0.1",
6161
"superstruct": "^0.6.2"
6262
},

packages/crashlytics/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-native-firebase/app": "12.9.2"
3333
},
3434
"dependencies": {
35-
"@expo/config-plugins": "^4.0.2",
35+
"@expo/config-plugins": "^4.0.3",
3636
"stacktrace-js": "^2.0.0"
3737
},
3838
"publishConfig": {

packages/perf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@react-native-firebase/app": "12.9.2"
3333
},
3434
"dependencies": {
35-
"@expo/config-plugins": "^4.0.2"
35+
"@expo/config-plugins": "^4.0.3"
3636
},
3737
"publishConfig": {
3838
"access": "public"

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@react-native-firebase/remote-config": "12.9.2",
2727
"@react-native-firebase/storage": "12.9.2",
2828
"react": "17.0.2",
29-
"react-native": "0.66.0"
29+
"react-native": "0.67.0-rc.0"
3030
},
3131
"devDependencies": {
3232
"@firebase/rules-unit-testing": "^2.0.1",
@@ -35,7 +35,7 @@
3535
"babel-plugin-istanbul": "^6.0.0",
3636
"detox": "^18.23.1",
3737
"firebase": "^9.1.2",
38-
"firebase-tools": "^9.20.0",
38+
"firebase-tools": "^9.21.0",
3939
"jest-circus": "^27.2.5",
4040
"jest-environment-node": "^27.2.5",
4141
"jet": "^0.6.6-0",

0 commit comments

Comments
 (0)