This commit is contained in:
Nicolas Gallagher
2023-01-24 15:49:56 -08:00
parent ca152037bf
commit 21b5d44c74
5 changed files with 14 additions and 14 deletions
@@ -1,18 +1,18 @@
{
"private": true,
"name": "react-native-web-examples",
"version": "0.18.10",
"version": "0.18.11",
"scripts": {
"build": "next build",
"dev": "next",
"start": "next start"
},
"dependencies": {
"babel-plugin-react-native-web": "0.18.10",
"babel-plugin-react-native-web": "0.18.11",
"next": "^12.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native-web": "0.18.10"
"react-native-web": "0.18.11"
},
"devDependencies": {
"@babel/core": "^7.18.6",