Skip to content

File tree

43 files changed

+115
-115
lines changed

Some content is hidden

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

43 files changed

+115
-115
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.0.0-zz-next.1",
3+
"version": "4.0.0-zz-next.2",
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.0.0-zz-next.1"
13+
"gatsby-core-utils": "^3.0.0-zz-next.2"
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.0.0-zz-next.1",
3+
"version": "2.0.0-zz-next.2",
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.0.0-zz-next.1",
25+
"gatsby-core-utils": "^3.0.0-zz-next.2",
2626
"gatsby-legacy-polyfills": "^2.0.0-zz-next.1"
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.0.0-zz-next.1",
3+
"version": "2.0.0-zz-next.2",
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": "^2.0.0-zz-next.1",
31+
"gatsby-plugin-utils": "^2.0.0-zz-next.2",
3232
"joi": "^17.4.2",
3333
"microbundle": "^0.13.3",
3434
"node-fetch": "^2.6.1",

packages/gatsby-cli/package.json

Lines changed: 5 additions & 5 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.0.0-zz-next.1",
4+
"version": "4.0.0-zz-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby": "cli.js"
@@ -20,14 +20,14 @@
2020
"common-tags": "^1.8.0",
2121
"configstore": "^5.0.1",
2222
"convert-hrtime": "^3.0.0",
23-
"create-gatsby": "^2.0.0-zz-next.1",
23+
"create-gatsby": "^2.0.0-zz-next.2",
2424
"envinfo": "^7.8.1",
2525
"execa": "^5.1.1",
2626
"fs-exists-cached": "^1.0.0",
2727
"fs-extra": "^10.0.0",
28-
"gatsby-core-utils": "^3.0.0-zz-next.1",
29-
"gatsby-recipes": "^1.0.0-zz-next.1",
30-
"gatsby-telemetry": "^3.0.0-zz-next.1",
28+
"gatsby-core-utils": "^3.0.0-zz-next.2",
29+
"gatsby-recipes": "^1.0.0-zz-next.2",
30+
"gatsby-telemetry": "^3.0.0-zz-next.2",
3131
"hosted-git-info": "^3.0.8",
3232
"is-valid-path": "^0.1.1",
3333
"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.0.0-zz-next.1",
3+
"version": "3.0.0-zz-next.2",
44
"description": "A collection of gatsby utils used in different gatsby packages",
55
"keywords": [
66
"gatsby",
@@ -46,8 +46,8 @@
4646
"@types/ci-info": "2.0.0",
4747
"babel-preset-gatsby-package": "^2.0.0-zz-next.1",
4848
"cross-env": "^7.0.3",
49-
"msw": "^0.35.0",
5049
"is-uuid": "^1.0.2",
50+
"msw": "^0.35.0",
5151
"typescript": "^4.4.3"
5252
},
5353
"engines": {

packages/gatsby-dev-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "gatsby-dev-cli",
33
"description": "CLI helpers for contributors working on Gatsby",
4-
"version": "4.0.0-zz-next.1",
4+
"version": "4.0.0-zz-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bin": {
77
"gatsby-dev": "./dist/index.js"

packages/gatsby-link/package.json

Lines changed: 1 addition & 1 deletion
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": "4.0.0-zz-next.1",
4+
"version": "4.0.0-zz-next.2",
55
"author": "Kyle Mathews <[email protected]>",
66
"bugs": {
77
"url": "https://github.com/gatsbyjs/gatsby/issues"

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.0.0-zz-next.1",
3+
"version": "2.0.0-zz-next.2",
44
"description": "Gatsby library that helps creating pages",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -26,7 +26,7 @@
2626
"bluebird": "^3.7.2",
2727
"chokidar": "^3.5.2",
2828
"fs-exists-cached": "^1.0.0",
29-
"gatsby-core-utils": "^3.0.0-zz-next.1",
29+
"gatsby-core-utils": "^3.0.0-zz-next.2",
3030
"glob": "^7.1.7",
3131
"lodash": "^4.17.21",
3232
"micromatch": "^4.0.4"

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.0.0-zz-next.1",
4+
"version": "2.0.0-zz-next.2",
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.7",
24-
"gatsby-core-utils": "^3.0.0-zz-next.1",
24+
"gatsby-core-utils": "^3.0.0-zz-next.2",
2525
"node-fetch": "^2.6.5"
2626
},
2727
"scripts": {

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.0.0-zz-next.1",
4+
"version": "4.0.0-zz-next.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": "^2.0.0-zz-next.1",
1616
"cross-env": "^7.0.3",
1717
"cxs": "^6.2.0",
18-
"gatsby-plugin-utils": "^2.0.0-zz-next.1"
18+
"gatsby-plugin-utils": "^2.0.0-zz-next.2"
1919
},
2020
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
2121
"keywords": [

0 commit comments

Comments
 (0)