From 528a87a11fe7f6782db2129cecb75eed03a8a850 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 12:36:40 +0000 Subject: [PATCH] chore(deps): bump @quasar/extras from 1.18.0 to 2.0.1 Bumps [@quasar/extras](https://github.com/quasarframework/quasar) from 1.18.0 to 2.0.1. - [Release notes](https://github.com/quasarframework/quasar/releases) - [Commits](https://github.com/quasarframework/quasar/compare/@quasar/extras-v1.18.0...@quasar/extras-v2.0.1) --- updated-dependencies: - dependency-name: "@quasar/extras" dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... 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 66232640..22dfa222 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "version": "4.0", "dependencies": { "@quasar/cli": "^5.0.2", - "@quasar/extras": "^1.18.0", + "@quasar/extras": "^2.0.1", "accepts": "^1.3.8", "country-locale-map": "^1.9.13", "lunr": "^2.3.9", @@ -2140,9 +2140,9 @@ } }, "node_modules/@quasar/extras": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-1.18.0.tgz", - "integrity": "sha512-hIqqw56sKGujWA3sTIT1ItlVglD+eA3hAWDVxY4qjA4/BSgYJDHk6ymJCbsDPIJFT7DJsG/F3A67vELXbBAIvA==", + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@quasar/extras/-/extras-2.0.1.tgz", + "integrity": "sha512-gieBBROuXkVhvqXtbcVg4pHR5FDcaK+F9PaY2K2t8+EuK8OB/0aJq306DeF5+/Bqv8ixIXT9KhpRZj0HotaOew==", "license": "MIT", "funding": { "type": "github", diff --git a/package.json b/package.json index 1e4911d2..f1d11ef5 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ }, "dependencies": { "@quasar/cli": "^5.0.2", - "@quasar/extras": "^1.18.0", + "@quasar/extras": "^2.0.1", "accepts": "^1.3.8", "country-locale-map": "^1.9.13", "lunr": "^2.3.9",