Skip to content

Commit

Permalink
update deps to released ver
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasnteireho committed Oct 16, 2023
1 parent 18aab1c commit 5f04b29
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions demo/viewer/viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>
<div id="viewer-app"></div>
<body class="with-lawn">
<div id="viewer-app-container"></div>
<script>window.pushState = function () { debugger } </script>
<script>global = window;</script>
<script>window.less = { async: true };</script>
Expand Down Expand Up @@ -53,9 +53,9 @@
<script main="@empty"
env="production"
config="../package.json!npm"
src="../dist/bundles/app.js?v=1598644287107"
src="../dist/bundles/app.js?v=1697489907734"
cache-key="v"
cache-version="1598644287107"
cache-version="1697489907734"
base-url="../">
</script>
</body>
Expand Down
2 changes: 1 addition & 1 deletion index.dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
errRepURL: ''
}));
</script>
<script src="node_modules/steal/steal.production.js?v=1677170355927" cache-key="v" cache-version="1677170355927" main="@caliorg/a2jviewer/app"></script>
<script src="node_modules/steal/steal.production.js?v=1677170402416" cache-key="v" cache-version="1677170402416" main="@caliorg/a2jviewer/app"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
errRepURL: ''
}));
</script>
<script src="node_modules/steal/steal.production.js?v=1677170402416" cache-key="v" cache-version="1677170402416" main="@caliorg/a2jviewer/app"></script>
<script src="node_modules/steal/steal.production.js?v=1697489872534" cache-key="v" cache-version="1697489872534" main="@caliorg/a2jviewer/app"></script>
</body>
</html>
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5f04b29

Please sign in to comment.