Skip to content
This repository was archived by the owner on Feb 1, 2026. It is now read-only.

Commit 3ef40b9

Browse files
committed
chore(deps): update @Tresjs/core to version 965 and upgrade Vue to 3.5.14
- Updated the dependency for `@Tresjs/core` in `package.json` and `playground/vue/package.json` to the new version `965`. - Upgraded Vue from `3.5.13` to `3.5.14` in `pnpm-lock.yaml` to ensure compatibility with the latest features and improvements. - Adjusted related references in the codebase to utilize the updated context and camera handling methods, enhancing overall functionality and maintainability.
1 parent 5c1a2e4 commit 3ef40b9

File tree

6 files changed

+37
-177
lines changed

6 files changed

+37
-177
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"devDependencies": {
7272
"@release-it/conventional-changelog": "^10.0.1",
73-
"@tresjs/core": "https://pkg.pr.new/@tresjs/core@b630003",
73+
"@tresjs/core": "https://pkg.pr.new/@tresjs/core@965",
7474
"@tresjs/eslint-config": "^1.4.0",
7575
"@types/node": "^22.10.5",
7676
"@types/three": "^0.176.0",

playground/vue/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12+
"@tresjs/core": "https://pkg.pr.new/@tresjs/core@965",
1213
"vue-router": "^4.5.0"
1314
},
1415
"devDependencies": {

0 commit comments

Comments
 (0)