Skip to content

Commit 221eb50

Browse files
committed
chore: update javascript dependencies
this includes bump to react-native 0.64.1 for test app so that it works with Xcode 12.5
1 parent faf881b commit 221eb50

File tree

5 files changed

+596
-386
lines changed

5 files changed

+596
-386
lines changed

.github/workflows/tests_e2e_ios.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
id: pods-cache
8989
with:
9090
path: tests/ios/Pods
91-
key: ${{ runner.os }}-pods-${{ hashFiles('**/Podfile.lock') }}-v1
92-
restore-keys: ${{ runner.os }}-pods
91+
key: ${{ runner.os }}-pods-v2-${{ hashFiles('**/Podfile.lock') }}
92+
restore-keys: ${{ runner.os }}-pods-v2
9393

9494
- uses: actions/cache@v2
9595
name: Detox Framework Cache

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -40,35 +40,35 @@
4040
"format:markdown": "prettier --write \"docs/**/*.md\""
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.13.10",
44-
"@babel/preset-env": "7.13.15",
43+
"@babel/core": "^7.14.0",
44+
"@babel/preset-env": "7.14.1",
4545
"@octokit/core": "^3.3.1",
46-
"@types/jest": "^26.0.22",
47-
"@types/react": "^17.0.3",
48-
"@types/react-native": "^0.64.1",
49-
"@typescript-eslint/eslint-plugin": "^4.19.0",
50-
"@typescript-eslint/parser": "^4.19.0",
46+
"@types/jest": "^26.0.23",
47+
"@types/react": "^17.0.5",
48+
"@types/react-native": "^0.64.4",
49+
"@typescript-eslint/eslint-plugin": "^4.22.1",
50+
"@typescript-eslint/parser": "^4.22.1",
5151
"babel-jest": "^26.6.3",
52-
"codecov": "^3.6.5",
52+
"codecov": "^3.8.2",
5353
"conventional-changelog-cli": "^2.0.34",
5454
"cross-env": "^7.0.3",
55-
"eslint": "^7.22.0",
56-
"eslint-config-prettier": "^8.1.0",
55+
"eslint": "^7.25.0",
56+
"eslint-config-prettier": "^8.3.0",
5757
"eslint-plugin-mocha": "^8.1.0",
58-
"eslint-plugin-prettier": "^3.3.0",
59-
"eslint-plugin-react": "^7.23.1",
58+
"eslint-plugin-prettier": "^3.4.0",
59+
"eslint-plugin-react": "^7.23.2",
6060
"genversion": "^2.3.1",
6161
"inquirer": "^8.0.0",
6262
"jest": "^26.6.3",
6363
"lerna": "4.0.0",
6464
"prettier": "^2.2.1",
6565
"rimraf": "^3.0.2",
6666
"shelljs": "^0.8.3",
67-
"ts-jest": "^26.5.4",
67+
"ts-jest": "^26.5.6",
6868
"typescript": "^4.2.3"
6969
},
7070
"resolutions": {
71-
"@types/react": "^17.0.3"
71+
"@types/react": "^17.0.5"
7272
},
7373
"workspaces": {
7474
"packages": [

0 commit comments

Comments
 (0)