Skip to content

Commit

Permalink
chore: Bump to loaders.gl@4.2.0 (#2068) (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibgreen authored Apr 9, 2024
1 parent 1715a33 commit 117cc3d
Show file tree
Hide file tree
Showing 4 changed files with 200 additions and 256 deletions.
4 changes: 2 additions & 2 deletions examples/tutorials/hello-gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"serve": "vite preview"
},
"dependencies": {
"@loaders.gl/core": "^4.0.4",
"@loaders.gl/gltf": "^4.0.4",
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/gltf": "^4.2.0",
"@luma.gl/core": "9.0.9",
"@luma.gl/engine": "9.0.9",
"@luma.gl/gltf": "9.0.9",
Expand Down
2 changes: 1 addition & 1 deletion modules/gltf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@luma.gl/engine": "^9.0.0"
},
"dependencies": {
"@loaders.gl/textures": "^4.1.0",
"@loaders.gl/textures": "^4.2.0",
"@luma.gl/shadertools": "9.0.9",
"@math.gl/core": "^4.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@
"metrics": "./scripts/metrics.sh && ocular-metrics"
},
"devDependencies": {
"@loaders.gl/core": "^4.1.0",
"@loaders.gl/gltf": "^4.1.0",
"@loaders.gl/polyfills": "^4.1.0",
"@loaders.gl/core": "^4.2.0",
"@loaders.gl/gltf": "^4.2.0",
"@loaders.gl/polyfills": "^4.2.0",
"@probe.gl/bench": "^4.0.2",
"@probe.gl/stats": "^4.0.2",
"@probe.gl/stats-widget": "^4.0.2",
Expand Down
Loading

0 comments on commit 117cc3d

Please sign in to comment.