Skip to content

Commit

Permalink
Upgrade imjoy-core 0.14.3 (#493)
Browse files Browse the repository at this point in the history
* upgrade imjoy-core

* Fix package lock
  • Loading branch information
oeway authored May 4, 2022
1 parent c0f850c commit 9787bd2
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 109 deletions.
212 changes: 106 additions & 106 deletions web/package-lock.json

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

4 changes: 2 additions & 2 deletions web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "imjoy",
"version": "0.11.37",
"version": "0.11.38",
"private": false,
"description": "ImJoy -- deep learning made easy.",
"author": "imjoy-team <[email protected]>",
Expand Down Expand Up @@ -33,7 +33,7 @@
"axios": "^0.18.1",
"dompurify": "^2.0.8",
"file-saver": "^1.3.3",
"imjoy-core": "0.13.82",
"imjoy-core": "0.14.3",
"js-yaml": "^3.13.1",
"lodash": "^4.17.15",
"marked": "^0.8.0",
Expand Down
2 changes: 1 addition & 1 deletion web/public/lite.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<div id="window-container" style="height: 100vh"></div>
<script>
loadImJoyBasicApp({
version: "0.13.81",
version: "0.14.3",
process_url_query: true,
show_window_title: false,
show_progress_bar: true,
Expand Down

0 comments on commit 9787bd2

Please sign in to comment.