forked from gatsbyjs/gatsby
-
Notifications
You must be signed in to change notification settings - Fork 0
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]
- Loading branch information
Showing
22 changed files
with
44 additions
and
44 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-preset-gatsby", | ||
"version": "2.1.0-next.0", | ||
"version": "2.1.0-next.1", | ||
"author": "Philipp Spiess <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -23,7 +23,7 @@ | |
"babel-plugin-macros": "^2.8.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"gatsby-core-utils": "^3.1.0-next.0", | ||
"gatsby-legacy-polyfills": "^2.1.0-next.0" | ||
"gatsby-legacy-polyfills": "^2.1.0-next.1" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^7.11.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-cli", | ||
"description": "Gatsby command-line interface for creating new sites and running Gatsby commands", | ||
"version": "4.1.0-next.0", | ||
"version": "4.1.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "cli.js" | ||
|
@@ -20,14 +20,14 @@ | |
"common-tags": "^1.8.0", | ||
"configstore": "^5.0.1", | ||
"convert-hrtime": "^3.0.0", | ||
"create-gatsby": "^2.1.0-next.0", | ||
"create-gatsby": "^2.1.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.1.0-next.0", | ||
"gatsby-recipes": "^1.1.0-next.0", | ||
"gatsby-telemetry": "^3.1.0-next.0", | ||
"gatsby-recipes": "^1.1.0-next.1", | ||
"gatsby-telemetry": "^3.1.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "gatsby-legacy-polyfills", | ||
"description": "Polyfills for legacy browsers", | ||
"version": "2.1.0-next.0", | ||
"version": "2.1.0-next.1", | ||
"main": "dist/polyfills.js", | ||
"author": "Ward Peeters <[email protected]>", | ||
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-legacy-polyfills#readme", | ||
|
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.1.0-next.0", | ||
"version": "4.1.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -11,7 +11,7 @@ | |
"date-fns": "^2.23.0", | ||
"fs-extra": "^10.0.0", | ||
"gatsby-core-utils": "^3.1.0-next.0", | ||
"gatsby-telemetry": "^3.1.0-next.0", | ||
"gatsby-telemetry": "^3.1.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
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.1.0-next.0", | ||
"version": "4.1.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -14,7 +14,7 @@ | |
"fs-extra": "^10.0.0", | ||
"gatsby-core-utils": "^3.1.0-next.0", | ||
"gatsby-plugin-utils": "^2.1.0-next.0", | ||
"gatsby-telemetry": "^3.1.0-next.0", | ||
"gatsby-telemetry": "^3.1.0-next.1", | ||
"got": "^11.8.2", | ||
"lodash": "^4.17.21", | ||
"mini-svg-data-uri": "^1.3.3", | ||
|
@@ -32,7 +32,7 @@ | |
"@types/sharp": "^0.29.2", | ||
"babel-preset-gatsby-package": "^2.1.0-next.0", | ||
"cross-env": "^7.0.3", | ||
"gatsby-plugin-image": "^2.1.0-next.0" | ||
"gatsby-plugin-image": "^2.1.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-typography", | ||
"description": "Gatsby plugin to setup server rendering of Typography.js' CSS", | ||
"version": "4.1.0-next.0", | ||
"version": "4.1.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-recipes", | ||
"description": "Core functionality for Gatsby Recipes", | ||
"version": "1.1.0-next.0", | ||
"version": "1.1.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -32,7 +32,7 @@ | |
"express-graphql": "^0.12.0", | ||
"fs-extra": "^10.0.0", | ||
"gatsby-core-utils": "^3.1.0-next.0", | ||
"gatsby-telemetry": "^3.1.0-next.0", | ||
"gatsby-telemetry": "^3.1.0-next.1", | ||
"glob": "^7.1.6", | ||
"graphql": "^15.4.0", | ||
"graphql-compose": "~7.25.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-remark-images", | ||
"description": "Processes images in markdown so they can be used in the production build.", | ||
"version": "6.1.0-next.0", | ||
"version": "6.1.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-source-contentful", | ||
"description": "Gatsby source plugin for building websites using the Contentful CMS as a data source", | ||
"version": "6.1.0-next.0", | ||
"version": "6.1.0-next.1", | ||
"author": "Marcus Ericsson <[email protected]> (mericsson.com)", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
|
@@ -19,7 +19,7 @@ | |
"fs-extra": "^10.0.0", | ||
"gatsby-core-utils": "^3.1.0-next.0", | ||
"gatsby-plugin-utils": "^2.1.0-next.0", | ||
"gatsby-source-filesystem": "^4.1.0-next.0", | ||
"gatsby-source-filesystem": "^4.1.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.1.0-next.0", | ||
"version": "5.1.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.11.1", | ||
"gatsby-source-filesystem": "^4.1.0-next.0", | ||
"gatsby-source-filesystem": "^4.1.0-next.1", | ||
"got": "^11.8.2", | ||
"http2-wrapper": "^2.0.5", | ||
"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-faker", | ||
"description": "A gatsby plugin to get fake data for testing", | ||
"version": "4.1.0-next.0", | ||
"version": "4.1.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-filesystem", | ||
"description": "Gatsby source plugin for building websites from local data. Markdown, JSON, images, YAML, CSV, and dozens of other data types supported.", | ||
"version": "4.1.0-next.0", | ||
"version": "4.1.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
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.1.0-next.0", | ||
"version": "6.1.0-next.1", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
|
@@ -30,7 +30,7 @@ | |
"fs-extra": "^10.0.0", | ||
"gatsby-core-utils": "^3.1.0-next.0", | ||
"gatsby-plugin-catch-links": "^4.1.0-next.0", | ||
"gatsby-source-filesystem": "^4.1.0-next.0", | ||
"gatsby-source-filesystem": "^4.1.0-next.1", | ||
"glob": "^7.1.7", | ||
"got": "^11.8.2", | ||
"lodash": "^4.17.21", | ||
|
@@ -52,10 +52,10 @@ | |
"@types/semver": "^7.3.8", | ||
"babel-plugin-import-globals": "^2.0.0", | ||
"babel-plugin-module-resolver": "4.1.0", | ||
"babel-preset-gatsby": "^2.1.0-next.0", | ||
"babel-preset-gatsby": "^2.1.0-next.1", | ||
"babel-preset-gatsby-package": "^2.1.0-next.0", | ||
"cross-env": "^7.0.3", | ||
"gatsby-plugin-image": "^2.1.0-next.0", | ||
"gatsby-plugin-image": "^2.1.0-next.1", | ||
"identity-obj-proxy": "^3.0.0", | ||
"react-test-renderer": "^16.14.0", | ||
"rimraf": "^3.0.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-telemetry", | ||
"description": "Gatsby Telemetry", | ||
"version": "3.1.0-next.0", | ||
"version": "3.1.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-excel", | ||
"description": "Gatsby transformer plugin for Excel spreadsheets", | ||
"version": "4.1.0-next.0", | ||
"version": "4.1.0-next.1", | ||
"author": "SheetJS <[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-transformer-sqip", | ||
"description": "Generates geometric primitive version of images", | ||
"version": "4.1.0-next.0", | ||
"version": "4.1.0-next.1", | ||
"author": "Benedikt Rötsch <[email protected]>", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.15.4", | ||
"fs-extra": "^10.0.0", | ||
"gatsby-plugin-sharp": "^4.1.0-next.0", | ||
"gatsby-plugin-sharp": "^4.1.0-next.1", | ||
"md5-file": "^5.0.0", | ||
"mini-svg-data-uri": "^1.3.3", | ||
"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.1.0-next.0", | ||
"version": "4.1.0-next.1", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -35,7 +35,7 @@ | |
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"babel-plugin-lodash": "^3.3.4", | ||
"babel-plugin-remove-graphql-queries": "^4.1.0-next.0", | ||
"babel-preset-gatsby": "^2.1.0-next.0", | ||
"babel-preset-gatsby": "^2.1.0-next.1", | ||
"better-opn": "^2.1.1", | ||
"bluebird": "^3.7.2", | ||
"body-parser": "^1.19.0", | ||
|
@@ -77,16 +77,16 @@ | |
"find-cache-dir": "^3.3.2", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^10.0.0", | ||
"gatsby-cli": "^4.1.0-next.0", | ||
"gatsby-cli": "^4.1.0-next.1", | ||
"gatsby-core-utils": "^3.1.0-next.0", | ||
"gatsby-graphiql-explorer": "^2.1.0-next.0", | ||
"gatsby-legacy-polyfills": "^2.1.0-next.0", | ||
"gatsby-legacy-polyfills": "^2.1.0-next.1", | ||
"gatsby-link": "^4.1.0-next.0", | ||
"gatsby-plugin-page-creator": "^4.1.0-next.0", | ||
"gatsby-plugin-page-creator": "^4.1.0-next.1", | ||
"gatsby-plugin-typescript": "^4.1.0-next.0", | ||
"gatsby-plugin-utils": "^2.1.0-next.0", | ||
"gatsby-react-router-scroll": "^5.1.0-next.0", | ||
"gatsby-telemetry": "^3.1.0-next.0", | ||
"gatsby-telemetry": "^3.1.0-next.1", | ||
"gatsby-worker": "^1.1.0-next.0", | ||
"glob": "^7.2.0", | ||
"got": "^11.8.2", | ||
|