Skip to content

Commit

Permalink
updated dependencies for examples/with-react-native-web
Browse files Browse the repository at this point in the history
  • Loading branch information
orYoffe committed Sep 26, 2020
1 parent 8eccecb commit 0c6e6f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/with-react-native-web/package.json
Expand Up @@ -7,12 +7,12 @@
},
"dependencies": {
"next": "latest",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-native-web": "^0.11.6"
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-native-web": "^0.13.14"
},
"devDependencies": {
"babel-plugin-react-native-web": "^0.11.7"
"babel-plugin-react-native-web": "^0.13.14"
},
"license": "MIT"
}

0 comments on commit 0c6e6f0

Please sign in to comment.