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

Commit aa1e86a

Browse files
authored
chore: update deps (#554)
* chore: update deps * chore: fix lint
1 parent 60c200d commit aa1e86a

8 files changed

Lines changed: 1627 additions & 1325 deletions

File tree

docs/.vitepress/theme/components/EdgesDemo.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts">
2-
import { TresCanvas, useSeek } from '@tresjs/core'
2+
import { TresCanvas } from '@tresjs/core'
33
import { Box, ContactShadows, Edges, OrbitControls } from '@tresjs/cientos'
44
import { MOUSE, TOUCH } from 'three'
55

docs/guide/abstractions/edges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<EdgesDemo />
55
</DocsDemo>
66

7-
The `cientos` package provides an abstraction of [EdgesGeometry](https://threejs.org/docs/#api/en/geometries/EdgesGeometry) from Three.js, `<Edges>` is specifically designed for rendering visible edges of objects in a scene graph. This enhances the visual quality by highlighting contours and providing a stylized appearance which contributes to the artistic aspect of 3D visualizations.
7+
The `cientos` package provides an abstraction of [EdgesGeometry](https://threejs.org/docs/#api/en/geometries/EdgesGeometry) from Three.js, `<Edges>` is specifically designed for rendering visible edges of objects in a scene graph. This enhances the visual quality by highlighting contours and providing a stylized appearance which contributes to the artistic aspect of 3D visualizations.
88

99
## Usage
1010

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"devDependencies": {
1515
"@tresjs/leches": "^0.14.0",
1616
"markdown-it": "^14.0.0",
17-
"unocss": "^0.64.0",
17+
"unocss": "^0.65.1",
1818
"vite-svg-loader": "^5.1.0"
1919
}
2020
}

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -61,38 +61,38 @@
6161
"vue": ">=3.3"
6262
},
6363
"dependencies": {
64-
"@vueuse/core": "^11.1.0",
64+
"@vueuse/core": "^12.0.0",
6565
"camera-controls": "^2.9.0",
6666
"stats-gl": "^2.0.1",
6767
"stats.js": "^0.17.0",
6868
"three-custom-shader-material": "^5.4.0",
69-
"three-stdlib": "^2.33.0"
69+
"three-stdlib": "^2.34.0"
7070
},
7171
"devDependencies": {
72-
"@release-it/conventional-changelog": "^9.0.0",
72+
"@release-it/conventional-changelog": "^9.0.3",
7373
"@tresjs/core": "^4.3.1",
7474
"@tresjs/eslint-config": "^1.4.0",
75-
"@types/node": "^22.7.5",
76-
"@types/three": "^0.169.0",
77-
"@typescript-eslint/eslint-plugin": "^8.8.1",
78-
"@typescript-eslint/parser": "^8.8.1",
79-
"@vitejs/plugin-vue": "^5.1.4",
80-
"eslint": "^9.12.0",
81-
"eslint-plugin-vue": "^9.29.0",
75+
"@types/node": "^22.10.1",
76+
"@types/three": "^0.170.0",
77+
"@typescript-eslint/eslint-plugin": "^8.17.0",
78+
"@typescript-eslint/parser": "^8.17.0",
79+
"@vitejs/plugin-vue": "^5.2.1",
80+
"eslint": "^9.16.0",
81+
"eslint-plugin-vue": "^9.32.0",
8282
"gsap": "^3.12.5",
8383
"kolorist": "^1.8.0",
8484
"pathe": "^1.1.2",
85-
"release-it": "^17.8.2",
85+
"release-it": "^17.10.0",
8686
"rollup-plugin-analyzer": "^4.0.0",
8787
"rollup-plugin-visualizer": "^5.12.0",
88-
"three": "^0.169.0",
89-
"typescript": "^5.6.3",
90-
"unocss": "^0.64.0",
91-
"vite": "^5.4.8",
88+
"three": "^0.171.0",
89+
"typescript": "^5.7.2",
90+
"unocss": "^0.65.1",
91+
"vite": "^6.0.2",
9292
"vite-plugin-banner": "^0.8.0",
93-
"vite-plugin-dts": "4.2.4",
94-
"vite-plugin-glsl": "^1.3.0",
93+
"vite-plugin-dts": "4.3.0",
94+
"vite-plugin-glsl": "^1.3.1",
9595
"vite-svg-loader": "^5.1.0",
96-
"vitepress": "1.4.1"
96+
"vitepress": "1.5.0"
9797
}
9898
}

playground/vue/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
},
1111
"dependencies": {
1212
"@tresjs/core": "4.3.1",
13-
"vue-router": "^4.4.0"
13+
"vue-router": "^4.5.0"
1414
},
1515
"devDependencies": {
1616
"@tresjs/leches": "^0.14.0",
17-
"unplugin-auto-import": "^0.18.2",
18-
"unplugin-vue-components": "^0.27.3",
19-
"vite-plugin-glsl": "^1.2.1",
17+
"unplugin-auto-import": "^0.18.6",
18+
"unplugin-vue-components": "^0.27.5",
19+
"vite-plugin-glsl": "^1.3.1",
2020
"vite-plugin-qrcode": "^0.2.3",
21-
"vue-tsc": "^2.0.28"
21+
"vue-tsc": "^2.1.10"
2222
}
2323
}

playground/vue/src/router/routes/abstractions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const abstractionsRoutes = [
5353
path: '/abstractions/edges',
5454
name: 'Edges',
5555
component: () => import('../../pages/abstractions/EdgesDemo.vue'),
56-
},
56+
},
5757
{
5858
path: '/abstractions/positional-audio',
5959
name: 'PositionalAudio',

0 commit comments

Comments
 (0)