Skip to content

Commit

Permalink
chore(deps): update dependency @netlify/functions to v1 (nuxt#3241)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Feb 16, 2022
1 parent 7c9b0a3 commit 4cd931e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/nitro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@cloudflare/kv-asset-handler": "^0.2.0",
"@netlify/functions": "^0.11.1",
"@netlify/functions": "^1.0.0",
"@nuxt/design": "0.1.5",
"@nuxt/devalue": "^2.0.0",
"@nuxt/kit": "3.0.0",
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2410,7 +2410,7 @@ __metadata:
languageName: node
linkType: hard

"@netlify/functions@npm:^0.11.0, @netlify/functions@npm:^0.11.1":
"@netlify/functions@npm:^0.11.0":
version: 0.11.1
resolution: "@netlify/functions@npm:0.11.1"
dependencies:
Expand All @@ -2419,6 +2419,15 @@ __metadata:
languageName: node
linkType: hard

"@netlify/functions@npm:^1.0.0":
version: 1.0.0
resolution: "@netlify/functions@npm:1.0.0"
dependencies:
is-promise: ^4.0.0
checksum: 1e3c234f14fd2fe8f46cae9336679054bf067b60217ee1c424adec1b1d1e4208eeaacb3401c48b625fe057df56f5dc553b961d4758f53bb0eae6f5b78d6385ad
languageName: node
linkType: hard

"@nodelib/fs.scandir@npm:2.1.5":
version: 2.1.5
resolution: "@nodelib/fs.scandir@npm:2.1.5"
Expand Down Expand Up @@ -2975,7 +2984,7 @@ __metadata:
resolution: "@nuxt/nitro@workspace:packages/nitro"
dependencies:
"@cloudflare/kv-asset-handler": ^0.2.0
"@netlify/functions": ^0.11.1
"@netlify/functions": ^1.0.0
"@nuxt/design": 0.1.5
"@nuxt/devalue": ^2.0.0
"@nuxt/kit": 3.0.0
Expand Down

0 comments on commit 4cd931e

Please sign in to comment.