Skip to content

Commit

Permalink
Fix #185. Bump three-globe which includes text bounding box raycaster…
Browse files Browse the repository at this point in the history
… traps.
  • Loading branch information
vasturiano committed Oct 18, 2024
1 parent a1d0e5a commit 787c432
Show file tree
Hide file tree
Showing 2 changed files with 786 additions and 918 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,22 @@
"accessor-fn": "1",
"kapsule": "1",
"three": ">=0.154 <1",
"three-globe": "^2.32",
"three-render-objects": "^1.29"
"three-globe": "^2.33",
"three-render-objects": "^1.30"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/core": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"postcss": "^8.4.47",
"rimraf": "^6.0.1",
"rollup": "^4.22.5",
"rollup": "^4.24.0",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
},
"engines": {
"node": ">=12"
Expand Down
Loading

0 comments on commit 787c432

Please sign in to comment.