Skip to content

File tree

28 files changed

+75
-75
lines changed

28 files changed

+75
-75
lines changed

packages/babel-plugin-remove-graphql-queries/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "3.13.0-next.1",
3+
"version": "3.13.0-next.2",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
"@babel/core": "^7.14.8",
1414
"babel-preset-gatsby-package": "^1.13.0-next.0",
1515
"cross-env": "^7.0.3",
16-
"gatsby-core-utils": "^2.13.0-next.1"
16+
"gatsby-core-utils": "^2.13.0-next.2"
1717
},
1818
"peerDependencies": {
1919
"@babel/core": "^7.0.0",

packages/babel-preset-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "1.13.0-next.1",
3+
"version": "1.13.0-next.2",
44
"author": "Philipp Spiess <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -22,7 +22,7 @@
2222
"babel-plugin-dynamic-import-node": "^2.3.3",
2323
"babel-plugin-macros": "^2.8.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
25-
"gatsby-core-utils": "^2.13.0-next.1",
25+
"gatsby-core-utils": "^2.13.0-next.2",
2626
"gatsby-legacy-polyfills": "^1.13.0-next.0"
2727
},
2828
"peerDependencies": {

packages/gatsby-admin/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-admin",
3-
"version": "0.23.0-next.3",
3+
"version": "0.23.0-next.4",
44
"main": "index.js",
55
"author": "Max Stoiber",
66
"license": "MIT",
@@ -29,9 +29,9 @@
2929
"@typescript-eslint/parser": "^4.29.3",
3030
"csstype": "^2.6.14",
3131
"formik": "^2.2.6",
32-
"gatsby": "^3.13.0-next.3",
32+
"gatsby": "^3.13.0-next.4",
3333
"gatsby-interface": "^0.0.244",
34-
"gatsby-plugin-typescript": "^3.13.0-next.1",
34+
"gatsby-plugin-typescript": "^3.13.0-next.2",
3535
"gatsby-plugin-webfonts": "^1.1.4",
3636
"gatsby-source-graphql": "^3.13.0-next.0",
3737
"lodash-es": "^4.17.21",

packages/gatsby-cli/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-cli",
33
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands",
4-
"version": "3.13.0-next.2",
4+
"version": "3.13.0-next.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -23,9 +23,9 @@
2323
"execa": "^5.1.1",
2424
"fs-exists-cached": "^1.0.0",
2525
"fs-extra": "^8.1.0",
26-
"gatsby-core-utils": "^2.13.0-next.1",
27-
"gatsby-recipes": "^0.24.0-next.1",
28-
"gatsby-telemetry": "^2.13.0-next.1",
26+
"gatsby-core-utils": "^2.13.0-next.2",
27+
"gatsby-recipes": "^0.24.0-next.2",
28+
"gatsby-telemetry": "^2.13.0-next.2",
2929
"hosted-git-info": "^3.0.6",
3030
"is-valid-path": "^0.1.1",
3131
"joi": "^17.4.0",

packages/gatsby-core-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "2.13.0-next.1",
3+
"version": "2.13.0-next.2",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-page-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "1.13.0-next.1",
3+
"version": "1.13.0-next.2",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"bluebird": "^3.7.2",
2727
"chokidar": "^3.5.1",
2828
"fs-exists-cached": "^1.0.0",
29-
"gatsby-core-utils": "^2.13.0-next.1",
29+
"gatsby-core-utils": "^2.13.0-next.2",
3030
"glob": "^7.1.7",
3131
"lodash": "^4.17.21",
3232
"micromatch": "^4.0.4"

packages/gatsby-plugin-gatsby-cloud/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
4-
"version": "3.1.0-next.1",
4+
"version": "3.1.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,8 +10,8 @@
1010
"@babel/runtime": "^7.14.8",
1111
"date-fns": "^2.22.1",
1212
"fs-extra": "^8.1.0",
13-
"gatsby-core-utils": "^2.13.0-next.1",
14-
"gatsby-telemetry": "^2.13.0-next.1",
13+
"gatsby-core-utils": "^2.13.0-next.2",
14+
"gatsby-telemetry": "^2.13.0-next.2",
1515
"kebab-hash": "^0.1.2",
1616
"lodash": "^4.17.21",
1717
"webpack-assets-manifest": "^5.0.6"

packages/gatsby-plugin-image/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "1.13.0-next.2",
3+
"version": "1.13.0-next.3",
44
"scripts": {
55
"build": "npm-run-all -s clean -p build:*",
66
"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 @@
7676
"@babel/parser": "^7.14.9",
7777
"@babel/traverse": "^7.14.9",
7878
"babel-jsx-utils": "^1.1.0",
79-
"babel-plugin-remove-graphql-queries": "^3.13.0-next.1",
79+
"babel-plugin-remove-graphql-queries": "^3.13.0-next.2",
8080
"camelcase": "^5.3.1",
8181
"chokidar": "^3.5.1",
8282
"common-tags": "^1.8.0",
8383
"fs-extra": "^8.1.0",
84-
"gatsby-core-utils": "^2.13.0-next.1",
84+
"gatsby-core-utils": "^2.13.0-next.2",
8585
"objectFitPolyfill": "^2.3.0",
8686
"prop-types": "^15.7.2"
8787
},

packages/gatsby-plugin-manifest/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "3.13.0-next.2",
4+
"version": "3.13.0-next.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
11-
"gatsby-core-utils": "^2.13.0-next.1",
11+
"gatsby-core-utils": "^2.13.0-next.2",
1212
"gatsby-plugin-utils": "^1.13.0-next.0",
1313
"semver": "^7.3.5",
1414
"sharp": "^0.29.0"

packages/gatsby-plugin-mdx/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "2.13.0-next.1",
3+
"version": "2.13.0-next.2",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",
@@ -35,7 +35,7 @@
3535
"escape-string-regexp": "^1.0.5",
3636
"eval": "^0.1.4",
3737
"fs-extra": "^8.1.0",
38-
"gatsby-core-utils": "^2.13.0-next.1",
38+
"gatsby-core-utils": "^2.13.0-next.2",
3939
"gray-matter": "^4.0.2",
4040
"json5": "^2.1.3",
4141
"loader-utils": "^1.4.0",

packages/gatsby-plugin-netlify/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-netlify",
33
"description": "A Gatsby plugin which generates a _headers file for netlify",
4-
"version": "3.13.0-next.1",
4+
"version": "3.13.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@babel/runtime": "^7.14.8",
1717
"fs-extra": "^8.1.0",
18-
"gatsby-core-utils": "^2.13.0-next.1",
18+
"gatsby-core-utils": "^2.13.0-next.2",
1919
"kebab-hash": "^0.1.2",
2020
"lodash": "^4.17.21",
2121
"webpack-assets-manifest": "^5.0.6"

packages/gatsby-plugin-offline/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-plugin-offline",
33
"description": "Gatsby plugin which sets up a site to be able to run offline",
4-
"version": "4.13.0-next.1",
4+
"version": "4.13.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.14.8",
1111
"cheerio": "^1.0.0-rc.9",
12-
"gatsby-core-utils": "^2.13.0-next.1",
12+
"gatsby-core-utils": "^2.13.0-next.2",
1313
"glob": "^7.1.7",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.21",

packages/gatsby-plugin-page-creator/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "3.13.0-next.1",
3+
"version": "3.13.0-next.2",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -28,9 +28,9 @@
2828
"@sindresorhus/slugify": "^1.1.2",
2929
"chokidar": "^3.5.1",
3030
"fs-exists-cached": "^1.0.0",
31-
"gatsby-core-utils": "^2.13.0-next.1",
32-
"gatsby-page-utils": "^1.13.0-next.1",
33-
"gatsby-telemetry": "^2.13.0-next.1",
31+
"gatsby-core-utils": "^2.13.0-next.2",
32+
"gatsby-page-utils": "^1.13.0-next.2",
33+
"gatsby-telemetry": "^2.13.0-next.2",
3434
"globby": "^11.0.4",
3535
"lodash": "^4.17.21"
3636
},

