Skip to content

Commit

Permalink
[fix] examples app move babel-plugin to dependencies for sandbox ci
Browse files Browse the repository at this point in the history
  • Loading branch information
yuxizhe committed Jun 29, 2022
1 parent 63521d0 commit cc3f216
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-native-web": "0.18.2"
"react-native-web": "0.18.2",
"babel-plugin-react-native-web": "0.18.2"
},
"devDependencies": {
"@babel/core": "^7.12.13",
"@babel/preset-flow": "^7.12.13",
"babel-plugin-react-native-web": "0.18.2"
"@babel/preset-flow": "^7.12.13"

},
"license": "MIT"
}

0 comments on commit cc3f216

Please sign in to comment.