Skip to content

Commit bba81d6

Browse files
gatsbybotpieh
andauthoredDec 7, 2023
chore: update gatsby-adapter-netlify version manifest (#38745) (#38746)
* 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>
1 parent 04030d1 commit bba81d6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed
 

‎packages/gatsby/adapters.js

+6-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,12 @@ const adaptersManifest = [
1717
test: () => !!process.env.NETLIFY || !!process.env.NETLIFY_LOCAL,
1818
versions: [
1919
{
20-
gatsbyVersion: `^5.0.0`,
21-
moduleVersion: `^1.0.0-alpha`,
20+
gatsbyVersion: `^5.12.10`,
21+
moduleVersion: `^1.0.4`,
22+
},
23+
{
24+
gatsbyVersion: `>=5.0.0 <5.12.10`,
25+
moduleVersion: `1.0.3`,
2226
}
2327
],
2428
}

‎yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -7435,9 +7435,9 @@ caniuse-api@^3.0.0:
74357435
lodash.uniq "^4.5.0"
74367436

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

74427442
capital-case@^1.0.4:
74437443
version "1.0.4"

0 commit comments

Comments
 (0)
Please sign in to comment.