This commit is contained in:
Nicolas Gallagher
2022-08-30 14:41:09 -07:00
parent 9766fe6d4b
commit dee258ae02
5 changed files with 28 additions and 14 deletions
@@ -1,18 +1,18 @@
{
"private": true,
"name": "react-native-web-examples",
"version": "0.18.8",
"version": "0.18.9",
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"babel-plugin-react-native-web": "0.18.8",
"babel-plugin-react-native-web": "0.18.9",
"next": "^12.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native-web": "0.18.8"
"react-native-web": "0.18.9"
},
"devDependencies": {
"@babel/core": "^7.18.6",