Skip to content

File tree

27 files changed

+58
-58
lines changed

27 files changed

+58
-58
lines changed

packages/create-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-gatsby",
3-
"version": "3.12.1",
3+
"version": "3.12.2",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -27,7 +27,7 @@
2727
"enquirer": "^2.3.6",
2828
"execa": "^5.1.1",
2929
"fs-extra": "^11.1.1",
30-
"gatsby-plugin-utils": "^4.12.1",
30+
"gatsby-plugin-utils": "^4.12.2",
3131
"joi": "^17.9.2",
3232
"microbundle": "^0.15.1",
3333
"node-fetch": "^2.6.11",

packages/gatsby-cli/package.json

Lines changed: 2 additions & 2 deletions
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.12.2",
4+
"version": "5.12.3",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -26,7 +26,7 @@
2626
"clipboardy": "^2.3.0",
2727
"common-tags": "^1.8.2",
2828
"convert-hrtime": "^3.0.0",
29-
"create-gatsby": "^3.12.1",
29+
"create-gatsby": "^3.12.2",
3030
"envinfo": "^7.10.0",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",

packages/gatsby-plugin-cxs/package.json

Lines changed: 2 additions & 2 deletions
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.12.1",
4+
"version": "5.12.2",
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.12.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^4.12.1"
18+
"gatsby-plugin-utils": "^4.12.2"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
2121
"keywords": [

packages/gatsby-plugin-feed/package.json

Lines changed: 2 additions & 2 deletions
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.12.1",
4+
"version": "5.12.2",
55
"author": "Nicholas Young <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -10,7 +10,7 @@
1010
"@babel/runtime": "^7.20.13",
1111
"common-tags": "^1.8.2",
1212
"fs-extra": "^11.1.1",
13-
"gatsby-plugin-utils": "^4.12.1",
13+
"gatsby-plugin-utils": "^4.12.2",
1414
"lodash.merge": "^4.6.2",
1515
"rss": "^1.2.2"
1616
},

packages/gatsby-plugin-flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-flow",
3-
"version": "4.12.1",
3+
"version": "4.12.2",
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.20.12",
3333
"babel-preset-gatsby-package": "^3.12.0",
3434
"cross-env": "^7.0.3",
35-
"gatsby-plugin-utils": "^4.12.1"
35+
"gatsby-plugin-utils": "^4.12.2"
3636
},
3737
"peerDependencies": {
3838
"gatsby": "^5.0.0-next"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-plugin-google-gtag",
33
"description": "Gatsby plugin to add google gtag onto a site",
4-
"version": "5.12.1",
4+
"version": "5.12.2",
55
"author": "Tyler Buchea <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"@babel/core": "^7.20.12",
1616
"babel-preset-gatsby-package": "^3.12.0",
1717
"cross-env": "^7.0.3",
18-
"gatsby-plugin-utils": "^4.12.1"
18+
"gatsby-plugin-utils": "^4.12.2"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-gtag#readme",
2121
"keywords": [

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

Lines changed: 2 additions & 2 deletions
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.12.1",
4+
"version": "5.12.2",
55
"author": "Thijs Koerselman <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
1515
"@babel/core": "^7.20.12",
1616
"babel-preset-gatsby-package": "^3.12.0",
1717
"cross-env": "^7.0.3",
18-
"gatsby-plugin-utils": "^4.12.1"
18+
"gatsby-plugin-utils": "^4.12.2"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
2121
"keywords": [

packages/gatsby-plugin-image/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-image",
3-
"version": "3.12.1",
3+
"version": "3.12.2",
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\"",
@@ -93,7 +93,7 @@
9393
"common-tags": "^1.8.2",
9494
"fs-extra": "^11.1.1",
9595
"gatsby-core-utils": "^4.12.0",
96-
"gatsby-plugin-utils": "^4.12.1",
96+
"gatsby-plugin-utils": "^4.12.2",
9797
"objectFitPolyfill": "^2.3.5",
9898
"prop-types": "^15.8.1"
9999
},

packages/gatsby-plugin-manifest/package.json

Lines changed: 2 additions & 2 deletions
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.12.1",
4+
"version": "5.12.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"
88
},
99
"dependencies": {
1010
"@babel/runtime": "^7.20.13",
1111
"gatsby-core-utils": "^4.12.0",
12-
"gatsby-plugin-utils": "^4.12.1",
12+
"gatsby-plugin-utils": "^4.12.2",
1313
"semver": "^7.5.3",
1414
"sharp": "^0.32.6"
1515
},

packages/gatsby-plugin-mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-plugin-mdx",
3-
"version": "5.12.1",
3+
"version": "5.12.2",
44
"description": "MDX integration for Gatsby",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -35,7 +35,7 @@
3535
"estree-util-build-jsx": "^2.2.2",
3636
"fs-extra": "^11.1.1",
3737
"gatsby-core-utils": "^4.12.0",
38-
"gatsby-plugin-utils": "^4.12.1",
38+
"gatsby-plugin-utils": "^4.12.2",
3939
"gray-matter": "^4.0.3",
4040
"mdast-util-mdx": "^2.0.1",
4141
"mdast-util-to-hast": "^10.2.0",

0 commit comments

Comments
 (0)