diff --git a/packages/babel-plugin-remove-graphql-queries/package.json b/packages/babel-plugin-remove-graphql-queries/package.json index cc9c489e688b9..3ff86f1fdbdf2 100644 --- a/packages/babel-plugin-remove-graphql-queries/package.json +++ b/packages/babel-plugin-remove-graphql-queries/package.json @@ -1,6 +1,6 @@ { "name": "babel-plugin-remove-graphql-queries", - "version": "3.13.0-next.1", + "version": "3.13.0-next.2", "author": "Jason Quense ", "repository": { "type": "git", @@ -13,7 +13,7 @@ "@babel/core": "^7.14.8", "babel-preset-gatsby-package": "^1.13.0-next.0", "cross-env": "^7.0.3", - "gatsby-core-utils": "^2.13.0-next.1" + "gatsby-core-utils": "^2.13.0-next.2" }, "peerDependencies": { "@babel/core": "^7.0.0", diff --git a/packages/babel-preset-gatsby/package.json b/packages/babel-preset-gatsby/package.json index dabf26434e007..3a9c10df6e260 100644 --- a/packages/babel-preset-gatsby/package.json +++ b/packages/babel-preset-gatsby/package.json @@ -1,6 +1,6 @@ { "name": "babel-preset-gatsby", - "version": "1.13.0-next.1", + "version": "1.13.0-next.2", "author": "Philipp Spiess ", "repository": { "type": "git", @@ -22,7 +22,7 @@ "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-macros": "^2.8.0", "babel-plugin-transform-react-remove-prop-types": "^0.4.24", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "gatsby-legacy-polyfills": "^1.13.0-next.0" }, "peerDependencies": { diff --git a/packages/gatsby-admin/package.json b/packages/gatsby-admin/package.json index 9f065653a8684..d62684e531408 100644 --- a/packages/gatsby-admin/package.json +++ b/packages/gatsby-admin/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-admin", - "version": "0.23.0-next.3", + "version": "0.23.0-next.4", "main": "index.js", "author": "Max Stoiber", "license": "MIT", @@ -29,9 +29,9 @@ "@typescript-eslint/parser": "^4.29.3", "csstype": "^2.6.14", "formik": "^2.2.6", - "gatsby": "^3.13.0-next.3", + "gatsby": "^3.13.0-next.4", "gatsby-interface": "^0.0.244", - "gatsby-plugin-typescript": "^3.13.0-next.1", + "gatsby-plugin-typescript": "^3.13.0-next.2", "gatsby-plugin-webfonts": "^1.1.4", "gatsby-source-graphql": "^3.13.0-next.0", "lodash-es": "^4.17.21", diff --git a/packages/gatsby-cli/package.json b/packages/gatsby-cli/package.json index ec696ed0188c4..768cc3641029a 100644 --- a/packages/gatsby-cli/package.json +++ b/packages/gatsby-cli/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-cli", "description": "Gatsby command-line interface for creating new sites and running Gatsby commands", - "version": "3.13.0-next.2", + "version": "3.13.0-next.3", "author": "Kyle Mathews ", "bin": { "gatsby": "cli.js" @@ -23,9 +23,9 @@ "execa": "^5.1.1", "fs-exists-cached": "^1.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.1", - "gatsby-recipes": "^0.24.0-next.1", - "gatsby-telemetry": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-recipes": "^0.24.0-next.2", + "gatsby-telemetry": "^2.13.0-next.2", "hosted-git-info": "^3.0.6", "is-valid-path": "^0.1.1", "joi": "^17.4.0", diff --git a/packages/gatsby-core-utils/package.json b/packages/gatsby-core-utils/package.json index b8ad85b1ef62d..8bfacf64f70c3 100644 --- a/packages/gatsby-core-utils/package.json +++ b/packages/gatsby-core-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-core-utils", - "version": "2.13.0-next.1", + "version": "2.13.0-next.2", "description": "A collection of gatsby utils used in different gatsby packages", "keywords": [ "gatsby", diff --git a/packages/gatsby-page-utils/package.json b/packages/gatsby-page-utils/package.json index f0f78f51a0c82..092a3c189e44a 100644 --- a/packages/gatsby-page-utils/package.json +++ b/packages/gatsby-page-utils/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-page-utils", - "version": "1.13.0-next.1", + "version": "1.13.0-next.2", "description": "Gatsby library that helps creating pages", "main": "dist/index.js", "types": "dist/index.d.ts", @@ -26,7 +26,7 @@ "bluebird": "^3.7.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "glob": "^7.1.7", "lodash": "^4.17.21", "micromatch": "^4.0.4" diff --git a/packages/gatsby-plugin-gatsby-cloud/package.json b/packages/gatsby-plugin-gatsby-cloud/package.json index 1455132ad82ae..a2887a3c7cb72 100644 --- a/packages/gatsby-plugin-gatsby-cloud/package.json +++ b/packages/gatsby-plugin-gatsby-cloud/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-gatsby-cloud", "description": "A Gatsby plugin which optimizes working with Gatsby Cloud", - "version": "3.1.0-next.1", + "version": "3.1.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,8 +10,8 @@ "@babel/runtime": "^7.14.8", "date-fns": "^2.22.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.1", - "gatsby-telemetry": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-telemetry": "^2.13.0-next.2", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", "webpack-assets-manifest": "^5.0.6" diff --git a/packages/gatsby-plugin-image/package.json b/packages/gatsby-plugin-image/package.json index 05f46b3328f36..fa3aabecb7d66 100644 --- a/packages/gatsby-plugin-image/package.json +++ b/packages/gatsby-plugin-image/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-image", - "version": "1.13.0-next.2", + "version": "1.13.0-next.3", "scripts": { "build": "npm-run-all -s clean -p build:*", "build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src", @@ -76,12 +76,12 @@ "@babel/parser": "^7.14.9", "@babel/traverse": "^7.14.9", "babel-jsx-utils": "^1.1.0", - "babel-plugin-remove-graphql-queries": "^3.13.0-next.1", + "babel-plugin-remove-graphql-queries": "^3.13.0-next.2", "camelcase": "^5.3.1", "chokidar": "^3.5.1", "common-tags": "^1.8.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "objectFitPolyfill": "^2.3.0", "prop-types": "^15.7.2" }, diff --git a/packages/gatsby-plugin-manifest/package.json b/packages/gatsby-plugin-manifest/package.json index 25c4497c85fd1..4391b82f4d3f5 100644 --- a/packages/gatsby-plugin-manifest/package.json +++ b/packages/gatsby-plugin-manifest/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-plugin-manifest", "description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", - "version": "3.13.0-next.2", + "version": "3.13.0-next.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.8", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "gatsby-plugin-utils": "^1.13.0-next.0", "semver": "^7.3.5", "sharp": "^0.29.0" diff --git a/packages/gatsby-plugin-mdx/package.json b/packages/gatsby-plugin-mdx/package.json index e746decce7bd7..624361df9c558 100644 --- a/packages/gatsby-plugin-mdx/package.json +++ b/packages/gatsby-plugin-mdx/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-mdx", - "version": "2.13.0-next.1", + "version": "2.13.0-next.2", "description": "MDX integration for Gatsby", "main": "index.js", "license": "MIT", @@ -35,7 +35,7 @@ "escape-string-regexp": "^1.0.5", "eval": "^0.1.4", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "gray-matter": "^4.0.2", "json5": "^2.1.3", "loader-utils": "^1.4.0", diff --git a/packages/gatsby-plugin-netlify/package.json b/packages/gatsby-plugin-netlify/package.json index 996abc2e7c782..95340ac11808d 100644 --- a/packages/gatsby-plugin-netlify/package.json +++ b/packages/gatsby-plugin-netlify/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-netlify", "description": "A Gatsby plugin which generates a _headers file for netlify", - "version": "3.13.0-next.1", + "version": "3.13.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "kebab-hash": "^0.1.2", "lodash": "^4.17.21", "webpack-assets-manifest": "^5.0.6" diff --git a/packages/gatsby-plugin-offline/package.json b/packages/gatsby-plugin-offline/package.json index 7249ff8e21c30..e0986f82cd3c7 100644 --- a/packages/gatsby-plugin-offline/package.json +++ b/packages/gatsby-plugin-offline/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-offline", "description": "Gatsby plugin which sets up a site to be able to run offline", - "version": "4.13.0-next.1", + "version": "4.13.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "cheerio": "^1.0.0-rc.9", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "glob": "^7.1.7", "idb-keyval": "^3.2.0", "lodash": "^4.17.21", diff --git a/packages/gatsby-plugin-page-creator/package.json b/packages/gatsby-plugin-page-creator/package.json index 25a28f84e082f..bef459c2ef688 100644 --- a/packages/gatsby-plugin-page-creator/package.json +++ b/packages/gatsby-plugin-page-creator/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-plugin-page-creator", - "version": "3.13.0-next.1", + "version": "3.13.0-next.2", "description": "Gatsby plugin that automatically creates pages from React components in specified directories", "main": "index.js", "scripts": { @@ -28,9 +28,9 @@ "@sindresorhus/slugify": "^1.1.2", "chokidar": "^3.5.1", "fs-exists-cached": "^1.0.0", - "gatsby-core-utils": "^2.13.0-next.1", - "gatsby-page-utils": "^1.13.0-next.1", - "gatsby-telemetry": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-page-utils": "^1.13.0-next.2", + "gatsby-telemetry": "^2.13.0-next.2", "globby": "^11.0.4", "lodash": "^4.17.21" }, diff --git a/packages/gatsby-plugin-preload-fonts/package.json b/packages/gatsby-plugin-preload-fonts/package.json index 23fd2167c02bb..b6f3013f23425 100644 --- a/packages/gatsby-plugin-preload-fonts/package.json +++ b/packages/gatsby-plugin-preload-fonts/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-preload-fonts", "description": "Gatsby plugin for preloading fonts per page", - "version": "2.13.0-next.1", + "version": "2.13.0-next.2", "author": "Aaron Ross ", "main": "index.js", "bin": { @@ -14,7 +14,7 @@ "chalk": "^4.1.2", "date-fns": "^2.21.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "graphql-request": "^1.8.2", "progress": "^2.0.3", "puppeteer": "^3.3.0" diff --git a/packages/gatsby-plugin-sharp/package.json b/packages/gatsby-plugin-sharp/package.json index 3ebe616e3dc16..21469b1586a80 100644 --- a/packages/gatsby-plugin-sharp/package.json +++ b/packages/gatsby-plugin-sharp/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-sharp", "description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", - "version": "3.13.0-next.3", + "version": "3.13.0-next.4", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,9 +12,9 @@ "bluebird": "^3.7.2", "filenamify": "^4.3.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "gatsby-plugin-utils": "^1.13.0-next.0", - "gatsby-telemetry": "^2.13.0-next.1", + "gatsby-telemetry": "^2.13.0-next.2", "got": "^10.7.0", "lodash": "^4.17.21", "mini-svg-data-uri": "^1.3.3", @@ -32,7 +32,7 @@ "@types/sharp": "^0.28.5", "babel-preset-gatsby-package": "^1.13.0-next.0", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.13.0-next.2" + "gatsby-plugin-image": "^1.13.0-next.3" }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", "keywords": [ diff --git a/packages/gatsby-plugin-typescript/package.json b/packages/gatsby-plugin-typescript/package.json index ec2e23e1a2b8f..4d779c7aa6e89 100644 --- a/packages/gatsby-plugin-typescript/package.json +++ b/packages/gatsby-plugin-typescript/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-plugin-typescript", "description": "Adds TypeScript support to Gatsby", - "version": "3.13.0-next.1", + "version": "3.13.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -16,7 +16,7 @@ "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/preset-typescript": "^7.14.0", "@babel/runtime": "^7.14.8", - "babel-plugin-remove-graphql-queries": "^3.13.0-next.1" + "babel-plugin-remove-graphql-queries": "^3.13.0-next.2" }, "devDependencies": { "@babel/cli": "^7.14.8", diff --git a/packages/gatsby-recipes/package.json b/packages/gatsby-recipes/package.json index e65863c0348d8..44b7fe068fb91 100644 --- a/packages/gatsby-recipes/package.json +++ b/packages/gatsby-recipes/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-recipes", "description": "Core functionality for Gatsby Recipes", - "version": "0.24.0-next.1", + "version": "0.24.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -30,8 +30,8 @@ "express": "^4.17.1", "express-graphql": "^0.12.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.1", - "gatsby-telemetry": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-telemetry": "^2.13.0-next.2", "glob": "^7.1.6", "graphql": "^15.4.0", "graphql-compose": "~7.25.0", diff --git a/packages/gatsby-remark-images/package.json b/packages/gatsby-remark-images/package.json index 2b87fd1f4115d..acee30ab7288c 100644 --- a/packages/gatsby-remark-images/package.json +++ b/packages/gatsby-remark-images/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-images", "description": "Processes images in markdown so they can be used in the production build.", - "version": "5.10.0-next.1", + "version": "5.10.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -10,7 +10,7 @@ "@babel/runtime": "^7.14.8", "chalk": "^4.1.2", "cheerio": "^1.0.0-rc.10", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "is-relative-url": "^3.0.0", "lodash": "^4.17.21", "mdast-util-definitions": "^4.0.0", diff --git a/packages/gatsby-remark-katex/package.json b/packages/gatsby-remark-katex/package.json index c993e29040e32..ee93d1aec5037 100644 --- a/packages/gatsby-remark-katex/package.json +++ b/packages/gatsby-remark-katex/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-remark-katex", "description": "Transform math nodes to html markup", - "version": "5.10.0-next.0", + "version": "5.10.0-next.1", "author": "Jeffrey Xiao ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" diff --git a/packages/gatsby-source-contentful/package.json b/packages/gatsby-source-contentful/package.json index e80c104964149..09258c5e97b0f 100644 --- a/packages/gatsby-source-contentful/package.json +++ b/packages/gatsby-source-contentful/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-contentful", "description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", - "version": "5.13.0-next.2", + "version": "5.13.0-next.3", "author": "Marcus Ericsson (mericsson.com)", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -17,9 +17,9 @@ "common-tags": "^1.8.0", "contentful": "^8.4.2", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "gatsby-plugin-utils": "^1.13.0-next.0", - "gatsby-source-filesystem": "^3.13.0-next.1", + "gatsby-source-filesystem": "^3.13.0-next.2", "is-online": "^8.5.1", "json-stringify-safe": "^5.0.1", "lodash": "^4.17.21", diff --git a/packages/gatsby-source-drupal/package.json b/packages/gatsby-source-drupal/package.json index 88f78f7cea8f7..c40059521706b 100644 --- a/packages/gatsby-source-drupal/package.json +++ b/packages/gatsby-source-drupal/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-drupal", "description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", - "version": "4.13.0-next.2", + "version": "4.13.0-next.3", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "bluebird": "^3.7.2", "body-parser": "^1.19.0", "fastq": "^1.11.1", - "gatsby-source-filesystem": "^3.13.0-next.1", + "gatsby-source-filesystem": "^3.13.0-next.2", "got": "^11.8.2", "http2-wrapper": "^2.0.5", "lodash": "^4.17.21", diff --git a/packages/gatsby-source-filesystem/package.json b/packages/gatsby-source-filesystem/package.json index 69a932ead8001..2a3bd9a4c86f3 100644 --- a/packages/gatsby-source-filesystem/package.json +++ b/packages/gatsby-source-filesystem/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-source-filesystem", "description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.", - "version": "3.13.0-next.1", + "version": "3.13.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -12,7 +12,7 @@ "chokidar": "^3.4.3", "file-type": "^16.0.0", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "got": "^9.6.0", "md5-file": "^5.0.0", "mime": "^2.5.2", diff --git a/packages/gatsby-source-shopify/package.json b/packages/gatsby-source-shopify/package.json index 6e8b616ccde4b..32e0f54fc8da4 100644 --- a/packages/gatsby-source-shopify/package.json +++ b/packages/gatsby-source-shopify/package.json @@ -1,6 +1,6 @@ { "name": "gatsby-source-shopify", - "version": "5.5.0-next.3", + "version": "5.5.0-next.4", "description": "Gatsby source plugin for building websites using Shopify as a data source.", "scripts": { "watch": "tsc-watch --outDir .", @@ -19,8 +19,8 @@ }, "homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-source-shopify#readme", "dependencies": { - "gatsby-core-utils": "^2.13.0-next.1", - "gatsby-source-filesystem": "^3.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", + "gatsby-source-filesystem": "^3.13.0-next.2", "node-fetch": "^2.6.1", "sharp": "^0.29.0", "shift-left": "^0.1.5" @@ -31,7 +31,7 @@ "@types/node-fetch": "^2.5.12", "@types/sharp": "^0.28.5", "cross-env": "^7.0.3", - "gatsby-plugin-image": "^1.13.0-next.2", + "gatsby-plugin-image": "^1.13.0-next.3", "msw": "^0.33.2", "prettier": "^2.3.2", "prettier-check": "^2.0.0", diff --git a/packages/gatsby-source-wordpress/package.json b/packages/gatsby-source-wordpress/package.json index 30fe7ed1eda78..e9b9907c54556 100644 --- a/packages/gatsby-source-wordpress/package.json +++ b/packages/gatsby-source-wordpress/package.json @@ -2,7 +2,7 @@ "name": "gatsby-source-wordpress", "description": "Source data from WordPress in an efficient and scalable way.", "author": "Tyler Barnes ", - "version": "5.13.0-next.3", + "version": "5.13.0-next.4", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, @@ -28,10 +28,10 @@ "file-type": "^15.0.1", "filesize": "^6.1.0", "fs-extra": "^9.1.0", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "gatsby-image": "^3.10.0", "gatsby-plugin-catch-links": "^3.13.0-next.0", - "gatsby-source-filesystem": "^3.13.0-next.1", + "gatsby-source-filesystem": "^3.13.0-next.2", "glob": "^7.1.6", "got": "^11.7.0", "graphql-query-compress": "^1.2.2", @@ -53,7 +53,7 @@ "@types/semver": "^7.3.8", "babel-plugin-import-globals": "^2.0.0", "babel-plugin-module-resolver": "4.1.0", - "babel-preset-gatsby": "^1.13.0-next.1", + "babel-preset-gatsby": "^1.13.0-next.2", "babel-preset-gatsby-package": "^1.13.0-next.0", "cross-env": "^7.0.3", "identity-obj-proxy": "^3.0.0", diff --git a/packages/gatsby-telemetry/package.json b/packages/gatsby-telemetry/package.json index 2d52f0d6a52f0..ffcc1536ac38e 100644 --- a/packages/gatsby-telemetry/package.json +++ b/packages/gatsby-telemetry/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-telemetry", "description": "Gatsby Telemetry", - "version": "2.13.0-next.1", + "version": "2.13.0-next.2", "author": "Jarmo Isotalo ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -15,7 +15,7 @@ "boxen": "^4.2.0", "configstore": "^5.0.1", "fs-extra": "^8.1.0", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "git-up": "^4.0.5", "is-docker": "^2.2.1", "lodash": "^4.17.21", diff --git a/packages/gatsby-transformer-remark/package.json b/packages/gatsby-transformer-remark/package.json index 1f71b5363ffab..50ca2094c5d4d 100644 --- a/packages/gatsby-transformer-remark/package.json +++ b/packages/gatsby-transformer-remark/package.json @@ -1,14 +1,14 @@ { "name": "gatsby-transformer-remark", "description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", - "version": "4.10.0-next.1", + "version": "4.10.0-next.2", "author": "Kyle Mathews ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" }, "dependencies": { "@babel/runtime": "^7.14.8", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-core-utils": "^2.13.0-next.2", "gray-matter": "^4.0.2", "hast-util-raw": "^6.0.2", "hast-util-to-html": "^7.1.2", diff --git a/packages/gatsby-transformer-sqip/package.json b/packages/gatsby-transformer-sqip/package.json index b599e2a57dced..dd1ef5425c91e 100644 --- a/packages/gatsby-transformer-sqip/package.json +++ b/packages/gatsby-transformer-sqip/package.json @@ -1,7 +1,7 @@ { "name": "gatsby-transformer-sqip", "description": "Generates geometric primitive version of images", - "version": "3.13.0-next.3", + "version": "3.13.0-next.4", "author": "Benedikt Rötsch ", "bugs": { "url": "https://github.com/gatsbyjs/gatsby/issues" @@ -9,7 +9,7 @@ "dependencies": { "@babel/runtime": "^7.14.8", "fs-extra": "^8.1.0", - "gatsby-plugin-sharp": "^3.13.0-next.3", + "gatsby-plugin-sharp": "^3.13.0-next.4", "md5-file": "^5.0.0", "mini-svg-data-uri": "^1.3.3", "p-queue": "^6.6.2", diff --git a/packages/gatsby/package.json b/packages/gatsby/package.json index bef4f0b2433b6..753ccf1691ef4 100644 --- a/packages/gatsby/package.json +++ b/packages/gatsby/package.json @@ -1,7 +1,7 @@ { "name": "gatsby", "description": "Blazing fast modern site generator for React", - "version": "3.13.0-next.3", + "version": "3.13.0-next.4", "author": "Kyle Mathews ", "bin": { "gatsby": "./cli.js" @@ -32,8 +32,8 @@ "babel-plugin-add-module-exports": "^1.0.4", "babel-plugin-dynamic-import-node": "^2.3.3", "babel-plugin-lodash": "^3.3.4", - "babel-plugin-remove-graphql-queries": "^3.13.0-next.1", - "babel-preset-gatsby": "^1.13.0-next.1", + "babel-plugin-remove-graphql-queries": "^3.13.0-next.2", + "babel-preset-gatsby": "^1.13.0-next.2", "better-opn": "^2.0.0", "bluebird": "^3.7.2", "body-parser": "^1.19.0", @@ -74,16 +74,16 @@ "find-cache-dir": "^3.3.1", "fs-exists-cached": "1.0.0", "fs-extra": "^8.1.0", - "gatsby-cli": "^3.13.0-next.2", - "gatsby-core-utils": "^2.13.0-next.1", + "gatsby-cli": "^3.13.0-next.3", + "gatsby-core-utils": "^2.13.0-next.2", "gatsby-graphiql-explorer": "^1.13.0-next.0", "gatsby-legacy-polyfills": "^1.13.0-next.0", "gatsby-link": "^3.13.0-next.0", - "gatsby-plugin-page-creator": "^3.13.0-next.1", - "gatsby-plugin-typescript": "^3.13.0-next.1", + "gatsby-plugin-page-creator": "^3.13.0-next.2", + "gatsby-plugin-typescript": "^3.13.0-next.2", "gatsby-plugin-utils": "^1.13.0-next.0", "gatsby-react-router-scroll": "^4.13.0-next.0", - "gatsby-telemetry": "^2.13.0-next.1", + "gatsby-telemetry": "^2.13.0-next.2", "gatsby-worker": "^0.4.0-next.0", "glob": "^7.1.6", "got": "8.3.2",