From 173c7f2643409c4077f5b1bec721772e44dd9a30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 03:11:16 +0000 Subject: [PATCH] Bump @quasar/extras from 1.18.0 to 2.0.0 Bumps [@quasar/extras](https://github.com/quasarframework/quasar) from 1.18.0 to 2.0.0. - [Release notes](https://github.com/quasarframework/quasar/releases) - [Commits](https://github.com/quasarframework/quasar/compare/@quasar/extras-v1.18.0...@quasar/extras-v2.0.0) --- updated-dependencies: - dependency-name: "@quasar/extras" dependency-version: 2.0.0 dependency-type: direct:production 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 986cb1b..5158093 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "test": "bun test" }, "dependencies": { - "@quasar/extras": "^1.16.0", + "@quasar/extras": "^2.0.0", "pinia": "^3.0.4", "quasar": "^2.16.0", "vue": "^3.4.0",