Skip to content

Commit

Permalink
Updated dependencies for example: with-react-native-web (#17375)
Browse files Browse the repository at this point in the history
The current dependencies of  the example "with-react-native-web" are outdated.
In this PR I updated them and tested that they run and work.

Newest current react and react-dom versions: 16.13.1
Newest current  react-native-web and babel-plugin-react-native-web versions: 0.13.14

Mainly for the people starting with this example to have the new versions since the current versions are very far from each other.
Please merge 🙏
  • Loading branch information
orYoffe committed Oct 18, 2020
1 parent 753bb9f commit 68c62b3
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 68c62b3

Please sign in to comment.