Skip to content

Commit

Permalink
Bump @gltf-transform/functions from 4.0.10 to 4.1.0
Browse files Browse the repository at this point in the history
Bumps [@gltf-transform/functions](https://github.com/donmccurdy/glTF-Transform) from 4.0.10 to 4.1.0.
- [Changelog](https://github.com/donmccurdy/glTF-Transform/blob/main/CHANGELOG.md)
- [Commits](donmccurdy/glTF-Transform@v4.0.10...v4.1.0)

---
updated-dependencies:
- dependency-name: "@gltf-transform/functions"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 9, 2024
1 parent 4012bac commit a19e3df
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"dependencies": {
"@gltf-transform/core": "^4.1.0",
"@gltf-transform/extensions": "^4.1.0",
"@gltf-transform/functions": "^4.0.10",
"@gltf-transform/functions": "^4.1.0",
"@google/model-viewer": "^4.0.0",
"@jamescoyle/vue-icon": "^0.1.2",
"@mdi/js": "^7.4.47",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -523,28 +523,28 @@
resolved "https://registry.yarnpkg.com/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz#acad351d582d157bb145535db2a6ff53dd514b5c"
integrity sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==

"@gltf-transform/core@^4.0.10", "@gltf-transform/core@^4.1.0":
"@gltf-transform/core@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@gltf-transform/core/-/core-4.1.0.tgz#ae0d389d3c9434e594cce74f0fc7bf0a33ea1d7b"
integrity sha512-2eWQY+dObdyqm+KuNriLpttbYq5etM8nRmpxIYwZo/5Hmm6l5CuMj0AczTRq7DfhUsLQFZlPT22CjQRCvkc+aA==
dependencies:
property-graph "^3.0.0"

"@gltf-transform/extensions@^4.0.10", "@gltf-transform/extensions@^4.1.0":
"@gltf-transform/extensions@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@gltf-transform/extensions/-/extensions-4.1.0.tgz#2946859a28c14927dc038bd84c22bc553f8212c2"
integrity sha512-jxOksuOfk9XcIr2cb0FyHOA9rU79m3ykHce7xfK2lbUv701L4Z71TJO0ZbakIrnbtOFXTgG3a11UCT74vVtngA==
dependencies:
"@gltf-transform/core" "^4.1.0"
ktx-parse "^0.7.1"

"@gltf-transform/functions@^4.0.10":
version "4.0.10"
resolved "https://registry.yarnpkg.com/@gltf-transform/functions/-/functions-4.0.10.tgz#a47101b4b99c3f81840c11de9fbc8f460a0d6d43"
integrity sha512-1+k7Yvzwf2IgHQkITMW+u/Bkelc5/ZI8m1W7njaLtKTZsW8H5p671qdjbhN98sgy/+Wi0vzLFBJvy0wW1YfwKA==
"@gltf-transform/functions@^4.1.0":
version "4.1.0"
resolved "https://registry.yarnpkg.com/@gltf-transform/functions/-/functions-4.1.0.tgz#13f333c85288a7c42475d6ca8e1b8a1b66111dc2"
integrity sha512-ThxOdvnIrw2Ou8W6hhcsnJ9ayjUdTgHk4xBeTrXLcH9uLmd+LlLiHgkrHWN9BTfkgDJkvE8HZCDvFpDG8uLKyA==
dependencies:
"@gltf-transform/core" "^4.0.10"
"@gltf-transform/extensions" "^4.0.10"
"@gltf-transform/core" "^4.1.0"
"@gltf-transform/extensions" "^4.1.0"
ktx-parse "^0.7.1"
ndarray "^1.0.19"
ndarray-lanczos "^0.3.0"
Expand Down

0 comments on commit a19e3df

Please sign in to comment.