From 884cf888c38949eed2643282e5594a9f5dbaa202 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 14:11:44 +0000 Subject: [PATCH] chore(deps-dev): bump @angular/common in /packages/toolbar Bumps [@angular/common](https://github.com/angular/angular/tree/HEAD/packages/common) from 21.1.5 to 22.0.0. - [Release notes](https://github.com/angular/angular/releases) - [Changelog](https://github.com/angular/angular/blob/main/CHANGELOG.md) - [Commits](https://github.com/angular/angular/commits/v22.0.0/packages/common) --- updated-dependencies: - dependency-name: "@angular/common" dependency-version: 22.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- packages/toolbar/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/toolbar/package.json b/packages/toolbar/package.json index 4790fa87..ddd4257e 100644 --- a/packages/toolbar/package.json +++ b/packages/toolbar/package.json @@ -130,7 +130,7 @@ "build:storybook": "storybook build" }, "devDependencies": { - "@angular/common": "^21.1.5", + "@angular/common": "^22.0.0", "@angular/core": "^21.2.4", "@codemirror/commands": "^6.10.1", "@codemirror/lang-json": "^6.0.2",