This commit is contained in:
Nicolas Gallagher
2021-04-20 12:19:56 -07:00
parent 6c3f6546d5
commit 2d9dca42fa
7 changed files with 11 additions and 11 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "examples",
"version": "0.15.7",
"version": "0.16.0",
"scripts": {
"dev": "next",
"build": "next build",
@@ -11,12 +11,12 @@
"next": "^10.0.6",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-native-web": "0.15.7"
"react-native-web": "0.16.0"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-flow": "^7.12.13",
"babel-plugin-react-native-web": "0.15.7"
"babel-plugin-react-native-web": "0.16.0"
},
"license": "MIT"
}