From 215baa40d8fe9d97ce0e9a9c353d76fdceee1b99 Mon Sep 17 00:00:00 2001 From: Tino Koch <17991193+Tinoooo@users.noreply.github.com> Date: Mon, 21 Oct 2024 11:26:39 +0200 Subject: [PATCH] chore(deps): dependency updates in nuxt playground (#135) * updated dependencies * cleanup * cleanup * lint fixes --------- Co-authored-by: Tino Koch <> Co-authored-by: Alvaro Saburido --- playground-nuxt/nuxt.config.ts | 1 + playground-nuxt/package.json | 7 +- playground-nuxt/pages/index.vue | 21 +- pnpm-lock.yaml | 3857 ++++++++++++++++++++++++++++--- 4 files changed, 3566 insertions(+), 320 deletions(-) diff --git a/playground-nuxt/nuxt.config.ts b/playground-nuxt/nuxt.config.ts index 2b23ff1a..6d126026 100644 --- a/playground-nuxt/nuxt.config.ts +++ b/playground-nuxt/nuxt.config.ts @@ -15,4 +15,5 @@ export default defineNuxtConfig({ dedupe: ['three', '@tresjs/core', '@vueuse/core'], }, }, + compatibilityDate: '2024-10-13', }) diff --git a/playground-nuxt/package.json b/playground-nuxt/package.json index dd33a252..b37afec6 100644 --- a/playground-nuxt/package.json +++ b/playground-nuxt/package.json @@ -10,9 +10,10 @@ "postinstall": "nuxt prepare" }, "dependencies": { - "@tresjs/cientos": "^3.5.1", - "@tresjs/nuxt": "^1.2.2", - "@types/three": "^0.152.1" + "@tresjs/cientos": "^4.0.3", + "@tresjs/nuxt": "^3.0.7", + "@tresjs/post-processing": "^0.7.1", + "@types/three": "^0.169.0" }, "devDependencies": { "@nuxt/devtools": "latest", diff --git a/playground-nuxt/pages/index.vue b/playground-nuxt/pages/index.vue index bfc36023..58bb6e51 100644 --- a/playground-nuxt/pages/index.vue +++ b/playground-nuxt/pages/index.vue @@ -1,8 +1,6 @@