From 04ece6c6215f24ee7de470e3b2530434f189eb4b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 17:03:15 +0000 Subject: [PATCH] chore(deps): update nuxt typescript core packages to v2.18.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 810d503..ab25bf7 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "dependencies": { "@nuxtjs/composition-api": "0.32.0", "nuxt-property-decorator": "2.9.1", - "nuxt": "2.15.8" + "nuxt": "2.18.0" }, "scripts": { "dev": "nuxt", @@ -16,7 +16,7 @@ "lint": "eslint --max-warnings 0 --ext .ts,.vue ." }, "devDependencies": { - "@nuxt/types": "2.15.8", + "@nuxt/types": "2.18.0", "@nuxt/typescript-build": "2.1.0", "@nuxtjs/eslint-config-typescript": "10.0.0", "eslint": "8.15.0"