This commit is contained in:
Nicolas Gallagher
2023-06-15 20:27:12 -07:00
parent 6dbef6eece
commit c350d82427
5 changed files with 14 additions and 14 deletions
@@ -1,18 +1,18 @@
{
"private": true,
"name": "react-native-web-examples",
"version": "0.19.4",
"version": "0.19.5",
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"babel-plugin-react-native-web": "0.19.4",
"babel-plugin-react-native-web": "0.19.5",
"next": "^12.2.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-native-web": "0.19.4"
"react-native-web": "0.19.5"
},
"devDependencies": {
"@babel/core": "^7.18.6",