Skip to content

Commit

Permalink
fix: updated @Tresjs/core to v2.2.0 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jun 19, 2023
1 parent 1487bad commit ae6f464
Show file tree
Hide file tree
Showing 5 changed files with 1,109 additions and 525 deletions.
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,38 +42,38 @@
"docs:preview": "vitepress preview docs"
},
"peerDependencies": {
"@tresjs/core": "2.1.2",
"three": "latest",
"vue": "^3.3.4"
"@tresjs/core": ">=2.2.0",
"three": ">=0.133",
"vue": ">=3.3"
},
"dependencies": {
"@vueuse/core": "^10.1.2",
"postprocessing": "^6.31.0",
"three": "^0.152.2",
"three-stdlib": "^2.23.4",
"vue": "^3.3.4"
"@vueuse/core": "^10.2.0",
"postprocessing": "^6.32.1",
"three-stdlib": "^2.23.10"
},
"devDependencies": {
"vue": "^3.3.4",
"three": "^0.153.0",
"@alvarosabu/prettier-config": "^1.3.0",
"@release-it/conventional-changelog": "^5.1.1",
"@tresjs/cientos": "2.1.2",
"@tresjs/core": "2.1.2",
"@tresjs/cientos": "2.1.4",
"@tresjs/core": "2.2.0",
"@types/three": "^0.152.1",
"@vitejs/plugin-vue": "^4.1.0",
"gsap": "^3.11.5",
"gsap": "^3.12.1",
"kolorist": "^1.7.0",
"pathe": "^1.1.0",
"pathe": "^1.1.1",
"prettier": "^2.8.8",
"release-it": "^15.10.3",
"release-it": "^15.11.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^5.0.4",
"unocss": "^0.52.5",
"rollup-plugin-visualizer": "^5.9.2",
"typescript": "^5.1.3",
"unocss": "^0.53.1",
"vite": "^4.3.9",
"vite-plugin-banner": "^0.7.0",
"vite-plugin-dts": "2.3.0",
"vite-svg-loader": "^4.0.0",
"vitepress": "1.0.0-beta.1",
"vue-tsc": "^1.6.5"
"vitepress": "1.0.0-beta.2",
"vue-tsc": "^1.8.0"
}
}
4 changes: 1 addition & 3 deletions playground/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
import '@vue/runtime-core'

export {}

declare module '@vue/runtime-core' {
declare module 'vue' {
export interface GlobalComponents {
copy: typeof import('./src/components/UnrealBloom copy.vue')['default']
GlitchDemo: typeof import('./src/components/GlitchDemo.vue')['default']
Expand Down
12 changes: 6 additions & 6 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"preview": "vite preview"
},
"dependencies": {
"@tresjs/cientos": "2.0.0",
"@tresjs/core": "2.1.1",
"vue-router": "^4.2.1"
"@tresjs/cientos": "2.1.4",
"@tresjs/core": "2.2.0",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@types/three": "^0.152.0",
"unplugin-auto-import": "^0.16.2",
"unplugin-vue-components": "^0.24.1"
"@types/three": "^0.152.1",
"unplugin-auto-import": "^0.16.4",
"unplugin-vue-components": "^0.25.1"
}
}
2 changes: 1 addition & 1 deletion playground/src/pages/index.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts"></script>

<template>
<OutlineDemo />
<UnrealBloom />
</template>
Loading

0 comments on commit ae6f464

Please sign in to comment.