Skip to content

Commit

Permalink
chore: updated core dependencies (#354)
Browse files Browse the repository at this point in the history
Co-authored-by: Tino Koch <[email protected]>
Co-authored-by: Alvaro Saburido <[email protected]>
  • Loading branch information
3 people authored Jul 29, 2023
1 parent 46c4350 commit 641b3aa
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</div>
</ClientOnly>

This is the documentation for the `v2.0.0` of TresJS. If you are looking for the documentation for the version 1, check [V1 TresJS](https://v1.tresjs.org/).
This is the documentation for version 3 of TresJS. If you are looking for the documentation for the version 1, check [V1 TresJS](https://v1.tresjs.org/).

::: code-group

Expand Down Expand Up @@ -41,6 +41,7 @@ yarn add @types/three -D
```bash [pnpm]
pnpm add @types/three -D
```

:::

## Vite
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"vite-svg-loader": "^4.0.0"
},
"dependencies": {
"@tresjs/core": "workspace:2.4.0-next.10"
"@tresjs/core": "workspace:3.0.0"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@tresjs/cientos": "2.1.4",
"@tresjs/core": "workspace:2.4.0-next.10",
"@tresjs/core": "workspace:3.0.0",
"vue-router": "^4.2.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 641b3aa

Please sign in to comment.