Skip to content

Commit ae6f464

Browse files
authored
fix: updated @Tresjs/core to v2.2.0 (#27)
1 parent 1487bad commit ae6f464

File tree

5 files changed

+1109
-525
lines changed

5 files changed

+1109
-525
lines changed

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -42,38 +42,38 @@
4242
"docs:preview": "vitepress preview docs"
4343
},
4444
"peerDependencies": {
45-
"@tresjs/core": "2.1.2",
46-
"three": "latest",
47-
"vue": "^3.3.4"
45+
"@tresjs/core": ">=2.2.0",
46+
"three": ">=0.133",
47+
"vue": ">=3.3"
4848
},
4949
"dependencies": {
50-
"@vueuse/core": "^10.1.2",
51-
"postprocessing": "^6.31.0",
52-
"three": "^0.152.2",
53-
"three-stdlib": "^2.23.4",
54-
"vue": "^3.3.4"
50+
"@vueuse/core": "^10.2.0",
51+
"postprocessing": "^6.32.1",
52+
"three-stdlib": "^2.23.10"
5553
},
5654
"devDependencies": {
55+
"vue": "^3.3.4",
56+
"three": "^0.153.0",
5757
"@alvarosabu/prettier-config": "^1.3.0",
5858
"@release-it/conventional-changelog": "^5.1.1",
59-
"@tresjs/cientos": "2.1.2",
60-
"@tresjs/core": "2.1.2",
59+
"@tresjs/cientos": "2.1.4",
60+
"@tresjs/core": "2.2.0",
6161
"@types/three": "^0.152.1",
6262
"@vitejs/plugin-vue": "^4.1.0",
63-
"gsap": "^3.11.5",
63+
"gsap": "^3.12.1",
6464
"kolorist": "^1.7.0",
65-
"pathe": "^1.1.0",
65+
"pathe": "^1.1.1",
6666
"prettier": "^2.8.8",
67-
"release-it": "^15.10.3",
67+
"release-it": "^15.11.0",
6868
"rollup-plugin-analyzer": "^4.0.0",
69-
"rollup-plugin-visualizer": "^5.9.0",
70-
"typescript": "^5.0.4",
71-
"unocss": "^0.52.5",
69+
"rollup-plugin-visualizer": "^5.9.2",
70+
"typescript": "^5.1.3",
71+
"unocss": "^0.53.1",
7272
"vite": "^4.3.9",
7373
"vite-plugin-banner": "^0.7.0",
7474
"vite-plugin-dts": "2.3.0",
7575
"vite-svg-loader": "^4.0.0",
76-
"vitepress": "1.0.0-beta.1",
77-
"vue-tsc": "^1.6.5"
76+
"vitepress": "1.0.0-beta.2",
77+
"vue-tsc": "^1.8.0"
7878
}
7979
}

playground/components.d.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
// @ts-nocheck
44
// Generated by unplugin-vue-components
55
// Read more: https://github.com/vuejs/core/pull/3399
6-
import '@vue/runtime-core'
7-
86
export {}
97

10-
declare module '@vue/runtime-core' {
8+
declare module 'vue' {
119
export interface GlobalComponents {
1210
copy: typeof import('./src/components/UnrealBloom copy.vue')['default']
1311
GlitchDemo: typeof import('./src/components/GlitchDemo.vue')['default']

playground/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@tresjs/cientos": "2.0.0",
13-
"@tresjs/core": "2.1.1",
14-
"vue-router": "^4.2.1"
12+
"@tresjs/cientos": "2.1.4",
13+
"@tresjs/core": "2.2.0",
14+
"vue-router": "^4.2.2"
1515
},
1616
"devDependencies": {
17-
"@types/three": "^0.152.0",
18-
"unplugin-auto-import": "^0.16.2",
19-
"unplugin-vue-components": "^0.24.1"
17+
"@types/three": "^0.152.1",
18+
"unplugin-auto-import": "^0.16.4",
19+
"unplugin-vue-components": "^0.25.1"
2020
}
2121
}

playground/src/pages/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<script setup lang="ts"></script>
22

33
<template>
4-
<OutlineDemo />
4+
<UnrealBloom />
55
</template>

0 commit comments

Comments
 (0)