-
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]
- Loading branch information
Showing
7 changed files
with
10 additions
and
10 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": "5.0.0-next.7", | ||
"version": "5.0.0-next.8", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
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-link", | ||
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching", | ||
"version": "5.0.0-next.3", | ||
"version": "5.0.0-next.4", | ||
"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-postcss", | ||
"description": "Gatsby plugin to handle PostCSS", | ||
"version": "6.0.0-next.1", | ||
"version": "6.0.0-next.2", | ||
"author": "Marat Dreizin <[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-typescript", | ||
"description": "Adds TypeScript support to Gatsby", | ||
"version": "5.0.0-next.3", | ||
"version": "5.0.0-next.4", | ||
"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 |
---|---|---|
|
@@ -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": "7.0.0-next.4", | ||
"version": "7.0.0-next.5", | ||
"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-remark", | ||
"description": "Gatsby transformer plugin for Markdown using the Remark library and ecosystem", | ||
"version": "6.0.0-next.4", | ||
"version": "6.0.0-next.5", | ||
"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", | ||
"description": "Blazing fast modern site generator for React", | ||
"version": "5.0.0-next.8", | ||
"version": "5.0.0-next.9", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -91,15 +91,15 @@ | |
"find-cache-dir": "^3.3.2", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^10.1.0", | ||
"gatsby-cli": "^5.0.0-next.7", | ||
"gatsby-cli": "^5.0.0-next.8", | ||
"gatsby-core-utils": "^4.0.0-next.2", | ||
"gatsby-graphiql-explorer": "^3.0.0-next.1", | ||
"gatsby-legacy-polyfills": "^3.0.0-next.0", | ||
"gatsby-link": "^5.0.0-next.3", | ||
"gatsby-link": "^5.0.0-next.4", | ||
"gatsby-page-utils": "^3.0.0-next.3", | ||
"gatsby-parcel-config": "1.0.0-next.2", | ||
"gatsby-plugin-page-creator": "^5.0.0-next.4", | ||
"gatsby-plugin-typescript": "^5.0.0-next.3", | ||
"gatsby-plugin-typescript": "^5.0.0-next.4", | ||
"gatsby-plugin-utils": "^4.0.0-next.3", | ||
"gatsby-react-router-scroll": "^6.0.0-next.1", | ||
"gatsby-script": "^2.0.0-next.1", | ||
|