-
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
12 additions
and
12 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": "3.13.1", | ||
"version": "3.13.2", | ||
"author": "Philipp Spiess <[email protected]>", | ||
"repository": { | ||
"type": "git", | ||
|
@@ -23,7 +23,7 @@ | |
"babel-plugin-macros": "^3.1.0", | ||
"babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"gatsby-core-utils": "^4.13.1", | ||
"gatsby-legacy-polyfills": "^3.13.0" | ||
"gatsby-legacy-polyfills": "^3.13.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": "5.13.2", | ||
"version": "5.13.3", | ||
"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-legacy-polyfills", | ||
"description": "Polyfills for legacy browsers", | ||
"version": "3.13.0", | ||
"version": "3.13.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-offline", | ||
"description": "Gatsby plugin which sets up a site to be able to run offline", | ||
"version": "6.13.1", | ||
"version": "6.13.2", | ||
"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.13.3", | ||
"version": "7.13.4", | ||
"bugs": { | ||
"url": "https://github.com/gatsbyjs/gatsby/issues" | ||
}, | ||
|
@@ -55,7 +55,7 @@ | |
"@types/semver": "^7.5.0", | ||
"babel-plugin-import-globals": "^2.0.0", | ||
"babel-plugin-module-resolver": "4.1.0", | ||
"babel-preset-gatsby": "^3.13.1", | ||
"babel-preset-gatsby": "^3.13.2", | ||
"babel-preset-gatsby-package": "^3.13.1", | ||
"cross-env": "^7.0.3", | ||
"gatsby-plugin-image": "^3.13.1", | ||
|
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.13.3", | ||
"version": "5.13.4", | ||
"author": "Kyle Mathews <[email protected]>", | ||
"bin": { | ||
"gatsby": "./cli.js" | ||
|
@@ -49,7 +49,7 @@ | |
"babel-plugin-add-module-exports": "^1.0.4", | ||
"babel-plugin-dynamic-import-node": "^2.3.3", | ||
"babel-plugin-remove-graphql-queries": "^5.13.1", | ||
"babel-preset-gatsby": "^3.13.1", | ||
"babel-preset-gatsby": "^3.13.2", | ||
"better-opn": "^2.1.1", | ||
"bluebird": "^3.7.2", | ||
"body-parser": "1.20.1", | ||
|
@@ -91,10 +91,10 @@ | |
"find-cache-dir": "^3.3.2", | ||
"fs-exists-cached": "1.0.0", | ||
"fs-extra": "^11.1.1", | ||
"gatsby-cli": "^5.13.2", | ||
"gatsby-cli": "^5.13.3", | ||
"gatsby-core-utils": "^4.13.1", | ||
"gatsby-graphiql-explorer": "^3.13.1", | ||
"gatsby-legacy-polyfills": "^3.13.0", | ||
"gatsby-legacy-polyfills": "^3.13.1", | ||
"gatsby-link": "^5.13.1", | ||
"gatsby-page-utils": "^3.13.1", | ||
"gatsby-parcel-config": "1.13.1", | ||
|