diff --git a/package.json b/package.json index 29a4ddde..af34cc4a 100644 --- a/package.json +++ b/package.json @@ -45,41 +45,41 @@ "docs:preview": "vitepress preview docs" }, "peerDependencies": { - "@tresjs/core": ">=2.1.3", "three": ">=0.133", "vue": ">=3.3" }, "devDependencies": { "@alvarosabu/prettier-config": "^1.3.0", - "@release-it/conventional-changelog": "^6.0.0", + "@release-it/conventional-changelog": "^7.0.0", "@tweakpane/core": "^1.1.9", "@tweakpane/plugin-essentials": "^0.1.8", - "@types/node": "^20.4.1", - "@types/three": "^0.153.0", - "@typescript-eslint/eslint-plugin": "^5.61.0", - "@typescript-eslint/parser": "^5.61.0", + "@types/node": "^20.4.5", + "@types/three": "^0.154.0", + "@typescript-eslint/eslint-plugin": "^6.2.0", + "@typescript-eslint/parser": "^6.2.0", "@vitejs/plugin-vue": "^4.2.3", - "eslint": "^8.44.0", - "eslint-config-prettier": "^8.8.0", + "eslint": "^8.46.0", + "eslint-config-prettier": "^8.9.0", "eslint-plugin-vue": "^9.15.1", "gsap": "^3.12.2", "kolorist": "^1.8.0", "pathe": "^1.1.1", "prettier": "^3.0.0", - "release-it": "^16.0.0", + "release-it": "^16.1.3", "rollup-plugin-analyzer": "^4.0.0", "rollup-plugin-visualizer": "^5.9.2", - "three": "^0.154.0", + "three": "^0.155.0", "tweakpane": "^3.1.10", "typescript": "^5.1.6", - "unocss": "^0.53.4", - "vite": "^4.4.2", + "unocss": "^0.54.0", + "vite": "^4.4.7", "vite-plugin-banner": "^0.7.0", - "vite-plugin-dts": "3.1.1", + "vite-plugin-dts": "3.3.1", "vite-svg-loader": "^4.0.0", - "vitepress": "1.0.0-beta.5" + "vitepress": "1.0.0-beta.6" }, "dependencies": { + "@tresjs/core": "3.0.1", "@vueuse/core": "^10.2.1", "camera-controls": "^2.7.0", "three-stdlib": "^2.23.13" diff --git a/playground/package.json b/playground/package.json index c4ad75a3..9d05e7ca 100644 --- a/playground/package.json +++ b/playground/package.json @@ -9,7 +9,7 @@ "preview": "vite preview" }, "dependencies": { - "@tresjs/core": "2.4.0", + "@tresjs/core": "3.0.1", "vue-router": "^4.2.4" }, "devDependencies": { @@ -17,6 +17,6 @@ "unplugin-auto-import": "^0.16.6", "unplugin-vue-components": "^0.25.1", "vite-plugin-glsl": "^1.1.2", - "vue-tsc": "^1.8.4" + "vue-tsc": "^1.8.8" } } diff --git a/playground/src/App.vue b/playground/src/App.vue index 9f7a5936..bf51e7a7 100644 --- a/playground/src/App.vue +++ b/playground/src/App.vue @@ -1,5 +1,7 @@ diff --git a/playground/src/components/BackdropDemo.vue b/playground/src/pages/BackdropDemo.vue similarity index 79% rename from playground/src/components/BackdropDemo.vue rename to playground/src/pages/BackdropDemo.vue index b3649ac2..6ace8e5d 100644 --- a/playground/src/components/BackdropDemo.vue +++ b/playground/src/pages/BackdropDemo.vue @@ -16,11 +16,11 @@ const gl = { \ No newline at end of file + diff --git a/playground/src/components/ContactShadowsDemo.vue b/playground/src/pages/ContactShadowsDemo.vue similarity index 96% rename from playground/src/components/ContactShadowsDemo.vue rename to playground/src/pages/ContactShadowsDemo.vue index a3ed8afa..933b067e 100644 --- a/playground/src/components/ContactShadowsDemo.vue +++ b/playground/src/pages/ContactShadowsDemo.vue @@ -18,7 +18,7 @@ const state = reactive({ opacity: 1, resolution: 512, color: '#0000ff', - helper: false, + helper: true, }) const { pane } = useTweakPane() @@ -65,9 +65,9 @@ onLoop(() => {