Skip to content

File tree

40 files changed

+115
-115
lines changed

40 files changed

+115
-115
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": "5.3.0",
3+
"version": "5.3.1",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@babel/runtime": "^7.15.4",
1313
"@babel/types": "^7.15.4",
14-
"gatsby-core-utils": "^4.3.0"
14+
"gatsby-core-utils": "^4.3.1"
1515
},
1616
"devDependencies": {
1717
"@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": "3.3.0",
3+
"version": "3.3.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": "^3.1.0",
2424
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
25-
"gatsby-core-utils": "^4.3.0",
25+
"gatsby-core-utils": "^4.3.1",
2626
"gatsby-legacy-polyfills": "^3.3.0"
2727
},
2828
"peerDependencies": {

packages/create-gatsby/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
"enquirer": "^2.3.6",
2727
"execa": "^5.1.1",
2828
"fs-extra": "^10.1.0",
29-
"gatsby-plugin-utils": "^4.3.0",
29+
"gatsby-plugin-utils": "^4.3.1",
3030
"joi": "^17.4.2",
3131
"microbundle": "^0.15.0",
3232
"node-fetch": "^2.6.6",

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": "5.3.0",
4+
"version": "5.3.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -26,13 +26,13 @@
2626
"clipboardy": "^2.3.0",
2727
"common-tags": "^1.8.2",
2828
"convert-hrtime": "^3.0.0",
29-
"create-gatsby": "^3.3.0",
29+
"create-gatsby": "^3.3.1",
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
3333
"fs-extra": "^10.1.0",
34-
"gatsby-core-utils": "^4.3.0",
35-
"gatsby-telemetry": "^4.3.0",
34+
"gatsby-core-utils": "^4.3.1",
35+
"gatsby-telemetry": "^4.3.1",
3636
"hosted-git-info": "^3.0.8",
3737
"is-valid-path": "^0.1.1",
3838
"joi": "^17.4.2",

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": "4.3.0",
3+
"version": "4.3.1",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-link/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-link",
33
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -23,7 +23,7 @@
2323
},
2424
"dependencies": {
2525
"@types/reach__router": "^1.3.10",
26-
"gatsby-page-utils": "^3.3.0",
26+
"gatsby-page-utils": "^3.3.1",
2727
"prop-types": "^15.8.1"
2828
},
2929
"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": "3.3.0",
3+
"version": "3.3.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.3",
3232
"fs-exists-cached": "^1.0.0",
33-
"gatsby-core-utils": "^4.3.0",
33+
"gatsby-core-utils": "^4.3.1",
3434
"glob": "^7.2.3",
3535
"lodash": "^4.17.21",
3636
"micromatch": "^4.0.5"

