Skip to content

Commit

Permalink
fix(tres): use three as dev dep on
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Feb 14, 2023
1 parent ccfce38 commit a3b7d31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/tres/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
},
"dependencies": {
"@vueuse/core": "^9.12.0",
"@alvarosabu/utils": "^2.2.0",
"three": "latest"
"@alvarosabu/utils": "^2.2.0"
},
"devDependencies": {
"three": "latest",
"@tresjs/cientos": "workspace:^1.6.0",
"@types/three": "latest",
"@vitejs/plugin-vue": "^4.0.0",
Expand Down

0 comments on commit a3b7d31

Please sign in to comment.