Skip to content

Commit

Permalink
build(deps-dev): bump @gltf-transform/core from 2.4.7 to 3.7.0
Browse files Browse the repository at this point in the history
Bumps [@gltf-transform/core](https://github.com/donmccurdy/glTF-Transform) from 2.4.7 to 3.7.0.
- [Changelog](https://github.com/donmccurdy/glTF-Transform/blob/main/CHANGELOG.md)
- [Commits](donmccurdy/glTF-Transform@v2.4.7...v3.7.0)

---
updated-dependencies:
- dependency-name: "@gltf-transform/core"
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 00a0c30 commit 080e978
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 16 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 @@
"prepare": "husky install"
},
"devDependencies": {
"@gltf-transform/core": "^2.4.7",
"@gltf-transform/core": "^3.7.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^26.0.15",
"@typescript-eslint/eslint-plugin": "^4.6.1",
Expand Down
24 changes: 9 additions & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -335,13 +335,12 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@gltf-transform/core@^2.4.7":
version "2.4.7"
resolved "https://registry.yarnpkg.com/@gltf-transform/core/-/core-2.4.7.tgz#96ddf79d9e63923458337b567a42d120aaa6712b"
integrity sha512-XIsbeKXdFdTO5UgVVKnGPUB5vQfQ3DoBVQcJd7tZzTia895Grs52AAtGEZhy3ja4p2J0OMq22kVUMvolKRbM5w==
"@gltf-transform/core@^3.7.0":
version "3.7.0"
resolved "https://registry.yarnpkg.com/@gltf-transform/core/-/core-3.7.0.tgz#73bd9ce202b048e13b8df5c008fbbf639845f47f"
integrity sha512-QVqyjk5mZnR35MwWcfOZBZlgTNdUeLGEYTqQPyZBkyaODWuNMaindewFbDhUjjAq4V7dRA8PI5ugdueaq+gXMA==
dependencies:
gl-matrix "~3.4.3"
property-graph "^0.2.6"
property-graph "^1.3.1"

"@humanwhocodes/config-array@^0.5.0":
version "0.5.0"
Expand Down Expand Up @@ -3570,11 +3569,6 @@ gitconfiglocal@^1.0.0:
dependencies:
ini "^1.3.2"

gl-matrix@~3.4.3:
version "3.4.3"
resolved "https://registry.yarnpkg.com/gl-matrix/-/gl-matrix-3.4.3.tgz#fc1191e8320009fd4d20e9339595c6041ddc22c9"
integrity sha512-wcCp8vu8FT22BnvKVPjXa/ICBWRq/zjFfdofZy1WSpQZpphblv12/bOQLBC1rMM7SGOFS9ltVmKOHil5+Ml7gA==

glob-parent@5.1.2, glob-parent@^5.1.2:
version "5.1.2"
resolved "https://registry.yarnpkg.com/glob-parent/-/glob-parent-5.1.2.tgz#869832c58034fe68a4093c17dc15e8340d8401c4"
Expand Down Expand Up @@ -6451,10 +6445,10 @@ promzard@^0.3.0:
dependencies:
read "1"

property-graph@^0.2.6:
version "0.2.6"
resolved "https://registry.yarnpkg.com/property-graph/-/property-graph-0.2.6.tgz#add988a436745936d4b2ae19f747f2556296c828"
integrity sha512-QiBHxNZlwIarbkxsqCY688aP1ANbwtoQFBYgTZopQ0Bvku6/EYp3H4KH0ygxkhWQbJv5DEONspLy1rHi5xIycg==
property-graph@^1.3.1:
version "1.3.1"
resolved "https://registry.yarnpkg.com/property-graph/-/property-graph-1.3.1.tgz#25fb2c8040ba9b15f04cda90a443f3f844505293"
integrity sha512-gei3N/bHWJdCItJ4blnlGWd9iauEZI+JZYj/A0D177XSI01+QhiJGAVscYBhe3Yywow3A2QJzVtsO2P+UgrRRQ==

proto-list@~1.2.1:
version "1.2.4"
Expand Down

0 comments on commit 080e978

Please sign in to comment.