Skip to content

Commit 9ee31e6

Browse files
committed
feat(remix-netlify): broaden peerDependencies
1 parent e6d5a05 commit 9ee31e6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

packages/remix-netlify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@remix-run/node": "1.4.3"
1616
},
1717
"peerDependencies": {
18-
"@netlify/functions": "^0.10.0"
18+
"@netlify/functions": "^0.10.0 || ^1.0.0"
1919
},
2020
"devDependencies": {
21-
"@netlify/functions": "^0.10.0"
21+
"@netlify/functions": "^1.0.0"
2222
}
2323
}

templates/netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "cross-env NODE_ENV=production netlify dev"
1111
},
1212
"dependencies": {
13-
"@netlify/functions": "^0.10.0",
13+
"@netlify/functions": "^1.0.0",
1414
"@remix-run/netlify": "*",
1515
"@remix-run/node": "*",
1616
"@remix-run/react": "*",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,10 +1371,10 @@
13711371
outvariant "^1.2.1"
13721372
strict-event-emitter "^0.2.0"
13731373

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

0 commit comments

Comments
 (0)