Skip to content

Commit

Permalink
chore: update gatsby-adapter-netlify version manifest (#38745) (#38746)
Browse files Browse the repository at this point in the history
* chore: update gatsby-adapter-netlify version manifest (#38745)

(cherry picked from commit 268a640)

* chore: bump caniuse-lite (#38733)

---------

Co-authored-by: Michal Piechowiak <misiek.piechowiak@gmail.com>
  • Loading branch information
gatsbybot and pieh committed Dec 7, 2023
1 parent 04030d1 commit bba81d6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions packages/gatsby/adapters.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,12 @@ const adaptersManifest = [
test: () => !!process.env.NETLIFY || !!process.env.NETLIFY_LOCAL,
versions: [
{
gatsbyVersion: `^5.0.0`,
moduleVersion: `^1.0.0-alpha`,
gatsbyVersion: `^5.12.10`,
moduleVersion: `^1.0.4`,
},
{
gatsbyVersion: `>=5.0.0 <5.12.10`,
moduleVersion: `1.0.3`,
}
],
}
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7435,9 +7435,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"

caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001464, caniuse-lite@^1.0.30001503:
version "1.0.30001509"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001509.tgz#2b7ad5265392d6d2de25cd8776d1ab3899570d14"
integrity sha512-2uDDk+TRiTX5hMcUYT/7CSyzMZxjfGu0vAUjS2g0LSD8UoXOv0LtpH4LxGMemsiPq6LCVIUjNwVM0erkOkGCDA==
version "1.0.30001566"
resolved "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001566.tgz"
integrity sha512-ggIhCsTxmITBAMmK8yZjEhCO5/47jKXPu6Dha/wuCS4JePVL+3uiDEBuhu2aIoT+bqTOR8L76Ip1ARL9xYsEJA==

capital-case@^1.0.4:
version "1.0.4"
Expand Down

0 comments on commit bba81d6

Please sign in to comment.