From 9b568782a540820a6ad97367e6cd65277a2d2951 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 05:11:09 +0000 Subject: [PATCH] Bump @astrojs/preact from 3.1.0 to 3.1.1 Bumps [@astrojs/preact](https://github.com/withastro/astro/tree/HEAD/packages/integrations/preact) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/preact/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/preact@3.1.1/packages/integrations/preact) --- updated-dependencies: - dependency-name: "@astrojs/preact" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index d0150af..fbe911b 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "@astrojs/cloudflare": "^9.0.0", "@astrojs/markdown-remark": "^4.2.1", "@astrojs/node": "^8.2.0", - "@astrojs/preact": "^3.1.0", + "@astrojs/preact": "^3.1.1", "@astrojs/tailwind": "^5.1.0", "@astrojs/ts-plugin": "^1.5.2", "@cloudflare/workers-types": "^4.20240208.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 367e1a2..4476c5b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -32,8 +32,8 @@ devDependencies: specifier: ^8.2.0 version: 8.2.0(astro@4.3.7) '@astrojs/preact': - specifier: ^3.1.0 - version: 3.1.0(@babel/core@7.23.9)(preact@10.19.4)(vite@5.1.2) + specifier: ^3.1.1 + version: 3.1.1(@babel/core@7.23.9)(preact@10.19.4)(vite@5.1.2) '@astrojs/tailwind': specifier: ^5.1.0 version: 5.1.0(astro@4.3.7)(tailwindcss@3.4.1) @@ -252,8 +252,8 @@ packages: - supports-color dev: true - /@astrojs/preact@3.1.0(@babel/core@7.23.9)(preact@10.19.4)(vite@5.1.2): - resolution: {integrity: sha512-17Eo+H3fTgcmKUa7v6aAt2BIkffdTZGR4aC0K2jO4nyNhgLRAEuaoXXJwzAG1x0UHnCw7bTQ2Vv3vuJFRy1PTg==} + /@astrojs/preact@3.1.1(@babel/core@7.23.9)(preact@10.19.4)(vite@5.1.2): + resolution: {integrity: sha512-ASgmVzh4wLyIyynp5CIfDwE45Vg/tIP+Y+5SnQtURmCP1qZpjdUbsw+bGQ0wCSXtjIbzCBa7Kw7Qn0g6WE2W2w==} engines: {node: '>=18.14.1'} peerDependencies: preact: ^10.6.5