From 9a38b695cf7c64fcd0dc9144d04f000e098364d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 01:41:35 +0000 Subject: [PATCH] chore(deps): update nuxt typescript core packages to v3 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 810d503..d23c7cb 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": "3.13.2" }, "scripts": { "dev": "nuxt", @@ -17,7 +17,7 @@ }, "devDependencies": { "@nuxt/types": "2.15.8", - "@nuxt/typescript-build": "2.1.0", + "@nuxt/typescript-build": "3.0.2", "@nuxtjs/eslint-config-typescript": "10.0.0", "eslint": "8.15.0" }