-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
23 changed files
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-cli", | ||
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands", | ||
"version": "4.19.0-next.0", | ||
"version": "4.19.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
@@ -33,7 +33,7 @@ | |
"fs-exists-cached": "^1.0.0", | ||
"fs-extra": "^10.1.0", | ||
"gatsby-core-utils": "^3.19.0-next.0", | ||
"gatsby-telemetry": "^3.19.0-next.0", | ||
"gatsby-telemetry": "^3.19.0-next.1", | ||
"hosted-git-info": "^3.0.8", | ||
"is-valid-path": "^0.1.1", | ||
"joi": "^17.4.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-gatsby-cloud", | ||
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud", | ||
"version": "4.19.0-next.0", | ||
"version": "4.19.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -10,7 +10,7 @@ | |
"@babel/runtime": "^7.15.4", | ||
"fs-extra": "^10.1.0", | ||
"gatsby-core-utils": "^3.19.0-next.0", | ||
"gatsby-telemetry": "^3.19.0-next.0", | ||
"gatsby-telemetry": "^3.19.0-next.1", | ||
"kebab-hash": "^0.1.2", | ||
"lodash": "^4.17.21", | ||
"webpack-assets-manifest": "^5.1.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-google-analytics", | ||
"description": "Gatsby plugin to add google analytics onto a site", | ||
"version": "4.19.0-next.0", | ||
"version": "4.19.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-google-gtag", | ||
"description": "Gatsby plugin to add google gtag onto a site", | ||
"version": "4.19.0-next.0", | ||
"version": "4.19.0-next.1", | ||
"author": "Tyler Buchea <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-sharp", | ||
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", | ||
"version": "4.19.0-next.0", | ||
"version": "4.19.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -16,7 +16,7 @@ | |
"fs-extra": "^10.1.0", | ||
"gatsby-core-utils": "^3.19.0-next.0", | ||
"gatsby-plugin-utils": "^3.13.0-next.0", | ||
"gatsby-telemetry": "^3.19.0-next.0", | ||
"gatsby-telemetry": "^3.19.0-next.1", | ||
"got": "^11.8.5", | ||
"lodash": "^4.17.21", | ||
"mini-svg-data-uri": "^1.4.4", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-sitemap", | ||
"description": "Gatsby plugin that automatically creates a sitemap for your site", | ||
"version": "5.19.0-next.0", | ||
"version": "5.19.0-next.1", | ||
"contributors": [ | ||
"Alex Moon <[email protected]>", | ||
"Nicholas Young <[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-styled-components", | ||
"description": "Gatsby plugin to add support for styled components", | ||
"version": "5.19.0-next.0", | ||
"version": "5.19.0-next.1", | ||
"author": "Guten Ye <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-plugin-typography", | ||
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS", | ||
"version": "4.19.0-next.0", | ||
"version": "4.19.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-remark-images", | ||
"description": "Processes images in markdown so they can be used in the production build.", | ||
"version": "6.19.0-next.0", | ||
"version": "6.19.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-remark-katex", | ||
"description": "Transform math nodes to html markup", | ||
"version": "6.19.0-next.0", | ||
"version": "6.19.0-next.1", | ||
"author": "Jeffrey Xiao <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-source-contentful", | ||
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", | ||
"version": "7.17.0-next.0", | ||
"version": "7.17.0-next.1", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-source-faker", | ||
"description": "A gatsby plugin to get fake data for testing", | ||
"version": "4.19.0-next.0", | ||
"version": "4.19.0-next.1", | ||
"author": "Pavithra Kodmad<[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-source-mongodb", | ||
"description": "Source plugin for pulling data into Gatsby from MongoDB collections", | ||
"version": "4.19.0-next.0", | ||
"version": "4.19.0-next.1", | ||
"authors": [ | ||
"[email protected]", | ||
"[email protected]" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "gatsby-source-wordpress", | ||
"description": "Source data from WordPress in an efficient and scalable way.", | ||
"author": "Tyler Barnes <[email protected]>", | ||
"version": "6.19.0-next.0", | ||
"version": "6.19.0-next.1", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-telemetry", | ||
"description": "Gatsby Telemetry", | ||
"version": "3.19.0-next.0", | ||
"version": "3.19.0-next.1", | ||
"author": "Jarmo Isotalo <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-transformer-asciidoc", | ||
"description": "Gatsby transformer plugin for Asciidocs using the Asciidoctor.js library", | ||
"version": "3.19.0-next.0", | ||
"version": "3.19.0-next.1", | ||
"author": "Daniel Oliver <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-transformer-sharp", | ||
"description": "Gatsby transformer plugin for images using Sharp", | ||
"version": "4.19.0-next.0", | ||
"version": "4.19.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-transformer-sqip", | ||
"description": "Generates geometric primitive version of images", | ||
"version": "4.19.0-next.0", | ||
"version": "4.19.0-next.1", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -10,7 +10,7 @@ | |
"@babel/runtime": "^7.15.4", | ||
"fs-extra": "^10.1.0", | ||
"gatsby-core-utils": "^3.19.0-next.0", | ||
"gatsby-plugin-sharp": "^4.19.0-next.0", | ||
"gatsby-plugin-sharp": "^4.19.0-next.1", | ||
"md5-file": "^5.0.0", | ||
"mini-svg-data-uri": "^1.4.4", | ||
"p-queue": "^6.6.2", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby", | ||
"description": "Blazing fast modern site generator for React", | ||
"version": "4.19.0-next.0", | ||
"version": "4.19.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -88,19 +88,19 @@ | |
"find-cache-dir": "^3.3.2", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^10.1.0", | ||
"gatsby-cli": "^4.19.0-next.0", | ||
"gatsby-cli": "^4.19.0-next.1", | ||
"gatsby-core-utils": "^3.19.0-next.0", | ||
"gatsby-graphiql-explorer": "^2.19.0-next.0", | ||
"gatsby-legacy-polyfills": "^2.19.0-next.0", | ||
"gatsby-link": "^4.19.0-next.0", | ||
"gatsby-page-utils": "^2.19.0-next.0", | ||
"gatsby-parcel-config": "0.10.0-next.0", | ||
"gatsby-plugin-page-creator": "^4.19.0-next.0", | ||
"gatsby-plugin-page-creator": "^4.19.0-next.1", | ||
"gatsby-plugin-typescript": "^4.19.0-next.0", | ||
"gatsby-plugin-utils": "^3.13.0-next.0", | ||
"gatsby-react-router-scroll": "^5.19.0-next.0", | ||
"gatsby-script": "^1.4.0-next.0", | ||
"gatsby-telemetry": "^3.19.0-next.0", | ||
"gatsby-telemetry": "^3.19.0-next.1", | ||
"gatsby-worker": "^1.19.0-next.0", | ||
"glob": "^7.2.3", | ||
"globby": "^11.1.0", | ||
|