Skip to content

Commit

Permalink
fix: 49 nuxtjs orbitcontrolsjs encountered an unknown camera type (#51)
Browse files Browse the repository at this point in the history
* fix: force three to be a peer dep

* chore: release v1.2.0-next.1

* chore: add three as dev dep

* chore: release v1.2.0-next.2
  • Loading branch information
alvarosabu committed Oct 16, 2023
1 parent 1f8868d commit 8de0200
Show file tree
Hide file tree
Showing 3 changed files with 182 additions and 420 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@


## [1.2.0-next.2](https://example.com///compare/1.2.0-next.1...1.2.0-next.2) (2023-10-08)

## [1.2.0-next.1](https://example.com///compare/1.1.9...1.2.0-next.1) (2023-10-08)


### Bug Fixes

* force three to be a peer dep ([ad2fb55](https://example.com///commit/ad2fb553a5138605b0ba419988286a005dcd0bd9))

## [1.1.9](https://example.com///compare/1.1.7...1.1.9) (2023-10-06)


Expand Down
8 changes: 5 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "@tresjs/nuxt",
"type": "module",
"version": "1.1.9",
"version": "1.2.0-next.2",
"packageManager": "pnpm@8.6.2",
"description": "TresJS integration for Nuxt.",
"author": "Daniel Roe (https://github.com/danielroe/)",
Expand Down Expand Up @@ -32,15 +32,16 @@
"test": "vitest run",
"test:watch": "vitest watch"
},
"peerDependencies": {
"three": ">=0.133"
},
"dependencies": {
"@nuxt/kit": "^3.7.4",
"@tresjs/cientos": "3.4.1",
"@tresjs/core": "3.3.0",
"@types/three": "^0.156.0",
"defu": "^6.1.2",
"mlly": "^1.4.2",
"pkg-types": "^1.0.3",
"three": "^0.157.0",
"typescript": "^5.2.2"
},
"devDependencies": {
Expand All @@ -56,6 +57,7 @@
"nuxt": "^3.7.4",
"playwright": "^1.38.1",
"release-it": "^16.2.1",
"three": "^0.157.0",
"vitest": "^0.34.6"
}
}

0 comments on commit 8de0200

Please sign in to comment.