Skip to content

Commit

Permalink
three@0.161.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yandeu committed Mar 10, 2024
1 parent d7fe704 commit 93f7546
Show file tree
Hide file tree
Showing 8 changed files with 1,292 additions and 1,292 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ Enable3d now depends on the dependencies below.
```json
{
"@types/matter-js": "0.17.6",
"@types/three": "0.156.0",
"@types/three": "0.161.2",
"matter-js": "0.17.1",
"phaser": "^3.55.2",
"poly-decomp": "^0.3.0",
"three": "0.156.1",
"three": "0.161.0",
"three-csg-ts": "^3.1.10"
}
```
Expand Down
2,546 changes: 1,273 additions & 1,273 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"homepage": "https://github.com/enable3d/enable3d#readme",
"dependencies": {
"@types/matter-js": "0.17.6",
"@types/three": "0.156.0",
"@types/three": "0.161.2",
"matter-js": "0.17.1",
"phaser": "^3.55.2",
"poly-decomp": "^0.3.0",
"three": "0.156.1",
"three": "0.161.0",
"three-csg-ts": "^3.1.10"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/ammoOnNodejs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"fflate": "^0.6.3"
},
"peerDependencies": {
"@types/three": "0.156.0",
"three": "0.156.1"
"@types/three": "0.161.2",
"three": "0.161.0"
},
"funding": {
"url": "https://github.com/sponsors/yandeu"
}
}
}
6 changes: 3 additions & 3 deletions packages/ammoPhysics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"@yandeu/events": "0.0.5"
},
"peerDependencies": {
"@types/three": "0.156.0",
"three": "0.156.1"
"@types/three": "0.161.2",
"three": "0.161.0"
},
"funding": {
"url": "https://github.com/sponsors/yandeu"
}
}
}
6 changes: 3 additions & 3 deletions packages/phaserExtension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
"@yandeu/events": "0.0.5"
},
"peerDependencies": {
"@types/three": "0.156.0",
"@types/three": "0.161.2",
"phaser": "^3.55.2",
"three": "0.156.1"
"three": "0.161.0"
},
"funding": {
"url": "https://github.com/sponsors/yandeu"
}
}
}
6 changes: 3 additions & 3 deletions packages/threeGraphics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
},
"peerDependencies": {
"@types/matter-js": "0.17.6",
"@types/three": "0.156.0",
"@types/three": "0.161.2",
"matter-js": "0.17.1",
"poly-decomp": "^0.3.0",
"three": "0.156.1"
"three": "0.161.0"
},
"funding": {
"url": "https://github.com/sponsors/yandeu"
}
}
}
6 changes: 3 additions & 3 deletions packages/threeWrapper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"author": "Yannick Deubel",
"license": "LGPL-3.0",
"peerDependencies": {
"@types/three": "0.156.0",
"three": "0.156.1"
"@types/three": "0.161.2",
"three": "0.161.0"
},
"funding": {
"url": "https://github.com/sponsors/yandeu"
}
}
}

0 comments on commit 93f7546

Please sign in to comment.