Skip to content

File tree

37 files changed

+109
-109
lines changed

37 files changed

+109
-109
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": "4.12.0-next.2",
3+
"version": "4.12.0-next.3",
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.12.0-next.2"
13+
"gatsby-core-utils": "^3.12.0-next.3"
1414
},
1515
"devDependencies": {
1616
"@babel/cli": "^7.15.4",

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": "2.12.0-next.2",
3+
"version": "2.12.0-next.3",
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.12.0-next.2",
25+
"gatsby-core-utils": "^3.12.0-next.3",
2626
"gatsby-legacy-polyfills": "^2.12.0-next.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": "2.12.0-next.3",
3+
"version": "2.12.0-next.4",
44
"main": "lib/index.js",
55
"bin": "cli.js",
66
"license": "MIT",
@@ -28,7 +28,7 @@
2828
"eslint": "^7.32.0",
2929
"execa": "^5.1.1",
3030
"fs-extra": "^10.0.0",
31-
"gatsby-plugin-utils": "^3.6.0-next.2",
31+
"gatsby-plugin-utils": "^3.6.0-next.3",
3232
"joi": "^17.4.2",
3333
"microbundle": "^0.14.2",
3434
"node-fetch": "^2.6.6",

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": "4.12.0-next.3",
4+
"version": "4.12.0-next.4",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -26,13 +26,13 @@
2626
"common-tags": "^1.8.2",
2727
"configstore": "^5.0.1",
2828
"convert-hrtime": "^3.0.0",
29-
"create-gatsby": "^2.12.0-next.3",
29+
"create-gatsby": "^2.12.0-next.4",
3030
"envinfo": "^7.8.1",
3131
"execa": "^5.1.1",
3232
"fs-exists-cached": "^1.0.0",
3333
"fs-extra": "^10.0.0",
34-
"gatsby-core-utils": "^3.12.0-next.2",
35-
"gatsby-telemetry": "^3.12.0-next.2",
34+
"gatsby-core-utils": "^3.12.0-next.3",
35+
"gatsby-telemetry": "^3.12.0-next.3",
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gatsby-core-utils",
3-
"version": "3.12.0-next.2",
3+
"version": "3.12.0-next.3",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",
@@ -71,4 +71,4 @@
7171
"engines": {
7272
"node": ">=14.15.0"
7373
}
74-
}
74+
}

packages/gatsby-link/package.json

Lines changed: 2 additions & 2 deletions
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.12.0-next.2",
4+
"version": "4.12.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.15.4",
1111
"@types/reach__router": "^1.3.10",
12-
"gatsby-page-utils": "^2.12.0-next.2",
12+
"gatsby-page-utils": "^2.12.0-next.3",
1313
"prop-types": "^15.7.2"
1414
},
1515
"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": "2.12.0-next.2",
3+
"version": "2.12.0-next.3",
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.12.0-next.2",
33+
"gatsby-core-utils": "^3.12.0-next.3",
3434
"glob": "^7.2.0",
3535
"lodash": "^4.17.21",
3636
"micromatch": "^4.0.5"

packages/gatsby-plugin-benchmark-reporting/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-benchmark-reporting",
33
"description": "Gatsby Benchmark Reporting",
4-
"version": "2.12.0-next.2",
4+
"version": "2.12.0-next.3",
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.12.0-next.2",
24+
"gatsby-core-utils": "^3.12.0-next.3",
2525
"node-fetch": "^2.6.7"
2626
},
2727
"peerDependencies": {

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": "4.12.0-next.2",
4+
"version": "4.12.0-next.3",
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": "^2.12.0-next.0",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^3.6.0-next.2"
18+
"gatsby-plugin-utils": "^3.6.0-next.3"
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": "4.12.0-next.2",
4+
"version": "4.12.0-next.3",
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.0.0",
14-
"gatsby-plugin-utils": "^3.6.0-next.2",
14+
"gatsby-plugin-utils": "^3.6.0-next.3",
1515
"lodash.merge": "^4.6.2",
1616
"rss": "^1.2.2"
1717
},

0 commit comments

Comments
 (0)