Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: gatsby-plugin-feed@4.18.0
Choose a base ref
...
head repository: gatsbyjs/gatsby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: gatsby-plugin-feed@4.18.1
Choose a head ref
  • 5 commits
  • 44 files changed
  • 6 contributors

Commits on Jul 12, 2022

  1. fix(deps): update dependency lmdb to v2.5.3 (#36099) (#36109)

    * fix(deps): update dependency lmdb to v2.5.3 (#36099)
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Lennart <lekoarts@gmail.com>
    (cherry picked from commit 8488135)
    
    * Commit yarn.lock
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Josh <jcjohnson77@gmail.com>
    3 people authored Jul 12, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    1bb9a65 View commit details
  2. fix(gatsby): hydration issues when load is low enough to show indicat…

    …or (#36083) (#36107)
    
    * adjust logic dictating if we use hydrate or render on first render based on target element content
    
    * comment shuffling
    
    (cherry picked from commit 2413149)
    
    Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
    gatsbybot and pieh authored Jul 12, 2022

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    18fa8c4 View commit details
  3. fix(gatsby): Show error, exit process on SSR error (#36082) (#36106)

    * fix(gatsby): Show error, exit process on SSR error
    
    * Throw instead of exit process
    
    (cherry picked from commit 8877b06)
    
    Co-authored-by: Ty Hopp <tyhopp@users.noreply.github.com>
    gatsbybot and tyhopp authored Jul 12, 2022
    Copy the full SHA
    39d5dd4 View commit details
  4. chore(gatsby): upgrade lmdb to 2.5.3 (#36087) (#36108)

    * chore(gatsby): upgrade lmdb to 2.5.3 (#36087)
    
    (cherry picked from commit 0110aa8)
    
    * Update yarn.lock
    
    Co-authored-by: Erica Pisani <pisani.erica@gmail.com>
    Co-authored-by: Josh <jcjohnson77@gmail.com>
    3 people authored Jul 12, 2022
    Copy the full SHA
    5264d16 View commit details
  5. chore(release): Publish

     - babel-plugin-remove-graphql-queries@4.18.1
     - babel-preset-gatsby@2.18.1
     - create-gatsby@2.18.1
     - gatsby-cli@4.18.1
     - gatsby-core-utils@3.18.1
     - gatsby-link@4.18.1
     - gatsby-page-utils@2.18.1
     - gatsby-parcel-config@0.9.1
     - @gatsbyjs/parcel-namer-relative-to-cwd@1.3.1
     - gatsby-plugin-benchmark-reporting@2.18.1
     - gatsby-plugin-cxs@4.18.1
     - gatsby-plugin-feed@4.18.1
     - gatsby-plugin-flow@3.18.1
     - gatsby-plugin-gatsby-cloud@4.18.1
     - gatsby-plugin-google-tagmanager@4.18.1
     - gatsby-plugin-image@2.18.1
     - gatsby-plugin-manifest@4.18.1
     - gatsby-plugin-mdx@3.18.1
     - gatsby-plugin-offline@5.18.1
     - gatsby-plugin-page-creator@4.18.1
     - gatsby-plugin-preload-fonts@3.18.1
     - gatsby-plugin-sass@5.18.1
     - gatsby-plugin-sharp@4.18.1
     - gatsby-plugin-sitemap@5.18.1
     - gatsby-plugin-twitter@4.18.1
     - gatsby-plugin-typescript@4.18.1
     - gatsby-plugin-utils@3.12.1
     - gatsby-remark-autolink-headers@5.18.1
     - gatsby-remark-images@6.18.1
     - gatsby-source-contentful@7.16.1
     - gatsby-source-drupal@5.19.1
     - gatsby-source-filesystem@4.18.1
     - gatsby-source-graphql@4.18.1
     - gatsby-source-shopify@7.7.1
     - gatsby-source-wordpress@6.18.1
     - gatsby-telemetry@3.18.1
     - gatsby-transformer-remark@5.18.1
     - gatsby-transformer-sharp@4.18.1
     - gatsby-transformer-sqip@4.18.1
     - gatsby@4.18.1
    imjoshin committed Jul 12, 2022
    Copy the full SHA
    c6aa79d View commit details
Showing with 199 additions and 203 deletions.
  1. +2 −2 packages/babel-plugin-remove-graphql-queries/package.json
  2. +2 −2 packages/babel-preset-gatsby/package.json
  3. +2 −2 packages/create-gatsby/package.json
  4. +4 −4 packages/gatsby-cli/package.json
  5. +2 −2 packages/gatsby-core-utils/package.json
  6. +2 −2 packages/gatsby-link/package.json
  7. +2 −2 packages/gatsby-page-utils/package.json
  8. +2 −2 packages/gatsby-parcel-config/package.json
  9. +2 −2 packages/gatsby-parcel-namer-relative-to-cwd/package.json
  10. +2 −2 packages/gatsby-plugin-benchmark-reporting/package.json
  11. +2 −2 packages/gatsby-plugin-cxs/package.json
  12. +2 −2 packages/gatsby-plugin-feed/package.json
  13. +2 −2 packages/gatsby-plugin-flow/package.json
  14. +3 −3 packages/gatsby-plugin-gatsby-cloud/package.json
  15. +2 −2 packages/gatsby-plugin-google-tagmanager/package.json
  16. +4 −4 packages/gatsby-plugin-image/package.json
  17. +3 −3 packages/gatsby-plugin-manifest/package.json
  18. +3 −3 packages/gatsby-plugin-mdx/package.json
  19. +3 −3 packages/gatsby-plugin-offline/package.json
  20. +5 −5 packages/gatsby-plugin-page-creator/package.json
  21. +2 −2 packages/gatsby-plugin-preload-fonts/package.json
  22. +2 −2 packages/gatsby-plugin-sass/package.json
  23. +5 −5 packages/gatsby-plugin-sharp/package.json
  24. +2 −2 packages/gatsby-plugin-sitemap/package.json
  25. +2 −2 packages/gatsby-plugin-twitter/package.json
  26. +2 −2 packages/gatsby-plugin-typescript/package.json
  27. +2 −2 packages/gatsby-plugin-utils/package.json
  28. +2 −2 packages/gatsby-remark-autolink-headers/package.json
  29. +3 −3 packages/gatsby-remark-images/package.json
  30. +4 −4 packages/gatsby-source-contentful/package.json
  31. +3 −3 packages/gatsby-source-drupal/package.json
  32. +2 −2 packages/gatsby-source-filesystem/package.json
  33. +2 −2 packages/gatsby-source-graphql/package.json
  34. +5 −5 packages/gatsby-source-shopify/package.json
  35. +6 −6 packages/gatsby-source-wordpress/package.json
  36. +2 −2 packages/gatsby-telemetry/package.json
  37. +3 −3 packages/gatsby-transformer-remark/package.json
  38. +2 −2 packages/gatsby-transformer-sharp/package.json
  39. +3 −3 packages/gatsby-transformer-sqip/package.json
  40. +26 −23 packages/gatsby/cache-dir/app.js
  41. +13 −22 packages/gatsby/cache-dir/ssr-develop-static-entry.js
  42. +3 −1 packages/gatsby/cache-dir/static-entry.js
  43. +13 −13 packages/gatsby/package.json
  44. +39 −39 yarn.lock
4 changes: 2 additions & 2 deletions packages/babel-plugin-remove-graphql-queries/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-remove-graphql-queries",
"version": "4.18.0",
"version": "4.18.1",
"author": "Jason Quense <monastic.panic@gmail.com>",
"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.18.0"
"gatsby-core-utils": "^3.18.1"
},
"devDependencies": {
"@babel/cli": "^7.15.4",
4 changes: 2 additions & 2 deletions packages/babel-preset-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "babel-preset-gatsby",
"version": "2.18.0",
"version": "2.18.1",
"author": "Philipp Spiess <hello@philippspiess.com>",
"repository": {
"type": "git",
@@ -22,7 +22,7 @@
"babel-plugin-dynamic-import-node": "^2.3.3",
"babel-plugin-macros": "^3.1.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
"gatsby-core-utils": "^3.18.0",
"gatsby-core-utils": "^3.18.1",
"gatsby-legacy-polyfills": "^2.18.0"
},
"peerDependencies": {
4 changes: 2 additions & 2 deletions packages/create-gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-gatsby",
"version": "2.18.0",
"version": "2.18.1",
"main": "lib/index.js",
"bin": "cli.js",
"license": "MIT",
@@ -28,7 +28,7 @@
"eslint": "^7.32.0",
"execa": "^5.1.1",
"fs-extra": "^10.1.0",
"gatsby-plugin-utils": "^3.12.0",
"gatsby-plugin-utils": "^3.12.1",
"joi": "^17.4.2",
"microbundle": "^0.14.2",
"node-fetch": "^2.6.6",
8 changes: 4 additions & 4 deletions packages/gatsby-cli/package.json
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.18.0",
"version": "4.18.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bin": {
"gatsby": "cli.js"
@@ -27,13 +27,13 @@
"common-tags": "^1.8.2",
"configstore": "^5.0.1",
"convert-hrtime": "^3.0.0",
"create-gatsby": "^2.18.0",
"create-gatsby": "^2.18.1",
"envinfo": "^7.8.1",
"execa": "^5.1.1",
"fs-exists-cached": "^1.0.0",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.18.0",
"gatsby-telemetry": "^3.18.0",
"gatsby-core-utils": "^3.18.1",
"gatsby-telemetry": "^3.18.1",
"hosted-git-info": "^3.0.8",
"is-valid-path": "^0.1.1",
"joi": "^17.4.2",
4 changes: 2 additions & 2 deletions packages/gatsby-core-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-core-utils",
"version": "3.18.0",
"version": "3.18.1",
"description": "A collection of gatsby utils used in different gatsby packages",
"keywords": [
"gatsby",
@@ -50,7 +50,7 @@
"fs-extra": "^10.1.0",
"got": "^11.8.5",
"import-from": "^4.0.0",
"lmdb": "2.5.2",
"lmdb": "2.5.3",
"lock": "^1.1.0",
"node-object-hash": "^2.3.10",
"proper-lockfile": "^4.1.2",
4 changes: 2 additions & 2 deletions packages/gatsby-link/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "4.18.0",
"version": "4.18.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"@types/reach__router": "^1.3.10",
"gatsby-page-utils": "^2.18.0",
"gatsby-page-utils": "^2.18.1",
"prop-types": "^15.8.1"
},
"devDependencies": {
4 changes: 2 additions & 2 deletions packages/gatsby-page-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-page-utils",
"version": "2.18.0",
"version": "2.18.1",
"description": "Gatsby library that helps creating pages",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -30,7 +30,7 @@
"bluebird": "^3.7.2",
"chokidar": "^3.5.3",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.18.0",
"gatsby-core-utils": "^3.18.1",
"glob": "^7.2.3",
"lodash": "^4.17.21",
"micromatch": "^4.0.5"
4 changes: 2 additions & 2 deletions packages/gatsby-parcel-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-parcel-config",
"main": "lib/index.json",
"version": "0.9.0",
"version": "0.9.1",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-config#readme",
"description": "A minimal Parcel config for use in Gatsby",
"repository": {
@@ -14,7 +14,7 @@
"parcel": "2.x"
},
"dependencies": {
"@gatsbyjs/parcel-namer-relative-to-cwd": "1.3.0",
"@gatsbyjs/parcel-namer-relative-to-cwd": "1.3.1",
"@parcel/bundler-default": "2.6.0",
"@parcel/compressor-raw": "2.6.0",
"@parcel/namer-default": "2.6.0",
4 changes: 2 additions & 2 deletions packages/gatsby-parcel-namer-relative-to-cwd/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gatsbyjs/parcel-namer-relative-to-cwd",
"main": "lib/index.js",
"version": "1.3.0",
"version": "1.3.1",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-parcel-namer-relative-to-cwd#readme",
"description": "Parcel namer that preserve directory structure to stabilize output and keep the hierarchy.",
"author": "Michal Piechowiak <misiek.piechowiak@gmail.com>",
@@ -18,7 +18,7 @@
"dependencies": {
"@babel/runtime": "^7.18.0",
"@parcel/plugin": "2.6.0",
"gatsby-core-utils": "^3.18.0"
"gatsby-core-utils": "^3.18.1"
},
"devDependencies": {
"@babel/cli": "^7.17.10",
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-benchmark-reporting/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-benchmark-reporting",
"description": "Gatsby Benchmark Reporting",
"version": "2.18.0",
"version": "2.18.1",
"author": "Peter van der Zee <pvdz@github>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -21,7 +21,7 @@
"dependencies": {
"@babel/runtime": "^7.15.4",
"fast-glob": "^3.2.11",
"gatsby-core-utils": "^3.18.0",
"gatsby-core-utils": "^3.18.1",
"node-fetch": "^2.6.7"
},
"peerDependencies": {
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-cxs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-cxs",
"description": "Gatsby plugin to add SSR support for ctx",
"version": "4.18.0",
"version": "4.18.1",
"author": "Chen-Tai Hou <ctxhou@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
"babel-preset-gatsby-package": "^2.18.0",
"cross-env": "^7.0.3",
"cxs": "^6.2.0",
"gatsby-plugin-utils": "^3.12.0"
"gatsby-plugin-utils": "^3.12.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-cxs#readme",
"keywords": [
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-feed/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-feed",
"description": "Creates an RSS feed for your Gatsby site.",
"version": "4.18.0",
"version": "4.18.1",
"author": "Nicholas Young <nicholas@nicholaswyoung.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -11,7 +11,7 @@
"@hapi/joi": "^15.1.1",
"common-tags": "^1.8.2",
"fs-extra": "^10.1.0",
"gatsby-plugin-utils": "^3.12.0",
"gatsby-plugin-utils": "^3.12.1",
"lodash.merge": "^4.6.2",
"rss": "^1.2.2"
},
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-flow",
"version": "3.18.0",
"version": "3.18.1",
"description": "Provides drop-in support for Flow by adding @babel/preset-flow.",
"main": "index.js",
"scripts": {
@@ -32,7 +32,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.18.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.12.0"
"gatsby-plugin-utils": "^3.12.1"
},
"peerDependencies": {
"gatsby": "^4.0.0-next"
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-gatsby-cloud/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "gatsby-plugin-gatsby-cloud",
"description": "A Gatsby plugin which optimizes working with Gatsby Cloud",
"version": "4.18.0",
"version": "4.18.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.18.0",
"gatsby-telemetry": "^3.18.0",
"gatsby-core-utils": "^3.18.1",
"gatsby-telemetry": "^3.18.1",
"kebab-hash": "^0.1.2",
"lodash": "^4.17.21",
"webpack-assets-manifest": "^5.1.0"
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-google-tagmanager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "gatsby-plugin-google-tagmanager",
"description": "Gatsby plugin to add google tagmanager onto a site",
"version": "4.18.0",
"version": "4.18.1",
"author": "Thijs Koerselman <thijs@vauxlab.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
@@ -15,7 +15,7 @@
"@babel/core": "^7.15.5",
"babel-preset-gatsby-package": "^2.18.0",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.12.0"
"gatsby-plugin-utils": "^3.12.1"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-google-tagmanager#readme",
"keywords": [
8 changes: 4 additions & 4 deletions packages/gatsby-plugin-image/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-image",
"version": "2.18.0",
"version": "2.18.1",
"scripts": {
"build": "npm-run-all --npm-path npm -s clean -p build:*",
"build:gatsby-node": "tsc --jsx react --downlevelIteration true --skipLibCheck true --esModuleInterop true --outDir dist/ src/gatsby-node.ts src/babel-plugin-parse-static-images.ts src/resolver-utils.ts src/types.d.ts -d --declarationDir dist/src",
@@ -77,13 +77,13 @@
"@babel/runtime": "^7.15.4",
"@babel/traverse": "^7.15.4",
"babel-jsx-utils": "^1.1.0",
"babel-plugin-remove-graphql-queries": "^4.18.0",
"babel-plugin-remove-graphql-queries": "^4.18.1",
"camelcase": "^5.3.1",
"chokidar": "^3.5.3",
"common-tags": "^1.8.2",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.18.0",
"gatsby-plugin-utils": "^3.12.0",
"gatsby-core-utils": "^3.18.1",
"gatsby-plugin-utils": "^3.12.1",
"objectFitPolyfill": "^2.3.5",
"prop-types": "^15.8.1"
},
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-manifest/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "gatsby-plugin-manifest",
"description": "Gatsby plugin which adds a manifest.webmanifest to make sites progressive web apps",
"version": "4.18.0",
"version": "4.18.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"gatsby-core-utils": "^3.18.0",
"gatsby-plugin-utils": "^3.12.0",
"gatsby-core-utils": "^3.18.1",
"gatsby-plugin-utils": "^3.12.1",
"semver": "^7.3.7",
"sharp": "^0.30.3"
},
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-mdx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-mdx",
"version": "3.18.0",
"version": "3.18.1",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
@@ -37,7 +37,7 @@
"escape-string-regexp": "^1.0.5",
"eval": "^0.1.4",
"fs-extra": "^10.1.0",
"gatsby-core-utils": "^3.18.0",
"gatsby-core-utils": "^3.18.1",
"gray-matter": "^4.0.2",
"json5": "^2.1.3",
"loader-utils": "^1.4.0",
@@ -63,7 +63,7 @@
"devDependencies": {
"@mdx-js/mdx": "^1.6.16",
"@mdx-js/react": "^1.6.16",
"gatsby-plugin-utils": "^3.12.0",
"gatsby-plugin-utils": "^3.12.1",
"js-combinatorics": "^1.4.5",
"react-test-renderer": "^16.13.1"
},
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-offline/package.json
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.18.0",
"version": "5.18.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
},
"dependencies": {
"@babel/runtime": "^7.15.4",
"cheerio": "^1.0.0-rc.10",
"gatsby-core-utils": "^3.18.0",
"gatsby-core-utils": "^3.18.1",
"glob": "^7.2.3",
"idb-keyval": "^3.2.0",
"lodash": "^4.17.21",
@@ -21,7 +21,7 @@
"babel-preset-gatsby-package": "^2.18.0",
"cpy-cli": "^3.1.1",
"cross-env": "^7.0.3",
"gatsby-plugin-utils": "^3.12.0",
"gatsby-plugin-utils": "^3.12.1",
"rewire": "^6.0.0"
},
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-offline#readme",
10 changes: 5 additions & 5 deletions packages/gatsby-plugin-page-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gatsby-plugin-page-creator",
"version": "4.18.0",
"version": "4.18.1",
"description": "Gatsby plugin that automatically creates pages from React components in specified directories",
"main": "index.js",
"scripts": {
@@ -29,10 +29,10 @@
"@sindresorhus/slugify": "^1.1.2",
"chokidar": "^3.5.3",
"fs-exists-cached": "^1.0.0",
"gatsby-core-utils": "^3.18.0",
"gatsby-page-utils": "^2.18.0",
"gatsby-plugin-utils": "^3.12.0",
"gatsby-telemetry": "^3.18.0",
"gatsby-core-utils": "^3.18.1",
"gatsby-page-utils": "^2.18.1",
"gatsby-plugin-utils": "^3.12.1",
"gatsby-telemetry": "^3.18.1",
"globby": "^11.1.0",
"lodash": "^4.17.21"
},
Loading