Skip to content

Commit ed00363

Browse files
committed
build(deps): bump all javascript dependencies
1 parent 25d9a5e commit ed00363

File tree

5 files changed

+1259
-1029
lines changed

5 files changed

+1259
-1029
lines changed

.opensource/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "React Native Firebase",
3+
"$schema": "../node_modules/nx/schemas/project-schema.json",
34
"type": "library",
45
"platforms": ["Android", "iOS"],
56
"content": "README.md",

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,30 +50,30 @@
5050
"format:markdown": "prettier --write \"docs/**/*.md\""
5151
},
5252
"devDependencies": {
53-
"@babel/core": "^7.18.13",
54-
"@babel/preset-env": "^7.18.10",
55-
"@octokit/core": "^4.0.5",
53+
"@babel/core": "^7.19.3",
54+
"@babel/preset-env": "^7.19.4",
55+
"@octokit/core": "^4.1.0",
5656
"@tsconfig/node12": "^1.0.11",
5757
"@types/jest": "28.1.2",
5858
"@types/react": "^17.0.48",
5959
"@types/react-native": "^0.67.12",
60-
"@typescript-eslint/eslint-plugin": "^5.35.1",
61-
"@typescript-eslint/parser": "^5.35.1",
60+
"@typescript-eslint/eslint-plugin": "^5.40.1",
61+
"@typescript-eslint/parser": "^5.40.1",
6262
"babel-jest": "^28.1.3",
6363
"clang-format": "^1.8.0",
6464
"codecov": "^3.8.3",
6565
"conventional-changelog-cli": "^2.2.2",
6666
"cross-env": "^7.0.3",
67-
"eslint": "^8.22.0",
67+
"eslint": "^8.25.0",
6868
"eslint-config-prettier": "^8.5.0",
6969
"eslint-plugin-mocha": "^10.1.0",
7070
"eslint-plugin-prettier": "^4.2.1",
71-
"eslint-plugin-react": "^7.31.0",
71+
"eslint-plugin-react": "^7.31.10",
7272
"genversion": "^3.1.1",
73-
"google-java-format": "^1.0.1",
73+
"google-java-format": "^1.1.0",
7474
"inquirer": "^8.2.4",
7575
"jest": "^28.1.1",
76-
"lerna": "^5.4.3",
76+
"lerna": "^6.0.1",
7777
"prettier": "^2.7.1",
7878
"regenerator-transform": "^0.15.0",
7979
"rimraf": "^3.0.2",

tests/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,23 +34,23 @@
3434
"@react-native-firebase/private-tests-helpers": "0.0.13",
3535
"a2a": "^0.2.0",
3636
"babel-plugin-istanbul": "^6.0.0",
37-
"detox": "^19.12.3",
38-
"firebase": "^9.10.0",
39-
"firebase-tools": "^11.12.0",
37+
"detox": "^19.12.6",
38+
"firebase": "^9.12.1",
39+
"firebase-tools": "^11.15.0",
4040
"jest-circus": "^28.1.1",
4141
"jest-environment-node": "^28.1.1",
4242
"jet": "^0.8.1",
4343
"jsonwebtoken": "^8.5.1",
44-
"metro-react-native-babel-preset": "0.72.3",
45-
"mocha": "^10.0.0",
44+
"metro-react-native-babel-preset": "0.73.2",
45+
"mocha": "^10.1.0",
4646
"nyc": "^15.0.1",
4747
"patch-package": "^6.4.7",
4848
"pod-install": "^0.1.37",
4949
"react-native-codegen": "^0.0.13",
5050
"react-native-port-patcher": "^1.0.5",
5151
"should": "^13.2.3",
5252
"should-sinon": "0.0.6",
53-
"sinon": "^14.0.0"
53+
"sinon": "^14.0.1"
5454
},
5555
"detox": {
5656
"test-runner": "mocha",
File renamed without changes.

0 commit comments

Comments
 (0)