Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
chore: gatsby-core-utils
  • Loading branch information
merceyz committed Oct 19, 2021
commit 747aca4b6dcc6a17b0c17beb112516b75c9d3fcc
7 changes: 7 additions & 0 deletions packages/plugin-compat/sources/extensions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -640,4 +640,11 @@ export const packageExtensions: Array<[string, PackageExtensionData]> = [
},
},
]),
// Originally fixed in https://github.com/gatsbyjs/gatsby/pull/31837 (https://github.com/gatsbyjs/gatsby/commit/6378692d7ec1eb902520720e27aca97e8eb42c21)
// Version updated and added in https://github.com/gatsbyjs/gatsby/pull/32928
[`gatsby-core-utils@<2.14.0-next.1`, {
dependencies: {
got: `8.3.2`,
},
}],
];