Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1,276 changes: 799 additions & 477 deletions starters/blog/package-lock.json

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions starters/blog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"gatsby": "^3.11.1",
"gatsby-plugin-feed": "^3.11.0",
"gatsby": "^3.12.1",
"gatsby-plugin-feed": "^3.12.0",
"gatsby-plugin-gatsby-cloud": "^2.11.0",
"gatsby-plugin-google-analytics": "^3.11.0",
"gatsby-plugin-image": "^1.11.0",
"gatsby-plugin-manifest": "^3.11.0",
"gatsby-plugin-offline": "^4.11.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"gatsby-plugin-sharp": "^3.11.0",
"gatsby-remark-copy-linked-files": "^4.8.0",
"gatsby-remark-images": "^5.8.0",
"gatsby-remark-prismjs": "^5.8.0",
"gatsby-remark-responsive-iframe": "^4.8.0",
"gatsby-remark-smartypants": "^4.8.0",
"gatsby-source-filesystem": "^3.11.0",
"gatsby-transformer-remark": "^4.8.0",
"gatsby-transformer-sharp": "^3.11.0",
"gatsby-plugin-google-analytics": "^3.12.0",
"gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-offline": "^4.12.0",
"gatsby-plugin-react-helmet": "^4.12.0",
"gatsby-plugin-sharp": "^3.12.0",
"gatsby-remark-copy-linked-files": "^4.9.0",
"gatsby-remark-images": "^5.9.0",
"gatsby-remark-prismjs": "^5.9.0",
"gatsby-remark-responsive-iframe": "^4.9.0",
"gatsby-remark-smartypants": "^4.9.0",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-remark": "^4.9.0",
"gatsby-transformer-sharp": "^3.12.0",
"prismjs": "^1.24.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
1,132 changes: 716 additions & 416 deletions starters/default/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions starters/default/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"version": "0.1.0",
"author": "Kyle Mathews <[email protected]>",
"dependencies": {
"gatsby": "^3.11.1",
"gatsby": "^3.12.1",
"gatsby-plugin-gatsby-cloud": "^2.11.0",
"gatsby-plugin-image": "^1.11.0",
"gatsby-plugin-manifest": "^3.11.0",
"gatsby-plugin-offline": "^4.11.0",
"gatsby-plugin-react-helmet": "^4.11.0",
"gatsby-plugin-sharp": "^3.11.0",
"gatsby-source-filesystem": "^3.11.0",
"gatsby-transformer-sharp": "^3.11.0",
"gatsby-plugin-image": "^1.12.0",
"gatsby-plugin-manifest": "^3.12.0",
"gatsby-plugin-offline": "^4.12.0",
"gatsby-plugin-react-helmet": "^4.12.0",
"gatsby-plugin-sharp": "^3.12.0",
"gatsby-source-filesystem": "^3.12.0",
"gatsby-transformer-sharp": "^3.12.0",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
Expand Down
1,544 changes: 967 additions & 577 deletions starters/gatsby-starter-blog-theme-core/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-blog-theme-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "0BSD",
"dependencies": {
"@mdx-js/react": "^1.6.22",
"gatsby": "^3.11.1",
"gatsby": "^3.12.1",
"gatsby-theme-blog-core": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
1,544 changes: 967 additions & 577 deletions starters/gatsby-starter-blog-theme/package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion starters/gatsby-starter-blog-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^3.11.1",
"gatsby": "^3.12.1",
"gatsby-theme-blog": "^3.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion starters/gatsby-starter-minimal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"license": "0BSD",
"dependencies": {
"gatsby": "^3.11.1",
"gatsby": "^3.12.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
Expand Down
Loading