Skip to content

Commit

Permalink
feat(remix-netlify): broaden peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey committed May 9, 2022
1 parent e6d5a05 commit 9ee31e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/remix-netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@remix-run/node": "1.4.3"
},
"peerDependencies": {
"@netlify/functions": "^0.10.0"
"@netlify/functions": "^0.10.0 || ^1.0.0"
},
"devDependencies": {
"@netlify/functions": "^0.10.0"
"@netlify/functions": "^1.0.0"
}
}
2 changes: 1 addition & 1 deletion templates/netlify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"start": "cross-env NODE_ENV=production netlify dev"
},
"dependencies": {
"@netlify/functions": "^0.10.0",
"@netlify/functions": "^1.0.0",
"@remix-run/netlify": "*",
"@remix-run/node": "*",
"@remix-run/react": "*",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1371,10 +1371,10 @@
outvariant "^1.2.1"
strict-event-emitter "^0.2.0"

"@netlify/functions@^0.10.0":
version "0.10.0"
resolved "https://registry.npmjs.org/@netlify/functions/-/functions-0.10.0.tgz"
integrity sha512-NNFADTPnokuoMY1OUhaXlE/Jrzk5lHOl1uB4L/8pw1UJ/CaectZJACMExijbJnqaKIhOQG0WmbBQUh1lgnK/Qg==
"@netlify/functions@^1.0.0":
version "1.0.0"
resolved "https://registry.npmjs.org/@netlify/functions/-/functions-1.0.0.tgz"
integrity sha512-7fnJv3vr8uyyyOYPChwoec6MjzsCw1CoRUO2DhQ1BD6bOyJRlD4DUaOOGlMILB2LCT8P24p5LexEGx8AJb7xdA==
dependencies:
is-promise "^4.0.0"

Expand Down

0 comments on commit 9ee31e6

Please sign in to comment.