Skip to content

Commit

Permalink
Merge branch 'main' into feature/329-add-cast-shadow-prop-to-models
Browse files Browse the repository at this point in the history
  • Loading branch information
JaimeTorrealba committed Jan 12, 2024
2 parents cd9643c + 765842a commit dbd8b47
Show file tree
Hide file tree
Showing 3 changed files with 775 additions and 1,434 deletions.
31 changes: 15 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,38 +57,37 @@
},
"dependencies": {
"@tresjs/core": "3.6.0",
"@vueuse/core": "^10.7.0",
"camera-controls": "^2.7.2",
"@vueuse/core": "^10.7.1",
"camera-controls": "^2.7.3",
"stats-gl": "^2.0.1",
"stats.js": "^0.17.0",
"three-custom-shader-material": "^5.4.0",
"three-stdlib": "^2.28.7"
"three-stdlib": "^2.28.12"
},
"devDependencies": {
"@release-it/conventional-changelog": "^8.0.1",
"@tresjs/core": "^3.2.1",
"@tresjs/eslint-config-vue": "^0.2.1",

"@types/node": "^20.10.0",
"@types/node": "^20.10.8",
"@types/three": "^0.159.0",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"@vitejs/plugin-vue": "^4.5.0",
"eslint": "^8.54.0",
"eslint-plugin-vue": "^9.17.0",
"gsap": "^3.12.2",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-vue": "^4.6.2",
"eslint": "^8.56.0",
"eslint-plugin-vue": "^9.19.2",
"gsap": "^3.12.4",
"kolorist": "^1.8.0",
"pathe": "^1.1.1",
"release-it": "^17.0.0",
"release-it": "^17.0.1",
"rollup-plugin-analyzer": "^4.0.0",
"rollup-plugin-visualizer": "^5.9.3",
"rollup-plugin-visualizer": "^5.12.0",
"three": "^0.159.0",
"typescript": "^5.3.2",
"typescript": "^5.3.3",
"unocss": "^0.57.7",
"vite": "^5.0.2",
"vite": "^5.0.11",
"vite-plugin-banner": "^0.7.1",
"vite-plugin-dts": "3.6.3",
"vite-plugin-glsl": "^1.2.0",
"vite-plugin-glsl": "^1.2.1",
"vite-svg-loader": "^5.1.0",
"vitepress": "1.0.0-rc.31"
}
Expand Down
Loading

0 comments on commit dbd8b47

Please sign in to comment.