From a7e646bfe05371b87c66117a2b691de180cc81f4 Mon Sep 17 00:00:00 2001 From: GatsbyJS Bot Date: Thu, 18 Feb 2021 10:21:27 +0000 Subject: [PATCH] feat(conditional-page-builds): make it default (#29548) * feat(build): conditional page builds are no longer experimental (they are default) * Update docs/docs/conceptual/overview-of-the-gatsby-build-process.md Co-authored-by: Ward Peeters * fix cli integration tests Co-authored-by: Ward Peeters --- yarn.lock | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/yarn.lock b/yarn.lock index 00773b37a6759..c05c3de7eb8d2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1721,12 +1721,7 @@ "@types/node" "*" form-data "^3.0.0" -"@types/node@*": - version "14.14.25" - resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.25.tgz#15967a7b577ff81383f9b888aa6705d43fbbae93" - integrity sha512-EPpXLOVqDvisVxtlbvzfyqSsFeQxltFbluZNRndIb8tr9KiBnYNLzrc1N3pyKUCww2RNrfHDViqDWWE1LCJQtQ== - -"@types/node@^8.5.7": +"@types/node@*", "@types/node@^8.5.7": version "8.10.66" resolved "https://registry.yarnpkg.com/@types/node/-/node-8.10.66.tgz#dd035d409df322acc83dff62a602f12a5783bbb3" integrity sha512-tktOkFUA4kXx2hhhrB8bIFb5TbwzS4uOhKEmwiD+NoiL0qtP2OQ9mFldbgD4dV1djrlBYP6eBuQZiWjuHUpqFw==