Skip to content

Commit

Permalink
add missing peer dependencies for expo build:web
Browse files Browse the repository at this point in the history
  • Loading branch information
ruddell committed Dec 12, 2021
1 parent 407d284 commit 6dcdaee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions generators/app/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@
"typescript": "4.4.4",
"prettier": "2.4.1",
"patch-package": "6.4.7",
"path-exists": "5.0.0",
"resolve": "1.20.0",
"tapable": "2.2.1",
"rimraf": "3.0.2"
}
}
5 changes: 4 additions & 1 deletion generators/app/templates/package.json.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,10 @@
"typescript": "REPLACE_WITH_VERSION",
"rimraf": "REPLACE_WITH_VERSION",
"jest-expo": "EXPO_REPLACE_WITH_VERSION",
"@expo/webpack-config": "EXPO_REPLACE_WITH_VERSION"
"@expo/webpack-config": "EXPO_REPLACE_WITH_VERSION",
"path-exists": "REPLACE_WITH_VERSION",
"resolve": "REPLACE_WITH_VERSION",
"tapable": "REPLACE_WITH_VERSION"
},
<%_ if (!context.skipCommitHook) { _%>
"lint-staged": {
Expand Down

0 comments on commit 6dcdaee

Please sign in to comment.