Skip to content

Commit

Permalink
chore(deps): last update before release
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed May 30, 2024
1 parent 51dec77 commit 228054a
Show file tree
Hide file tree
Showing 3 changed files with 217 additions and 179 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,16 @@
"dependencies": {
"@alvarosabu/utils": "^3.2.0",
"@vue/devtools-api": "^6.6.1",
"@vueuse/core": "^10.9.0"
"@vueuse/core": "^10.10.0"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@stackblitz/sdk": "^1.10.0",
"@tresjs/cientos": "3.9.0",
"@tresjs/eslint-config": "^1.1.0",
"@types/three": "^0.164.1",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^1.6.0",
Expand All @@ -89,7 +89,7 @@
"esno": "^4.7.0",
"gsap": "^3.12.5",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"jsdom": "^24.1.0",
"kolorist": "^1.8.0",
"ohmyfetch": "^0.4.21",
"pathe": "^1.1.2",
Expand All @@ -101,7 +101,7 @@
"unocss": "^0.60.3",
"unplugin": "^1.10.1",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite": "^5.2.12",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "3.9.1",
"vite-plugin-inspect": "^0.8.4",
Expand Down
3 changes: 3 additions & 0 deletions playground/src/pages/basic/Primitives.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ const primitiveRef = ref()
useRenderLoop().onLoop(() => {
if (primitiveRef.value) {
// This doesn't work
/* torusKnot.rotation.x += 0.01 */
// This does
primitiveRef.value.rotation.x += 0.01
primitiveRef.value.rotation.y += 0.01
}
Expand Down
Loading

0 comments on commit 228054a

Please sign in to comment.