Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Prev Previous commit
Next Next commit
updated beta
  • Loading branch information
mbifulco committed Dec 1, 2021
commit 358a9c322083d7cbe5a8922b0646c65827ca9199
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"swr": "^1.0.1"
},
"devDependencies": {
"@netlify/plugin-nextjs": "4.0.0-beta.6",
"@netlify/plugin-nextjs": "4.0.0-beta.12",
"@next/eslint-plugin-next": "^12.0.4",
"eslint": "<8.0.0",
"eslint-config-next": "^12.0.4",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1079,20 +1079,20 @@
path-exists "^4.0.0"
readdirp "^3.4.0"

"@netlify/functions@^0.10.0":
version "0.10.0"
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-0.10.0.tgz#3856b609df1c1d1c7c21773650d1e5b4f81cfaf2"
integrity sha512-NNFADTPnokuoMY1OUhaXlE/Jrzk5lHOl1uB4L/8pw1UJ/CaectZJACMExijbJnqaKIhOQG0WmbBQUh1lgnK/Qg==
dependencies:
is-promise "^4.0.0"

"@netlify/functions@^0.7.2":
version "0.7.2"
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-0.7.2.tgz#9d39553b94e7aaa86dddf515bdbaed3e89998122"
integrity sha512-xf45ZqQukMxmlkqNMC5BXdFMaVZ8VqF42MV5zA5nKVOh2V0mhYlcbTYlVbS/K2/rtvQ3W8lxxixYl4NT7kq6Bg==
dependencies:
is-promise "^4.0.0"

"@netlify/functions@^0.8.0":
version "0.8.0"
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-0.8.0.tgz#0c0a3d5a8efdc6aa469f75acb9df556a317cff1f"
integrity sha512-Ew4Q2ofSBa5aeVOvrHNNEkfCJNmjTkEIr+WkyveOZrcnKQGH/sTtPqVb6HP51NJHNhczBkd3S3KdXfrCB0q0Ig==
dependencies:
is-promise "^4.0.0"

"@netlify/ipx@^0.0.7":
version "0.0.7"
resolved "https://registry.yarnpkg.com/@netlify/ipx/-/ipx-0.0.7.tgz#56098885577c32319cf161be6dc836ade645231d"
Expand All @@ -1108,12 +1108,12 @@
ufo "^0.7.9"
unstorage "^0.2.8"

"@netlify/[email protected].6":
version "4.0.0-beta.6"
resolved "https://registry.yarnpkg.com/@netlify/plugin-nextjs/-/plugin-nextjs-4.0.0-beta.6.tgz#eb968c83f4844b5bf92fdd4b92cd408bd6afdd72"
integrity sha512-6F18qQ5icHaH7rFPbK7sJJVXmOB9oVr0soeth6Wj+rmC9pg30bo8lv7L8bUX95KfOMfca0/4yh+zSxf40pm/Eg==
"@netlify/[email protected].12":
version "4.0.0-beta.12"
resolved "https://registry.yarnpkg.com/@netlify/plugin-nextjs/-/plugin-nextjs-4.0.0-beta.12.tgz#6a685b1b0b6bb2b3de93e5028188a0f6ce3dcbdc"
integrity sha512-40WJ8mZZQKPJjPFW3nl5DrV32hZkOnpSnJjjLPTdUWrEOUKsliz94g77XwhuemiB6REAQOAByJT1qVWNMNmxVQ==
dependencies:
"@netlify/functions" "^0.8.0"
"@netlify/functions" "^0.10.0"
"@netlify/ipx" "^0.0.7"
"@vercel/node" "^1.11.2-canary.4"
chalk "^4.1.2"
Expand Down