Skip to content

Commit

Permalink
Revert "feat(app): 421 Adapt components to use useLoop instead of use…
Browse files Browse the repository at this point in the history
…RenderLoop"

This reverts commit 24e9812.
  • Loading branch information
alvarosabu committed May 16, 2024
1 parent 24e9812 commit ec12a13
Show file tree
Hide file tree
Showing 23 changed files with 72 additions and 1,306 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@tresjs/core": "4.0.0-rc.1",
"@tresjs/core": "4.0.0-next.1",
"@tresjs/eslint-config": "^1.0.0",
"@tweakpane/core": "^1.1.9",
"@types/node": "^20.12.10",
Expand Down
2 changes: 1 addition & 1 deletion playground/components.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}

/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
AkuAku: typeof import('./src/components/AkuAku.vue')['default']
Expand Down
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tresjs/core": "4.0.0-rc.1",
"@tresjs/core": "3.9.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit ec12a13

Please sign in to comment.