From 2c9f898984c95085cbd8d58069da99fb591e6d6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 02:00:34 +0000 Subject: [PATCH] Bump @wordpress/scripts from 26.19.0 to 27.0.0 Bumps [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/HEAD/packages/scripts) from 26.19.0 to 27.0.0. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Changelog](https://github.com/WordPress/gutenberg/blob/trunk/packages/scripts/CHANGELOG.md) - [Commits](https://github.com/WordPress/gutenberg/commits/@wordpress/scripts@27.0.0/packages/scripts) --- updated-dependencies: - dependency-name: "@wordpress/scripts" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0f5975f..a36c151 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "build-blocks": "wp-scripts build src/blocks.js --output-path=dist" }, "devDependencies": { - "@wordpress/scripts": "^26.9.0", + "@wordpress/scripts": "^27.0.0", "classnames": "^2.3.2", "webpack": "^5.75.0" }