Skip to content

Commit

Permalink
fix: update to core v4.2.2 to remove warning on invalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jul 24, 2024
1 parent a68ca3a commit 42afa6e
Show file tree
Hide file tree
Showing 4 changed files with 832 additions and 442 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,28 +67,28 @@
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@tresjs/core": "4.2.1",
"@tresjs/core": "4.2.2",
"@tresjs/eslint-config": "^1.1.0",
"@types/node": "^20.14.11",
"@types/node": "^20.14.12",
"@types/three": "^0.166.0",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-vue": "^5.0.5",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"@typescript-eslint/parser": "^7.17.0",
"@vitejs/plugin-vue": "^5.1.0",
"eslint": "^9.7.0",
"eslint-plugin-vue": "^9.27.0",
"gsap": "^3.12.5",
"husky": "^9.0.11",
"husky": "^9.1.1",
"kolorist": "^1.8.0",
"pathe": "^1.1.2",
"release-it": "^17.6.0",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"three": "^0.166.1",
"typescript": "^5.5.3",
"typescript": "^5.5.4",
"unocss": "^0.61.5",
"vite": "^5.3.4",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "3.9.1",
"vite-plugin-dts": "4.0.0-beta.1",
"vite-plugin-glsl": "^1.3.0",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.3.1"
Expand Down
8 changes: 4 additions & 4 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@
"preview": "vite preview"
},
"dependencies": {
"@tresjs/core": "4.2.0",
"@tresjs/core": "4.2.2",
"vue-router": "^4.4.0"
},
"devDependencies": {
"@tresjs/leches": "^0.14.0",
"unplugin-auto-import": "^0.18.0",
"unplugin-vue-components": "^0.27.2",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue-components": "^0.27.3",
"vite-plugin-glsl": "^1.2.1",
"vite-plugin-qrcode": "^0.2.3",
"vue-tsc": "^2.0.26"
"vue-tsc": "^2.0.28"
}
}
2 changes: 1 addition & 1 deletion playground/src/pages/controls/OrbitControlsDemo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ function onRender() {
<template>
<TresLeches />
<GraphPane />
<TresCanvas v-bind="gl" render-mode="on-demand" @render="onRender">
<TresCanvas v-bind="gl" @render="onRender">
<TresPerspectiveCamera :position="[3, 3, 3]" />
<OrbitControls
v-bind="controlsState"
Expand Down
Loading

0 comments on commit 42afa6e

Please sign in to comment.