Skip to content

File tree

42 files changed

+118
-118
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+118
-118
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-plugin-remove-graphql-queries",
3-
"version": "5.12.0",
3+
"version": "5.12.1",
44
"author": "Jason Quense <[email protected]>",
55
"repository": {
66
"type": "git",
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@babel/runtime": "^7.20.13",
1313
"@babel/types": "^7.20.7",
14-
"gatsby-core-utils": "^4.12.0"
14+
"gatsby-core-utils": "^4.12.1"
1515
},
1616
"devDependencies": {
1717
"@babel/cli": "^7.20.7",

packages/babel-preset-gatsby/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "babel-preset-gatsby",
3-
"version": "3.12.0",
3+
"version": "3.12.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.12.0",
25+
"gatsby-core-utils": "^4.12.1",
2626
"gatsby-legacy-polyfills": "^3.12.0"
2727
},
2828
"peerDependencies": {

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.2",
3+
"version": "3.12.3",
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.2",
30+
"gatsby-plugin-utils": "^4.12.3",
3131
"joi": "^17.9.2",
3232
"microbundle": "^0.15.1",
3333
"node-fetch": "^2.6.11",

packages/gatsby-adapter-netlify/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-adapter-netlify",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Gatsby adapter for Netlify",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/gatsby-cli/package.json

Lines changed: 4 additions & 4 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.3",
4+
"version": "5.12.4",
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.12.2",
29+
"create-gatsby": "^3.12.3",
3030
"envinfo": "^7.10.0",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
3333
"fs-extra": "^11.1.1",
34-
"gatsby-core-utils": "^4.12.0",
35-
"gatsby-telemetry": "^4.12.0",
34+
"gatsby-core-utils": "^4.12.1",
35+
"gatsby-telemetry": "^4.12.1",
3636
"hosted-git-info": "^3.0.8",
3737
"is-valid-path": "^0.1.1",
3838
"joi": "^17.9.2",

packages/gatsby-core-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "4.12.0",
3+
"version": "4.12.1",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",

packages/gatsby-link/package.json

Lines changed: 2 additions & 2 deletions
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.12.0",
4+
"version": "5.12.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.12.0",
26+
"gatsby-page-utils": "^3.12.1",
2727
"prop-types": "^15.8.1"
2828
},
2929
"devDependencies": {

packages/gatsby-page-utils/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-page-utils",
3-
"version": "3.12.0",
3+
"version": "3.12.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.12.0",
33+
"gatsby-core-utils": "^4.12.1",
3434
"glob": "^7.2.3",
3535
"lodash": "^4.17.21",
3636
"micromatch": "^4.0.5"

packages/gatsby-parcel-config/package.json

Lines changed: 2 additions & 2 deletions
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.12.0",
4+
"version": "1.12.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.12.0",
17+
"@gatsbyjs/parcel-namer-relative-to-cwd": "2.12.1",
1818
"@parcel/bundler-default": "2.8.3",
1919
"@parcel/compressor-raw": "2.8.3",
2020
"@parcel/namer-default": "2.8.3",

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

Lines changed: 2 additions & 2 deletions
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.12.0",
4+
"version": "2.12.1",
55
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-namer-relative-to-cwd#readme",
66
"description": "Parcel namer that preserves directory structures to stabilize output and keep the hierarchy.",
77
"author": "Michal Piechowiak <[email protected]>",
@@ -19,7 +19,7 @@
1919
"@babel/runtime": "^7.20.13",
2020
"@parcel/namer-default": "2.8.3",
2121
"@parcel/plugin": "2.8.3",
22-
"gatsby-core-utils": "^4.12.0"
22+
"gatsby-core-utils": "^4.12.1"
2323
},
2424
"devDependencies": {
2525
"@babel/cli": "^7.20.7",

0 commit comments

Comments
 (0)