From f0a6ad64c736ec8bd4346e82fa9a9c7c9b1936a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 14:39:03 +0000 Subject: [PATCH] Bump @alleyinteractive/block-editor-tools from 0.6.0 to 0.6.1 Bumps [@alleyinteractive/block-editor-tools](https://github.com/alleyinteractive/alley-scripts) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/alleyinteractive/alley-scripts/releases) - [Changelog](https://github.com/alleyinteractive/alley-scripts/blob/main/CHANGELOG.md) - [Commits](https://github.com/alleyinteractive/alley-scripts/compare/@alleyinteractive/block-editor-tools@0.6.0...@alleyinteractive/block-editor-tools@0.6.1) --- updated-dependencies: - dependency-name: "@alleyinteractive/block-editor-tools" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9ff0b4ab..5a342a93 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "hasInstallScript": true, "license": "GPL-2.0-or-later", "dependencies": { - "@alleyinteractive/block-editor-tools": "^0.6.0", + "@alleyinteractive/block-editor-tools": "^0.6.1", "@types/jest": "^29.5.8", "@types/wordpress__block-editor": "^11.5.0", "@uidotdev/usehooks": "^2.4.1", @@ -61,9 +61,9 @@ } }, "node_modules/@alleyinteractive/block-editor-tools": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/@alleyinteractive/block-editor-tools/-/block-editor-tools-0.6.0.tgz", - "integrity": "sha512-RR4FuOpOnO2KCyKsdeRFraNYlv8A7FeMm9nlT1cpuVMeHr60buj7EURjfuMUqdPn5woFTL8pRIvhNNnjaWaEnQ==", + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/@alleyinteractive/block-editor-tools/-/block-editor-tools-0.6.1.tgz", + "integrity": "sha512-3WncSUYcw5Sn2GQSntyx/7uolU1/evoyZTxplOZG/aWUyxsB6hojUL1yyTrNF4zFAV9bvaHtC5ii77uauYTiVA==", "engines": { "node": ">=16.0.0 <21.0.0", "npm": ">=8.0.0" diff --git a/package.json b/package.json index 0c35ec53..d789339f 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "test": "jest --passWithNoTests" }, "dependencies": { - "@alleyinteractive/block-editor-tools": "^0.6.0", + "@alleyinteractive/block-editor-tools": "^0.6.1", "@types/jest": "^29.5.8", "@types/wordpress__block-editor": "^11.5.0", "@uidotdev/usehooks": "^2.4.1",