Skip to content

Commit

Permalink
feat(deps): Update to ktx-parse v1 (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy authored Feb 26, 2025
1 parent cd51e6c commit 068c498
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"draco3dgltf": "~1.5.7",
"gltf-validator": "~2.0.0-dev.3.10",
"keyframe-resample": "~0.1.0",
"ktx-parse": "~0.7.1",
"ktx-parse": "^1.0.0",
"language-tags": "~2.0.1",
"listr2": "~8.2.5",
"meshoptimizer": "~0.22.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {
"@gltf-transform/core": "^4.1.1",
"ktx-parse": "^0.7.1"
"ktx-parse": "^1.0.0"
},
"files": [
"dist/",
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@gltf-transform/core": "^4.1.1",
"@gltf-transform/extensions": "^4.1.1",
"ktx-parse": "^0.7.1",
"ktx-parse": "^1.0.0",
"ndarray": "^1.0.19",
"ndarray-lanczos": "^0.3.0",
"ndarray-pixels": "^4.1.0"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ __metadata:
draco3dgltf: "npm:~1.5.7"
gltf-validator: "npm:~2.0.0-dev.3.10"
keyframe-resample: "npm:~0.1.0"
ktx-parse: "npm:~0.7.1"
ktx-parse: "npm:^1.0.0"
language-tags: "npm:~2.0.1"
listr2: "npm:~8.2.5"
meshoptimizer: "npm:~0.22.0"
Expand Down Expand Up @@ -1893,7 +1893,7 @@ __metadata:
resolution: "@gltf-transform/extensions@workspace:packages/extensions"
dependencies:
"@gltf-transform/core": "npm:^4.1.1"
ktx-parse: "npm:^0.7.1"
ktx-parse: "npm:^1.0.0"
languageName: unknown
linkType: soft

Expand All @@ -1903,7 +1903,7 @@ __metadata:
dependencies:
"@gltf-transform/core": "npm:^4.1.1"
"@gltf-transform/extensions": "npm:^4.1.1"
ktx-parse: "npm:^0.7.1"
ktx-parse: "npm:^1.0.0"
ndarray: "npm:^1.0.19"
ndarray-lanczos: "npm:^0.3.0"
ndarray-pixels: "npm:^4.1.0"
Expand Down Expand Up @@ -8530,10 +8530,10 @@ __metadata:
languageName: node
linkType: hard

"ktx-parse@npm:^0.7.1, ktx-parse@npm:~0.7.1":
version: 0.7.1
resolution: "ktx-parse@npm:0.7.1"
checksum: 10c0/07c0870a0d0fe0bd412b430ac58afd721136a1ca76db83a066b6d20810878822822cbe3b8c8507c15ae8680be0988675b4f5c3d1243262284f161b52c59d09e9
"ktx-parse@npm:^1.0.0":
version: 1.0.0
resolution: "ktx-parse@npm:1.0.0"
checksum: 10c0/f309dea1010827e330a0af135a620f189016f640b90e98544e20be5e2da492679403f10f3cd2ecfedac7af0c21b63dd24e13ddd5636ac53f16760f470d29f2d8
languageName: node
linkType: hard

Expand Down

0 comments on commit 068c498

Please sign in to comment.