From 5597df048e352797a49561cefe43823e692b6124 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:28:18 +0000 Subject: [PATCH] Bump gatsby-plugin-preact from 7.13.1 to 7.14.0 Bumps [gatsby-plugin-preact](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-preact) from 7.13.1 to 7.14.0. - [Release notes](https://github.com/gatsbyjs/gatsby/releases) - [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-preact/CHANGELOG.md) - [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-preact@7.14.0/packages/gatsby-plugin-preact) --- updated-dependencies: - dependency-name: gatsby-plugin-preact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 487d815b..ddc8b6d6 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "gatsby-plugin-google-analytics": "5.13.1", "gatsby-plugin-netlify": "5.1.1", "gatsby-plugin-nprogress": "5.13.1", - "gatsby-plugin-preact": "7.13.1", + "gatsby-plugin-preact": "7.14.0", "gatsby-plugin-react-helmet": "6.13.1", "gatsby-plugin-react-next": "2.0.1-13", "gatsby-plugin-remove-serviceworker": "^1.0.0", diff --git a/yarn.lock b/yarn.lock index 4396df24..e53fdcd7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6869,10 +6869,10 @@ gatsby-plugin-page-creator@^5.14.0: globby "^11.1.0" lodash "^4.17.21" -gatsby-plugin-preact@7.13.1: - version "7.13.1" - resolved "https://registry.yarnpkg.com/gatsby-plugin-preact/-/gatsby-plugin-preact-7.13.1.tgz#740b0431f621f75f4110e033069ad4a3f66df451" - integrity sha512-VJmTmb3A0eF/boDkBAsTWpUDeE4V4vtm+IKeOxUCiQBYbjmGkL4IB0W5CAUK3L5cnhHqgd9x25RTb9q4+DsAdg== +gatsby-plugin-preact@7.14.0: + version "7.14.0" + resolved "https://registry.yarnpkg.com/gatsby-plugin-preact/-/gatsby-plugin-preact-7.14.0.tgz#b5a0cea0f8c19acda8d0409f71821b6efae60ee1" + integrity sha512-ECFXnGz7Y4VP7hEnuShut+6KDLmZzmeakKECUxjJX5ZDN/H+FQux2NbGAXPaCNheMu7y58cSAlmx2nJNyURhag== dependencies: "@babel/runtime" "^7.20.13" "@gatsbyjs/webpack-hot-middleware" "^2.25.3"