CesiumGS / gltf-pipeline

Content pipeline tools for optimizing glTF assets. :globe_with_meridians:
Apache License 2.0
1.91k stars 251 forks source link

Update node dependencies #628

Closed ankittrehan2000 closed 1 year ago

ankittrehan2000 commented 1 year ago

Update all node dependencies to their latest version. List of libraries updated:

  1. dependency-tree
  2. fs-extra
  3. jasmine
  4. jsdoc
  5. mime
  6. object-hash
  7. prettier
  8. husky

Only code change required was for jasmine update in the gulpfile.js. Also adds yarn.lock to .gitignore

mramato commented 1 year ago

Tests/coverage/doc/etc.. all look good. Thanks @ankittrehan2000!