Skip to content

Commit

Permalink
fix: augmenting types for tres components for the nuxt module (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu authored Jun 1, 2024
1 parent ae3e47c commit c8a5b0d
Show file tree
Hide file tree
Showing 3 changed files with 5,553 additions and 6,166 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,23 +68,23 @@
},
"dependencies": {
"@alvarosabu/utils": "^3.2.0",
"@vue/devtools-api": "^6.6.1",
"@vue/devtools-api": "^6.6.2",
"@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",
"@types/three": "^0.165.0",
"@typescript-eslint/eslint-plugin": "^7.11.0",
"@typescript-eslint/parser": "^7.11.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue": "^5.0.5",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"@vue/test-utils": "^2.4.6",
"eslint": "^9.3.0",
"eslint": "^9.4.0",
"eslint-plugin-vue": "^9.26.0",
"esno": "^4.7.0",
"gsap": "^3.12.5",
Expand All @@ -97,8 +97,8 @@
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-visualizer": "^5.12.0",
"three": "^0.164.1",
"unocss": "^0.60.3",
"three": "^0.165.0",
"unocss": "^0.60.4",
"unplugin": "^1.10.1",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.12",
Expand All @@ -110,6 +110,6 @@
"vitepress": "1.2.2",
"vitest": "^1.6.0",
"vue": "^3.4.27",
"vue-demi": "^0.14.7"
"vue-demi": "^0.14.8"
}
}
Loading

0 comments on commit c8a5b0d

Please sign in to comment.