Skip to content

File tree

27 files changed

+75
-75
lines changed

27 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": "4.8.0-next.0",
3+
"version": "4.8.0-next.1",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -10,7 +10,7 @@
1010
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme",
1111
"dependencies": {
1212
"@babel/runtime": "^7.15.4",
13-
"gatsby-core-utils": "^3.8.0-next.0"
13+
"gatsby-core-utils": "^3.8.0-next.1"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.15.4",

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": "2.8.0-next.0",
3+
"version": "2.8.0-next.1",
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": "^3.8.0-next.0",
25+
"gatsby-core-utils": "^3.8.0-next.1",
2626
"gatsby-legacy-polyfills": "^2.8.0-next.0"
2727
},
2828
"peerDependencies": {

packages/gatsby-cli/package.json

+3-3
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": "4.8.0-next.2",
4+
"version": "4.8.0-next.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -30,8 +30,8 @@
3030
"execa": "^5.1.1",
3131
"fs-exists-cached": "^1.0.0",
3232
"fs-extra": "^10.0.0",
33-
"gatsby-core-utils": "^3.8.0-next.0",
34-
"gatsby-telemetry": "^3.8.0-next.0",
33+
"gatsby-core-utils": "^3.8.0-next.1",
34+
"gatsby-telemetry": "^3.8.0-next.1",
3535
"hosted-git-info": "^3.0.8",
3636
"is-valid-path": "^0.1.1",
3737
"joi": "^17.4.2",

packages/gatsby-core-utils/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "3.8.0-next.0",
3+
"version": "3.8.0-next.1",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",
@@ -49,8 +49,8 @@
4949
"fs-extra": "^10.0.0",
5050
"got": "^11.8.3",
5151
"import-from": "^4.0.0",
52-
"lock": "^1.1.0",
5352
"lmdb": "^2.1.7",
53+
"lock": "^1.1.0",
5454
"node-object-hash": "^2.3.10",
5555
"proper-lockfile": "^4.1.2",
5656
"resolve-from": "^5.0.0",

packages/gatsby-link/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "4.8.0-next.1",
4+
"version": "4.8.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.15.4",
1111
"@types/reach__router": "^1.3.10",
12-
"gatsby-page-utils": "^2.8.0-next.0",
12+
"gatsby-page-utils": "^2.8.0-next.1",
1313
"prop-types": "^15.7.2"
1414
},
1515
"devDependencies": {

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": "2.8.0-next.0",
3+
"version": "2.8.0-next.1",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
3030
"bluebird": "^3.7.2",
3131
"chokidar": "^3.5.2",
3232
"fs-exists-cached": "^1.0.0",
33-
"gatsby-core-utils": "^3.8.0-next.0",
33+
"gatsby-core-utils": "^3.8.0-next.1",
3434
"glob": "^7.2.0",
3535
"lodash": "^4.17.21",
3636
"micromatch": "^4.0.4"

packages/gatsby-plugin-benchmark-reporting/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-benchmark-reporting",
33
"description": "Gatsby Benchmark Reporting",
4-
"version": "2.8.0-next.0",
4+
"version": "2.8.0-next.1",
55
"author": "Peter van der Zee <pvdz@github>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"@babel/runtime": "^7.15.4",
2323
"fast-glob": "^3.2.11",
24-
"gatsby-core-utils": "^3.8.0-next.0",
24+
"gatsby-core-utils": "^3.8.0-next.1",
2525
"node-fetch": "^2.6.7"
2626
},
2727
"scripts": {

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": "4.8.0-next.2",
4+
"version": "4.8.0-next.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,8 +10,8 @@
1010
"@babel/runtime": "^7.15.4",
1111
"date-fns": "^2.28.0",
1212
"fs-extra": "^10.0.0",
13-
"gatsby-core-utils": "^3.8.0-next.0",
14-
"gatsby-telemetry": "^3.8.0-next.0",
13+
"gatsby-core-utils": "^3.8.0-next.1",
14+
"gatsby-telemetry": "^3.8.0-next.1",
1515
"js-cookie": "^3.0.1",
1616
"kebab-hash": "^0.1.2",
1717
"lodash": "^4.17.21",

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": "2.8.0-next.0",
3+
"version": "2.8.0-next.1",
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",
@@ -77,12 +77,12 @@
7777
"@babel/runtime": "^7.15.4",
7878
"@babel/traverse": "^7.15.4",
7979
"babel-jsx-utils": "^1.1.0",
80-
"babel-plugin-remove-graphql-queries": "^4.8.0-next.0",
80+
"babel-plugin-remove-graphql-queries": "^4.8.0-next.1",
8181
"camelcase": "^5.3.1",
8282
"chokidar": "^3.5.2",
8383
"common-tags": "^1.8.2",
8484
"fs-extra": "^10.0.0",
85-
"gatsby-core-utils": "^3.8.0-next.0",
85+
"gatsby-core-utils": "^3.8.0-next.1",
8686
"objectFitPolyfill": "^2.3.5",
8787
"prop-types": "^15.7.2"
8888
},

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": "4.8.0-next.1",
4+
"version": "4.8.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.15.4",
11-
"gatsby-core-utils": "^3.8.0-next.0",
11+
"gatsby-core-utils": "^3.8.0-next.1",
1212
"gatsby-plugin-utils": "^3.2.0-next.1",
1313
"semver": "^7.3.5",
1414
"sharp": "^0.30.1"

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": "3.8.0-next.1",
3+
"version": "3.8.0-next.2",
44
"description": "MDX integration for Gatsby",
55
"main": "index.js",
66
"license": "MIT",
@@ -37,7 +37,7 @@
3737
"escape-string-regexp": "^1.0.5",
3838
"eval": "^0.1.4",
3939
"fs-extra": "^10.0.0",
40-
"gatsby-core-utils": "^3.8.0-next.0",
40+
"gatsby-core-utils": "^3.8.0-next.1",
4141
"gray-matter": "^4.0.2",
4242
"json5": "^2.1.3",
4343
"loader-utils": "^1.4.0",

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": "5.8.0-next.1",
4+
"version": "5.8.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.15.4",
1111
"cheerio": "^1.0.0-rc.10",
12-
"gatsby-core-utils": "^3.8.0-next.0",
12+
"gatsby-core-utils": "^3.8.0-next.1",
1313
"glob": "^7.2.0",
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": "4.8.0-next.1",
3+
"version": "4.8.0-next.2",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -29,10 +29,10 @@
2929
"@sindresorhus/slugify": "^1.1.2",
3030
"chokidar": "^3.5.2",
3131
"fs-exists-cached": "^1.0.0",
32-
"gatsby-core-utils": "^3.8.0-next.0",
33-
"gatsby-page-utils": "^2.8.0-next.0",
32+
"gatsby-core-utils": "^3.8.0-next.1",
33+
"gatsby-page-utils": "^2.8.0-next.1",
3434
"gatsby-plugin-utils": "^3.2.0-next.1",
35-
"gatsby-telemetry": "^3.8.0-next.0",
35+
"gatsby-telemetry": "^3.8.0-next.1",
3636
"globby": "^11.0.4",
3737
"lodash": "^4.17.21"
3838
},

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": "3.8.0-next.0",
4+
"version": "3.8.0-next.1",
55
"author": "Aaron Ross <[email protected]>",
66
"main": "index.js",
77
"bin": {
@@ -15,7 +15,7 @@
1515
"chalk": "^4.1.2",
1616
"date-fns": "^2.28.0",
1717
"fs-extra": "^10.0.0",
18-
"gatsby-core-utils": "^3.8.0-next.0",
18+
"gatsby-core-utils": "^3.8.0-next.1",
1919
"graphql-request": "^1.8.2",
2020
"progress": "^2.0.3",
2121
"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": "4.8.0-next.1",
4+
"version": "4.8.0-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,9 +13,9 @@
1313
"debug": "^4.3.3",
1414
"filenamify": "^4.3.0",
1515
"fs-extra": "^10.0.0",
16-
"gatsby-core-utils": "^3.8.0-next.0",
16+
"gatsby-core-utils": "^3.8.0-next.1",
1717
"gatsby-plugin-utils": "^3.2.0-next.1",
18-
"gatsby-telemetry": "^3.8.0-next.0",
18+
"gatsby-telemetry": "^3.8.0-next.1",
1919
"got": "^11.8.3",
2020
"lodash": "^4.17.21",
2121
"mini-svg-data-uri": "^1.4.3",
@@ -33,7 +33,7 @@
3333
"@types/sharp": "^0.29.5",
3434
"babel-preset-gatsby-package": "^2.8.0-next.0",
3535
"cross-env": "^7.0.3",
36-
"gatsby-plugin-image": "^2.8.0-next.0"
36+
"gatsby-plugin-image": "^2.8.0-next.1"
3737
},
3838
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme",
3939
"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": "4.8.0-next.0",
4+
"version": "4.8.0-next.1",
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.15.0",
1818
"@babel/runtime": "^7.15.4",
19-
"babel-plugin-remove-graphql-queries": "^4.8.0-next.0"
19+
"babel-plugin-remove-graphql-queries": "^4.8.0-next.1"
2020
},
2121
"devDependencies": {
2222
"@babel/cli": "^7.15.4",

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": "6.8.0-next.1",
4+
"version": "6.8.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.15.4",
1111
"chalk": "^4.1.2",
1212
"cheerio": "^1.0.0-rc.10",
13-
"gatsby-core-utils": "^3.8.0-next.0",
13+
"gatsby-core-utils": "^3.8.0-next.1",
1414
"is-relative-url": "^3.0.0",
1515
"lodash": "^4.17.21",
1616
"mdast-util-definitions": "^4.0.0",

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": "7.6.0-next.1",
4+
"version": "7.6.0-next.2",
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.2",
1818
"contentful": "^8.5.8",
1919
"fs-extra": "^10.0.0",
20-
"gatsby-core-utils": "^3.8.0-next.0",
20+
"gatsby-core-utils": "^3.8.0-next.1",
2121
"gatsby-plugin-utils": "^3.2.0-next.1",
22-
"gatsby-source-filesystem": "^4.8.0-next.0",
22+
"gatsby-source-filesystem": "^4.8.0-next.1",
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": "5.8.0-next.0",
4+
"version": "5.8.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -13,7 +13,7 @@
1313
"bluebird": "^3.7.2",
1414
"body-parser": "^1.19.1",
1515
"fastq": "^1.13.0",
16-
"gatsby-source-filesystem": "^4.8.0-next.0",
16+
"gatsby-source-filesystem": "^4.8.0-next.1",
1717
"got": "^11.8.3",
1818
"http2-wrapper": "^2.1.10",
1919
"lodash": "^4.17.21",

packages/gatsby-source-filesystem/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-source-filesystem",
33
"description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.",
4-
"version": "4.8.0-next.0",
4+
"version": "4.8.0-next.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"chokidar": "^3.5.2",
1212
"file-type": "^16.5.3",
1313
"fs-extra": "^10.0.0",
14-
"gatsby-core-utils": "^3.8.0-next.0",
14+
"gatsby-core-utils": "^3.8.0-next.1",
1515
"got": "^9.6.0",
1616
"md5-file": "^5.0.0",
1717
"mime": "^2.5.2",

0 commit comments

Comments
 (0)