Skip to content

Commit

Permalink
Updating Three.js (#2922)
Browse files Browse the repository at this point in the history
* Updating changelog

* Latest
  • Loading branch information
mattgperry authored Dec 3, 2024
1 parent 25105a5 commit 46d662e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Motion adheres to [Semantic Versioning](http://semver.org/).

Undocumented APIs should be considered internal and may change without warning.

## [11.13.1] 2024-12-03

### Updated

- Updating `three` and `@react-three/fiber` to latest versions.

## [11.13.0] 2024-12-03

### Added
Expand Down
8 changes: 4 additions & 4 deletions packages/framer-motion-3d/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
"react-merge-refs": "^2.0.1"
},
"peerDependencies": {
"@react-three/fiber": "8.2.2",
"@react-three/fiber": ">=8.17.10",
"react": ">=18.0",
"react-dom": ">=18.0",
"three": ">=0.133"
"three": ">=0.170.0"
},
"devDependencies": {
"@react-three/fiber": "8.2.2",
"@react-three/fiber": "^8.17.10",
"@react-three/test-renderer": "^9.0.0",
"@rollup/plugin-commonjs": "^22.0.1",
"three": "^0.137.0"
"three": "^0.170.0"
},
"gitHead": "9c70b0208d6492d195ce5fdb60ded6cae1a3245c"
}

0 comments on commit 46d662e

Please sign in to comment.