Skip to content

Commit

Permalink
[js/rn] upgrade dependencies for e2e test (#11863)
Browse files Browse the repository at this point in the history
* [js/rn] upgrade dependencies for e2e test

* use JDK11 only for gradle

* expand variable
  • Loading branch information
fs-eire authored and RandyShuai committed Aug 2, 2022
1 parent 85f3651 commit af6eb74
Show file tree
Hide file tree
Showing 3 changed files with 1,061 additions and 994 deletions.
4 changes: 2 additions & 2 deletions js/react_native/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"start": "react-native start"
},
"dependencies": {
"react": "^17.0.2",
"react-native": "^0.67.2"
"react": "^18.1.0",
"react-native": "^0.68.2"
},
"devDependencies": {
"@babel/core": "^7.17.0",
Expand Down
Loading

0 comments on commit af6eb74

Please sign in to comment.