Skip to content

Commit 76bb1d8

Browse files
committed
chore(dependencies): update javascript dependencies to latest stable
- detox, superstruct, react, @types/react pinned for compatibility reasons
1 parent 7e93c26 commit 76bb1d8

File tree

3 files changed

+804
-376
lines changed

3 files changed

+804
-376
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@
4040
"format:markdown": "prettier --write \"docs/**/*.md\""
4141
},
4242
"devDependencies": {
43-
"@babel/preset-env": "7.12.11",
44-
"@babel/preset-flow": "7.12.1",
43+
"@babel/preset-env": "7.12.16",
44+
"@babel/preset-flow": "7.12.13",
4545
"@types/jest": "^26.0.19",
4646
"@types/react": "^16.9.49",
47-
"@types/react-native": "^0.63.42",
48-
"@typescript-eslint/eslint-plugin": "^4.11.0",
49-
"@typescript-eslint/parser": "^4.11.0",
47+
"@types/react-native": "^0.63.48",
48+
"@typescript-eslint/eslint-plugin": "^4.15.0",
49+
"@typescript-eslint/parser": "^4.15.0",
5050
"codecov": "^3.6.5",
5151
"conventional-changelog-cli": "^2.0.34",
5252
"cross-env": "^7.0.3",
53-
"eslint": "^7.16.0",
53+
"eslint": "^7.19.0",
5454
"eslint-config-prettier": "^7.1.0",
5555
"eslint-plugin-mocha": "^8.0.0",
5656
"eslint-plugin-prettier": "^3.3.0",
@@ -62,11 +62,11 @@
6262
"prettier": "^2.2.1",
6363
"rimraf": "^3.0.2",
6464
"shelljs": "^0.8.3",
65-
"ts-jest": "^26.4.4",
66-
"typescript": "^4.1.3"
65+
"ts-jest": "^26.5.1",
66+
"typescript": "^4.1.5"
6767
},
6868
"resolutions": {
69-
"@types/react": "^16.9.49"
69+
"@types/react": "^16.14.3"
7070
},
7171
"workspaces": {
7272
"packages": [

tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"a2a": "^0.2.0",
3333
"babel-plugin-istanbul": "^6.0.0",
3434
"detox": "17.14.6",
35-
"firebase-tools": "^9.1.0",
35+
"firebase-tools": "^9.3.0",
3636
"jet": "^0.6.6-0",
37-
"mocha": "^8.2.1",
37+
"mocha": "^8.3.0",
3838
"nyc": "^15.0.1",
3939
"patch-package": "^6.2.2",
4040
"react-native-port-patcher": "^1.0.4",

0 commit comments

Comments
 (0)