Skip to content

Commit

Permalink
feat: update to tres v3 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosabu committed Jul 29, 2023
1 parent 80be0a8 commit cae345e
Show file tree
Hide file tree
Showing 4 changed files with 1,575 additions and 1,103 deletions.
24 changes: 11 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,27 @@
"test:watch": "vitest watch"
},
"dependencies": {
"@nuxt/kit": "^3.6.3",
"@tresjs/cientos": "^2.3.0",
"@tresjs/core": "^2.4.2",
"@tresjs/post-processing": "^0.3.0",
"@nuxt/kit": "^3.6.5",
"@tresjs/core": "^3.0.1",
"@types/three": "^0.154.0",
"mlly": "^1.4.0",
"pkg-types": "^1.0.3",
"three": "^0.154.0",
"three": "^0.155.0",
"typescript": "^5.1.6"
},
"devDependencies": {
"@alvarosabu/eslint-config-vue": "^0.3.3",
"@alvarosabu/eslint-config-vue": "^0.4.0",
"@nuxt/eslint-config": "^0.1.1",
"@nuxt/module-builder": "^0.4.0",
"@nuxt/schema": "^3.6.3",
"@nuxt/test-utils": "^3.6.3",
"@nuxt/schema": "^3.6.5",
"@nuxt/test-utils": "^3.6.5",
"@release-it/conventional-changelog": "^7.0.0",
"@types/node": "^20.4.2",
"@types/node": "^20.4.5",
"changelogen": "^0.5.4",
"eslint": "^8.45.0",
"nuxt": "^3.6.3",
"playwright": "^1.36.1",
"release-it": "^16.1.2",
"eslint": "^8.46.0",
"nuxt": "^3.6.5",
"playwright": "^1.36.2",
"release-it": "^16.1.3",
"vitest": "^0.33.0"
}
}
4 changes: 2 additions & 2 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"generate": "nuxi generate"
},
"devDependencies": {
"@tresjs/cientos": "^2.3.0",
"@tresjs/cientos": "^3.0.0",
"@tresjs/post-processing": "^0.3.0",
"nuxt": "^3.6.3"
"nuxt": "^3.6.5"
}
}
Loading

0 comments on commit cae345e

Please sign in to comment.