packages/gatsby-plugin-preload-fonts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-preload-fonts",
33
"description": "Gatsby plugin for preloading fonts per page",
4-
"version": "2.13.0-next.1",
4+
"version": "2.13.0-next.2",
55
"author": "Aaron Ross <[email protected]>",
66
"main": "index.js",
77
"bin": {
@@ -14,7 +14,7 @@
1414
"chalk": "^4.1.2",
1515
"date-fns": "^2.21.1",
1616
"fs-extra": "^8.1.0",
17-
"gatsby-core-utils": "^2.13.0-next.1",
17+
"gatsby-core-utils": "^2.13.0-next.2",
1818
"graphql-request": "^1.8.2",
1919
"progress": "^2.0.3",
2020
"puppeteer": "^3.3.0"

packages/gatsby-plugin-sharp/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-sharp",
33
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins",
4-
"version": "3.13.0-next.3",
4+
"version": "3.13.0-next.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,9 +12,9 @@
1212
"bluebird": "^3.7.2",
1313
"filenamify": "^4.3.0",
1414
"fs-extra": "^9.1.0",
15-
"gatsby-core-utils": "^2.13.0-next.1",
15+
"gatsby-core-utils": "^2.13.0-next.2",
1616
"gatsby-plugin-utils": "^1.13.0-next.0",
17-
"gatsby-telemetry": "^2.13.0-next.1",
17+
"gatsby-telemetry": "^2.13.0-next.2",
1818
"got": "^10.7.0",
1919
"lodash": "^4.17.21",
2020
"mini-svg-data-uri": "^1.3.3",
@@ -32,7 +32,7 @@
3232
"@types/sharp": "^0.28.5",
3333
"babel-preset-gatsby-package": "^1.13.0-next.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-image": "^1.13.0-next.2"
35+
"gatsby-plugin-image": "^1.13.0-next.3"
3636
},
3737
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3838
"keywords": [

packages/gatsby-plugin-typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-typescript",
33
"description": "Adds TypeScript support to Gatsby",
4-
"version": "3.13.0-next.1",
4+
"version": "3.13.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -16,7 +16,7 @@
1616
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
1717
"@babel/preset-typescript": "^7.14.0",
1818
"@babel/runtime": "^7.14.8",
19-
"babel-plugin-remove-graphql-queries": "^3.13.0-next.1"
19+
"babel-plugin-remove-graphql-queries": "^3.13.0-next.2"
2020
},
2121
"devDependencies": {
2222
"@babel/cli": "^7.14.8",

packages/gatsby-recipes/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-recipes",
33
"description": "Core functionality for Gatsby Recipes",
4-
"version": "0.24.0-next.1",
4+
"version": "0.24.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -30,8 +30,8 @@
3030
"express": "^4.17.1",
3131
"express-graphql": "^0.12.0",
3232
"fs-extra": "^8.1.0",
33-
"gatsby-core-utils": "^2.13.0-next.1",
34-
"gatsby-telemetry": "^2.13.0-next.1",
33+
"gatsby-core-utils": "^2.13.0-next.2",
34+
"gatsby-telemetry": "^2.13.0-next.2",
3535
"glob": "^7.1.6",
3636
"graphql": "^15.4.0",
3737
"graphql-compose": "~7.25.0",

packages/gatsby-remark-images/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-images",
33
"description": "Processes images in markdown so they can be used in the production build.",
4-
"version": "5.10.0-next.1",
4+
"version": "5.10.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.14.8",
1111
"chalk": "^4.1.2",
1212
"cheerio": "^1.0.0-rc.10",
13-
"gatsby-core-utils": "^2.13.0-next.1",
13+
"gatsby-core-utils": "^2.13.0-next.2",
1414
"is-relative-url": "^3.0.0",
1515
"lodash": "^4.17.21",
1616
"mdast-util-definitions": "^4.0.0",

packages/gatsby-remark-katex/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-remark-katex",
33
"description": "Transform math nodes to html markup",
4-
"version": "5.10.0-next.0",
4+
"version": "5.10.0-next.1",
55
"author": "Jeffrey Xiao <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

packages/gatsby-source-contentful/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-contentful",
33
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source",
4-
"version": "5.13.0-next.2",
4+
"version": "5.13.0-next.3",
55
"author": "Marcus Ericsson <[email protected]> (mericsson.com)",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -17,9 +17,9 @@
1717
"common-tags": "^1.8.0",
1818
"contentful": "^8.4.2",
1919
"fs-extra": "^9.1.0",
20-
"gatsby-core-utils": "^2.13.0-next.1",
20+
"gatsby-core-utils": "^2.13.0-next.2",
2121
"gatsby-plugin-utils": "^1.13.0-next.0",
22-
"gatsby-source-filesystem": "^3.13.0-next.1",
22+
"gatsby-source-filesystem": "^3.13.0-next.2",
2323
"is-online": "^8.5.1",
2424
"json-stringify-safe": "^5.0.1",
2525
"lodash": "^4.17.21",

packages/gatsby-source-drupal/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-drupal",
33
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source",
4-
"version": "4.13.0-next.2",
4+
"version": "4.13.0-next.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -12,7 +12,7 @@
1212
"bluebird": "^3.7.2",
1313
"body-parser": "^1.19.0",
1414
"fastq": "^1.11.1",
15-
"gatsby-source-filesystem": "^3.13.0-next.1",
15+
"gatsby-source-filesystem": "^3.13.0-next.2",
1616
"got": "^11.8.2",
1717
"http2-wrapper": "^2.0.5",
1818
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)