From 5824c31abf85633dd008023a290196924fd2f6e2 Mon Sep 17 00:00:00 2001 From: LOG1997 <2694233102@qq.com> Date: Tue, 9 Dec 2025 21:38:15 +0800 Subject: [PATCH] =?UTF-8?q?build(deps):=20=E5=9B=BA=E5=AE=9A=20three.js=20?= =?UTF-8?q?=E7=9B=B8=E5=85=B3=E4=BE=9D=E8=B5=96=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ package.json | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 92b12cc..b1d5c6f 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,8 @@ bower_components # node-waf configuration .lock-wscript +pnpm-lock.yaml + # Compiled binary addons (https://nodejs.org/api/addons.html) build/Release diff --git a/package.json b/package.json index 3193e95..3edaca3 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ "pinia": "^3.0.3", "pinia-plugin-persist": "^1.0.0", "sparticles": "^1.3.1", - "three": "^0.166.0", - "three-css3d": "^1.0.6", + "three": "0.166.0", + "three-css3d": "1.0.6", "uuid": "^13.0.0", "vue": "^3.5.13", "vue-dompurify-html": "^5.2.0", @@ -58,7 +58,7 @@ "@types/lodash-es": "^4.17.12", "@types/markdown-it": "^14.1.2", "@types/node": "^24.10.2", - "@types/three": "^0.166.0", + "@types/three": "0.166.0", "@typescript-eslint/eslint-plugin": "^8.49.0", "@typescript-eslint/parser": "^8.49.0", "@vitejs/plugin-legacy": "^7.2.1",