From d16a7bee4f3013103ef8e4a06bac3b06c0418cff Mon Sep 17 00:00:00 2001 From: Tino Koch <> Date: Sun, 13 Oct 2024 18:24:01 +0200 Subject: [PATCH 1/4] updated dependencies --- playground-nuxt/nuxt.config.ts | 6 +- playground-nuxt/package.json | 7 +- playground-nuxt/pages/index.vue | 10 +- pnpm-lock.yaml | 3857 ++++++++++++++++++++++++++++--- 4 files changed, 3569 insertions(+), 311 deletions(-) diff --git a/playground-nuxt/nuxt.config.ts b/playground-nuxt/nuxt.config.ts index 2b23ff1a..ba22791b 100644 --- a/playground-nuxt/nuxt.config.ts +++ b/playground-nuxt/nuxt.config.ts @@ -3,9 +3,11 @@ import { resolve } from 'pathe' // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ devtools: { enabled: true }, + modules: [ '@tresjs/nuxt', ], + vite: { resolve: { alias: { @@ -15,4 +17,6 @@ export default defineNuxtConfig({ dedupe: ['three', '@tresjs/core', '@vueuse/core'], }, }, -}) + + compatibilityDate: '2024-10-13', +}) \ No newline at end of file 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..727465db 100644 --- a/playground-nuxt/pages/index.vue +++ b/playground-nuxt/pages/index.vue @@ -1,5 +1,5 @@