packages/gatsby-parcel-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-parcel-config",
33
"main": "lib/index.json",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-config#readme",
66
"description": "A minimal Parcel config for use in Gatsby",
77
"repository": {
@@ -14,7 +14,7 @@
1414
"parcel": "2.x"
1515
},
1616
"dependencies": {
17-
"@gatsbyjs/parcel-namer-relative-to-cwd": "2.3.0",
17+
"@gatsbyjs/parcel-namer-relative-to-cwd": "2.3.1",
1818
"@parcel/bundler-default": "2.8.1",
1919
"@parcel/compressor-raw": "2.8.1",
2020
"@parcel/namer-default": "2.8.1",

packages/gatsby-parcel-namer-relative-to-cwd/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gatsbyjs/parcel-namer-relative-to-cwd",
33
"main": "lib/index.js",
4-
"version": "2.3.0",
4+
"version": "2.3.1",
55
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-namer-relative-to-cwd#readme",
66
"description": "Parcel namer that preserve directory structure to stabilize output and keep the hierarchy.",
77
"author": "Michal Piechowiak <[email protected]>",
@@ -19,7 +19,7 @@
1919
"@babel/runtime": "^7.18.0",
2020
"@parcel/namer-default": "2.8.1",
2121
"@parcel/plugin": "2.8.1",
22-
"gatsby-core-utils": "^4.3.0"
22+
"gatsby-core-utils": "^4.3.1"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.17.10",

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": "3.3.0",
4+
"version": "3.3.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": "^4.3.0",
24+
"gatsby-core-utils": "^4.3.1",
2525
"node-fetch": "^2.6.7"
2626
},
2727
"peerDependencies": {

packages/gatsby-plugin-cxs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-cxs",
33
"description": "Gatsby plugin to add SSR support for ctx",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"author": "Chen-Tai Hou <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"babel-preset-gatsby-package": "^3.3.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^4.3.0"
18+
"gatsby-plugin-utils": "^4.3.1"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
2121
"keywords": [

packages/gatsby-plugin-feed/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-feed",
33
"description": "Creates an RSS feed for your Gatsby site.",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"author": "Nicholas Young <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
1111
"@hapi/joi": "^15.1.1",
1212
"common-tags": "^1.8.2",
1313
"fs-extra": "^10.1.0",
14-
"gatsby-plugin-utils": "^4.3.0",
14+
"gatsby-plugin-utils": "^4.3.1",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"
1717
},

packages/gatsby-plugin-flow/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-flow",
3-
"version": "4.3.0",
3+
"version": "4.3.1",
44
"description": "Provides drop-in support for Flow by adding @babel/preset-flow.",
55
"main": "index.js",
66
"scripts": {
@@ -32,7 +32,7 @@
3232
"@babel/core": "^7.15.5",
3333
"babel-preset-gatsby-package": "^3.3.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-utils": "^4.3.0"
35+
"gatsby-plugin-utils": "^4.3.1"
3636
},
3737
"peerDependencies": {
3838
"gatsby": "^5.0.0-next"

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "gatsby-plugin-gatsby-cloud",
33
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
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
"fs-extra": "^10.1.0",
12-
"gatsby-core-utils": "^4.3.0",
13-
"gatsby-telemetry": "^4.3.0",
12+
"gatsby-core-utils": "^4.3.1",
13+
"gatsby-telemetry": "^4.3.1",
1414
"kebab-hash": "^0.1.2",
1515
"lodash": "^4.17.21",
1616
"webpack-assets-manifest": "^5.1.0"

packages/gatsby-plugin-google-tagmanager/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-tagmanager",
33
"description": "Gatsby plugin to add google tagmanager onto a site",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
55
"author": "Thijs Koerselman <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"@babel/core": "^7.15.5",
1616
"babel-preset-gatsby-package": "^3.3.0",
1717
"cross-env": "^7.0.3",
18-
"gatsby-plugin-utils": "^4.3.0"
18+
"gatsby-plugin-utils": "^4.3.1"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
2121
"keywords": [

packages/gatsby-plugin-image/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"scripts": {
55
"build": "npm-run-all --npm-path npm -s clean -p build:*",
66
"postbuild": "prepend-directive --files=dist/gatsby-image.browser.js,dist/gatsby-image.browser.modern.js --directive=\"use client\"",
@@ -87,13 +87,13 @@
8787
"@babel/runtime": "^7.15.4",
8888
"@babel/traverse": "^7.15.4",
8989
"babel-jsx-utils": "^1.1.0",
90-
"babel-plugin-remove-graphql-queries": "^5.3.0",
90+
"babel-plugin-remove-graphql-queries": "^5.3.1",
9191
"camelcase": "^5.3.1",
9292
"chokidar": "^3.5.3",
9393
"common-tags": "^1.8.2",
9494
"fs-extra": "^10.1.0",
95-
"gatsby-core-utils": "^4.3.0",
96-
"gatsby-plugin-utils": "^4.3.0",
95+
"gatsby-core-utils": "^4.3.1",
96+
"gatsby-plugin-utils": "^4.3.1",
9797
"objectFitPolyfill": "^2.3.5",
9898
"prop-types": "^15.8.1"
9999
},

packages/gatsby-plugin-manifest/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "gatsby-plugin-manifest",
33
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
4-
"version": "5.3.0",
4+
"version": "5.3.1",
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": "^4.3.0",
12-
"gatsby-plugin-utils": "^4.3.0",
11+
"gatsby-core-utils": "^4.3.1",
12+
"gatsby-plugin-utils": "^4.3.1",
1313
"semver": "^7.3.8",
1414
"sharp": "^0.31.2"
1515
},

packages/gatsby-plugin-mdx/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "MDX integration for Gatsby",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -34,8 +34,8 @@
3434
"deepmerge": "^4.2.2",
3535
"estree-util-build-jsx": "^2.2.0",
3636
"fs-extra": "^10.1.0",
37-
"gatsby-core-utils": "^4.3.0",
38-
"gatsby-plugin-utils": "^4.3.0",
37+
"gatsby-core-utils": "^4.3.1",
38+
"gatsby-plugin-utils": "^4.3.1",
3939
"gray-matter": "^4.0.3",
4040
"mdast-util-mdx": "^2.0.0",
4141
"mdast-util-to-hast": "^10.2.0",

packages/gatsby-plugin-offline/package.json

+3-3
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": "6.3.0",
4+
"version": "6.3.1",
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": "^4.3.0",
12+
"gatsby-core-utils": "^4.3.1",
1313
"glob": "^7.2.3",
1414
"idb-keyval": "^3.2.0",
1515
"lodash": "^4.17.21",
@@ -21,7 +21,7 @@
2121
"babel-preset-gatsby-package": "^3.3.0",
2222
"cpy-cli": "^3.1.1",
2323
"cross-env": "^7.0.3",
24-
"gatsby-plugin-utils": "^4.3.0",
24+
"gatsby-plugin-utils": "^4.3.1",
2525
"rewire": "^6.0.0"
2626
},
2727
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",

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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-page-creator",
3-
"version": "5.3.0",
3+
"version": "5.3.1",
44
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
55
"main": "index.js",
66
"scripts": {
@@ -30,10 +30,10 @@
3030
"chokidar": "^3.5.3",
3131
"fs-exists-cached": "^1.0.0",
3232
"fs-extra": "^10.1.0",
33-
"gatsby-core-utils": "^4.3.0",
34-
"gatsby-page-utils": "^3.3.0",
35-
"gatsby-plugin-utils": "^4.3.0",
36-
"gatsby-telemetry": "^4.3.0",
33+
"gatsby-core-utils": "^4.3.1",
34+
"gatsby-page-utils": "^3.3.1",
35+
"gatsby-plugin-utils": "^4.3.1",
36+
"gatsby-telemetry": "^4.3.1",
3737
"globby": "^11.1.0",
3838
"lodash": "^4.17.21"
3939
},

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": "4.3.0",
4+
"version": "4.3.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.1.0",
18-
"gatsby-core-utils": "^4.3.0",
18+
"gatsby-core-utils": "^4.3.1",
1919
"graphql-request": "^1.8.2",
2020
"progress": "^2.0.3",
2121
"puppeteer": "^3.3.0"

0 commit comments

Comments
 (0)