Skip to content

Commit c4a555f

Browse files
authored
Merge pull request #58 from netlify/renovate/netlify-plugin-nextjs-4.x
2 parents bcd7f4b + 4491f37 commit c4a555f

File tree

2 files changed

+14
-19
lines changed

2 files changed

+14
-19
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@netlify/build": "^27.15.6",
1515
"@netlify/functions": "^1.2.0",
16-
"@netlify/plugin-nextjs": "^4.14.2",
16+
"@netlify/plugin-nextjs": "^4.18.0",
1717
"@types/fs-extra": "^9.0.13",
1818
"fs-extra": "^10.0.1"
1919
}

yarn.lock

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -405,13 +405,6 @@
405405
cpy "^8.1.0"
406406
path-exists "^5.0.0"
407407

408-
"@netlify/functions@^1.0.0":
409-
version "1.0.0"
410-
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-1.0.0.tgz#5b6c02fafc567033c93b15a080cc021e5f10f254"
411-
integrity sha512-7fnJv3vr8uyyyOYPChwoec6MjzsCw1CoRUO2DhQ1BD6bOyJRlD4DUaOOGlMILB2LCT8P24p5LexEGx8AJb7xdA==
412-
dependencies:
413-
is-promise "^4.0.0"
414-
415408
"@netlify/functions@^1.2.0":
416409
version "1.2.0"
417410
resolved "https://registry.yarnpkg.com/@netlify/functions/-/functions-1.2.0.tgz#0acce06db94113d2a42253930c45cb69ab97c530"
@@ -430,12 +423,12 @@
430423
moize "^6.0.0"
431424
path-exists "^5.0.0"
432425

433-
"@netlify/ipx@^1.2.0":
434-
version "1.2.0"
435-
resolved "https://registry.yarnpkg.com/@netlify/ipx/-/ipx-1.2.0.tgz#b705740a7b3f8a52c68b036eb78d5d1391f0f3da"
436-
integrity sha512-8yPY4kfNAsVq1zzfr8XUvWbko4JIRStqiLAzvOt/+Pq45GFxijxO/r3aUJhmhvS3bq9veX1ZbqwKoJOk8TTKig==
426+
"@netlify/ipx@^1.2.2":
427+
version "1.2.2"
428+
resolved "https://registry.yarnpkg.com/@netlify/ipx/-/ipx-1.2.2.tgz#84a9a5a8fd0035f4f437aab4de65e8979b73b430"
429+
integrity sha512-Xr//SMx4wyTh1RpWHAaiqdSiknL+X7y2BR8H/rOjLc7dhBDFwIy+n3c8OT8UMRYQ3Uv+RkvzckXBv/Dye5lN9Q==
437430
dependencies:
438-
"@netlify/functions" "^1.0.0"
431+
"@netlify/functions" "^1.2.0"
439432
etag "^1.8.1"
440433
fs-extra "^10.0.0"
441434
ipx "^0.9.4"
@@ -451,15 +444,17 @@
451444
resolved "https://registry.yarnpkg.com/@netlify/open-api/-/open-api-2.11.0.tgz#0086ce3cf13976cffe8e2b01bff869dd819cadb8"
452445
integrity sha512-ni6R1xdR8EtH0iB8ixGt9ocuboW+Q8eN4ilTX8lfNHS6Y6Q2S+O/aB2n1BnAgv39wopeQsQ2meL9vfEePURl7w==
453446

454-
"@netlify/plugin-nextjs@^4.14.2":
455-
version "4.14.2"
456-
resolved "https://registry.yarnpkg.com/@netlify/plugin-nextjs/-/plugin-nextjs-4.14.2.tgz#813f3a06659a22a6f5072853fce921fc9ba853e3"
457-
integrity sha512-Z6JJH0nXyWzxOrlakwhvoyq4w2MtP9g9cJoGu4WsYplI1gBprSu7lGGKwyGOCMyZjtI/vy2OnJg9xnndHoYDbA==
447+
"@netlify/plugin-nextjs@^4.18.0":
448+
version "4.18.0"
449+
resolved "https://registry.yarnpkg.com/@netlify/plugin-nextjs/-/plugin-nextjs-4.18.0.tgz#beee4cf697187afe16ef6ba5c267354fc7a618f2"
450+
integrity sha512-c5z0cHwXZBb+pDcSY+d/8dEWDkd4JLBaVnxxj6b6swa47SAUMOa+tpYkr+c38ctqAObLl35K7W69PfriryaAkQ==
458451
dependencies:
459-
"@netlify/functions" "^1.0.0"
460-
"@netlify/ipx" "^1.2.0"
452+
"@netlify/esbuild" "0.14.25"
453+
"@netlify/functions" "^1.2.0"
454+
"@netlify/ipx" "^1.2.2"
461455
"@vercel/node-bridge" "^2.1.0"
462456
chalk "^4.1.2"
457+
execa "^5.1.1"
463458
fs-extra "^10.0.0"
464459
globby "^11.0.4"
465460
moize "^6.1.0"

0 commit comments

Comments
 (0)