Skip to content

Commit

Permalink
[chore] simplify rn-next engine deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pavjacko committed Feb 25, 2021
1 parent ce81760 commit 1b8da00
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
19 changes: 6 additions & 13 deletions packages/rnv-engine-rn-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,11 @@
},
"dependencies": {
"@expo/next-adapter": "2.1.29",
"@next/bundle-analyzer": "9.4.4",
"@zeit/next-css": "1.0.1",
"babel-loader": "8.0.5",
"babel-preset-expo": "8.0.0",
"html-webpack-harddisk-plugin": "1.0.2",
"html-webpack-plugin": "4.5.1",
"next": "9.5.3",
"next-compose-plugins": "2.2.0",
"next-fonts": "1.4.0",
"next-images": "1.4.1",
"next-optimized-images": "2.6.2",
"next-page-transitions": "1.0.0-beta.2",
"next-routes": "1.4.2",
"next-transpile-modules": "4.1.0"
"next-fonts": "1.4.0",
"next-transpile-modules": "4.1.0",
"@zeit/next-css": "1.0.1"
},
"devDependencies": {
"@babel/cli": "7.8.3",
Expand All @@ -50,8 +41,10 @@
"@babel/plugin-proposal-optional-chaining": "7.8.3",
"@babel/preset-env": "7.8.7"
},

"peerDependencies": {
"rnv": "^0.31"
"next": ">=9.5.3",
"rnv": ">=0.31"
},
"private": false,
"publishConfig": {
Expand Down
5 changes: 3 additions & 2 deletions packages/rnv-engine-rn-next/renative.engine.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@
},
"npm": {
"devDependencies": {

}
},
"platforms": {
"web": {}
"web": {
}
}
}

0 comments on commit 1b8da00

Please sign in to comment.