Skip to content

Commit

Permalink
Update dependecies for example apps (#1742)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergoncharov-zz committed Dec 11, 2019
1 parent 22d6bb7 commit b5d3ab6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Examples/CodePushDemoApp-pre0.49/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
"react": "16.0.0-alpha.12",
"react-native": "^0.47.1",
"react-native-code-push": "file:../../",
"react-native-windows": "^0.43.0-rc.0"
"react-native-windows": "^1.0.0"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-jest": "^25.0.0",
"babel-preset-react-native": "2.1.0",
"jest": "20.0.4",
"react-test-renderer": "16.0.0-alpha.12"
Expand Down
6 changes: 3 additions & 3 deletions Examples/CodePushDemoApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
},
"dependencies": {
"react": "16.0.0-beta.5",
"react-native": "^0.49.3",
"react-native": "^0.61.5",
"react-native-code-push": "file:../../"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-jest": "^25.0.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"jest": "^25.0.0",
"react-test-renderer": "16.0.0-beta.5"
},
"jest": {
Expand Down

0 comments on commit b5d3ab6

Please sign in to comment.