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

Commit 7ce1bab

Browse files
committed
fix(deps): update @Tresjs/core and @types/three to latest versions
- Upgraded @Tresjs/core from 4.3.1 to 4.3.5 for improved functionality and bug fixes. - Updated @types/three from 0.172.0 to 0.176.0 to ensure compatibility with the latest Three.js features. - Adjusted package.json and pnpm-lock.yaml accordingly to reflect these changes.
1 parent e8bbbc5 commit 7ce1bab

File tree

3 files changed

+46
-15
lines changed

3 files changed

+46
-15
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
},
7171
"devDependencies": {
7272
"@release-it/conventional-changelog": "^10.0.0",
73-
"@tresjs/core": "^4.3.1",
73+
"@tresjs/core": "^4.3.5",
7474
"@tresjs/eslint-config": "^1.4.0",
7575
"@types/node": "^22.10.1",
76-
"@types/three": "^0.172.0",
76+
"@types/three": "^0.176.0",
7777
"@typescript-eslint/eslint-plugin": "^8.17.0",
7878
"@typescript-eslint/parser": "^8.17.0",
7979
"@vitejs/plugin-vue": "^5.2.1",

playground/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@tresjs/core": "4.3.1",
12+
"@tresjs/core": "4.3.5",
1313
"vue-router": "^4.5.0"
1414
},
1515
"devDependencies": {

pnpm-lock.yaml

Lines changed: 43 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)