-
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] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected] - [email protected]
- Loading branch information
Showing
32 changed files
with
78 additions
and
78 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,6 +1,6 @@ | ||
{ | ||
"name": "babel-plugin-remove-graphql-queries", | ||
"version": "4.5.0-next.0", | ||
"version": "4.5.0-next.1", | ||
"author": "Jason Quense <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -10,7 +10,7 @@ | |
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/babel-plugin-remove-graphql-queries#readme", | ||
"dependencies": { | ||
"@babel/runtime": "^7.15.4", | ||
"gatsby-core-utils": "^3.5.0-next.0" | ||
"gatsby-core-utils": "^3.5.0-next.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.15.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,6 +1,6 @@ | ||
{ | ||
"name": "babel-preset-gatsby", | ||
"version": "2.5.0-next.0", | ||
"version": "2.5.0-next.1", | ||
"author": "Philipp Spiess <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -22,7 +22,7 @@ | |
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"babel-plugin-macros": "^2.8.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"gatsby-core-utils": "^3.5.0-next.0", | ||
"gatsby-core-utils": "^3.5.0-next.1", | ||
"gatsby-legacy-polyfills": "^2.5.0-next.0" | ||
}, | ||
"peerDependencies": { | ||
|
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-cli", | ||
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands", | ||
"version": "4.5.0-next.0", | ||
"version": "4.5.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
@@ -20,13 +20,13 @@ | |
"common-tags": "^1.8.2", | ||
"configstore": "^5.0.1", | ||
"convert-hrtime": "^3.0.0", | ||
"create-gatsby": "^2.5.0-next.0", | ||
"create-gatsby": "^2.5.0-next.1", | ||
"envinfo": "^7.8.1", | ||
"execa": "^5.1.1", | ||
"fs-exists-cached": "^1.0.0", | ||
"fs-extra": "^10.0.0", | ||
"gatsby-core-utils": "^3.5.0-next.0", | ||
"gatsby-telemetry": "^3.5.0-next.0", | ||
"gatsby-core-utils": "^3.5.0-next.1", | ||
"gatsby-telemetry": "^3.5.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.5.0-next.0", | ||
"version": "4.5.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -10,8 +10,8 @@ | |
"@babel/runtime": "^7.15.4", | ||
"date-fns": "^2.27.0", | ||
"fs-extra": "^10.0.0", | ||
"gatsby-core-utils": "^3.5.0-next.0", | ||
"gatsby-telemetry": "^3.5.0-next.0", | ||
"gatsby-core-utils": "^3.5.0-next.1", | ||
"gatsby-telemetry": "^3.5.0-next.1", | ||
"kebab-hash": "^0.1.2", | ||
"lodash": "^4.17.21", | ||
"webpack-assets-manifest": "^5.0.6" | ||
|
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-less", | ||
"description": "Gatsby plugin to add support for using Less", | ||
"version": "6.5.0-next.0", | ||
"version": "6.5.0-next.1", | ||
"author": "[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,14 +1,14 @@ | ||
{ | ||
"name": "gatsby-plugin-manifest", | ||
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps", | ||
"version": "4.5.0-next.0", | ||
"version": "4.5.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.15.4", | ||
"gatsby-core-utils": "^3.5.0-next.0", | ||
"gatsby-core-utils": "^3.5.0-next.1", | ||
"gatsby-plugin-utils": "^2.5.0-next.0", | ||
"semver": "^7.3.5", | ||
"sharp": "^0.29.3" | ||
|
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-netlify-cms", | ||
"description": "A Gatsby plugin which generates the Netlify CMS single page app", | ||
"version": "6.5.0-next.0", | ||
"version": "6.5.0-next.1", | ||
"author": "Shawn Erquhart <[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,15 +1,15 @@ | ||
{ | ||
"name": "gatsby-plugin-offline", | ||
"description": "Gatsby plugin which sets up a site to be able to run offline", | ||
"version": "5.5.0-next.0", | ||
"version": "5.5.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.15.4", | ||
"cheerio": "^1.0.0-rc.10", | ||
"gatsby-core-utils": "^3.5.0-next.0", | ||
"gatsby-core-utils": "^3.5.0-next.1", | ||
"glob": "^7.2.0", | ||
"idb-keyval": "^3.2.0", | ||
"lodash": "^4.17.21", | ||
|
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-postcss", | ||
"description": "Gatsby plugin to handle PostCSS", | ||
"version": "5.5.0-next.0", | ||
"version": "5.5.0-next.1", | ||
"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-preload-fonts", | ||
"description": "Gatsby plugin for preloading fonts per page", | ||
"version": "3.5.0-next.0", | ||
"version": "3.5.0-next.1", | ||
"author": "Aaron Ross <[email protected]>", | ||
"main": "index.js", | ||
"bin": { | ||
|
@@ -15,7 +15,7 @@ | |
"chalk": "^4.1.2", | ||
"date-fns": "^2.25.0", | ||
"fs-extra": "^10.0.0", | ||
"gatsby-core-utils": "^3.5.0-next.0", | ||
"gatsby-core-utils": "^3.5.0-next.1", | ||
"graphql-request": "^1.8.2", | ||
"progress": "^2.0.3", | ||
"puppeteer": "^3.3.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-sass", | ||
"description": "Gatsby plugin to handle SCSS/Sass files", | ||
"version": "5.5.0-next.0", | ||
"version": "5.5.0-next.1", | ||
"author": "Daniel Farrell <[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-sharp", | ||
"description": "Wrapper of the Sharp image manipulation library for Gatsby plugins", | ||
"version": "4.5.0-next.0", | ||
"version": "4.5.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -12,9 +12,9 @@ | |
"bluebird": "^3.7.2", | ||
"filenamify": "^4.3.0", | ||
"fs-extra": "^10.0.0", | ||
"gatsby-core-utils": "^3.5.0-next.0", | ||
"gatsby-core-utils": "^3.5.0-next.1", | ||
"gatsby-plugin-utils": "^2.5.0-next.0", | ||
"gatsby-telemetry": "^3.5.0-next.0", | ||
"gatsby-telemetry": "^3.5.0-next.1", | ||
"got": "^11.8.3", | ||
"lodash": "^4.17.21", | ||
"mini-svg-data-uri": "^1.4.3", | ||
|
@@ -32,7 +32,7 @@ | |
"@types/sharp": "^0.29.4", | ||
"babel-preset-gatsby-package": "^2.5.0-next.0", | ||
"cross-env": "^7.0.3", | ||
"gatsby-plugin-image": "^2.5.0-next.0" | ||
"gatsby-plugin-image": "^2.5.0-next.1" | ||
}, | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-sharp#readme", | ||
"keywords": [ | ||
|
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-stylus", | ||
"description": "Gatsby support for Stylus", | ||
"version": "4.5.0-next.0", | ||
"version": "4.5.0-next.1", | ||
"author": "Ian Sinnott <[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": "4.5.0-next.0", | ||
"version": "4.5.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -16,7 +16,7 @@ | |
"@babel/plugin-proposal-optional-chaining": "^7.14.5", | ||
"@babel/preset-typescript": "^7.15.0", | ||
"@babel/runtime": "^7.15.4", | ||
"babel-plugin-remove-graphql-queries": "^4.5.0-next.0" | ||
"babel-plugin-remove-graphql-queries": "^4.5.0-next.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.15.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-remark-images", | ||
"description": "Processes images in markdown so they can be used in the production build.", | ||
"version": "6.5.0-next.0", | ||
"version": "6.5.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", | ||
"chalk": "^4.1.2", | ||
"cheerio": "^1.0.0-rc.10", | ||
"gatsby-core-utils": "^3.5.0-next.0", | ||
"gatsby-core-utils": "^3.5.0-next.1", | ||
"is-relative-url": "^3.0.0", | ||
"lodash": "^4.17.21", | ||
"mdast-util-definitions": "^4.0.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-source-contentful", | ||
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", | ||
"version": "7.3.0-next.0", | ||
"version": "7.3.0-next.1", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -17,9 +17,9 @@ | |
"common-tags": "^1.8.2", | ||
"contentful": "^8.5.8", | ||
"fs-extra": "^10.0.0", | ||
"gatsby-core-utils": "^3.5.0-next.0", | ||
"gatsby-core-utils": "^3.5.0-next.1", | ||
"gatsby-plugin-utils": "^2.5.0-next.0", | ||
"gatsby-source-filesystem": "^4.5.0-next.0", | ||
"gatsby-source-filesystem": "^4.5.0-next.1", | ||
"is-online": "^8.5.1", | ||
"json-stringify-safe": "^5.0.1", | ||
"lodash": "^4.17.21", | ||
|
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-drupal", | ||
"description": "Gatsby source plugin for building websites using the Drupal CMS as a data source", | ||
"version": "5.5.0-next.0", | ||
"version": "5.5.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -13,7 +13,7 @@ | |
"bluebird": "^3.7.2", | ||
"body-parser": "^1.19.0", | ||
"fastq": "^1.13.0", | ||
"gatsby-source-filesystem": "^4.5.0-next.0", | ||
"gatsby-source-filesystem": "^4.5.0-next.1", | ||
"got": "^11.8.3", | ||
"http2-wrapper": "^2.1.9", | ||
"lodash": "^4.17.21", | ||
|
Oops, something went wrong.