Skip to content

Commit

Permalink
Merge pull request #551 from KhronosGroup/update_packages
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
UX3D-labode authored Jul 3, 2024
2 parents 9940e4b + 9b66611 commit ff16909
Show file tree
Hide file tree
Showing 21 changed files with 18,291 additions and 250 deletions.
2 changes: 0 additions & 2 deletions .eslintignore

This file was deleted.

25 changes: 0 additions & 25 deletions .eslintrc.json

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
package-lock.json
yarn.lock

dist
Expand Down
7 changes: 7 additions & 0 deletions app_web/LICENSE_BANNER.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Bundle of <%= pkg.name %>
Generated: <%= moment().format('YYYY-MM-DD') %>
Version: <%= pkg.version %>
Dependencies:
<% _.forEach(dependencies, function (dependency) { %>
<%= dependency.name %> -- <%= dependency.version %> -- <%= dependency.license %>
<% }) %>
78 changes: 41 additions & 37 deletions app_web/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit ff16909

Please sign in to comment.