mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-09 13:16:08 +08:00
Updates KinoExplorer (#1845)
This commit is contained in:
parent
e5699a904c
commit
33a2a7f4ad
2 changed files with 3 additions and 3 deletions
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
```elixir
|
||||
Mix.install([
|
||||
{:explorer, "~> 0.5.4"},
|
||||
{:kino_explorer, "~> 0.1.2"}
|
||||
{:explorer, "~> 0.5.5"},
|
||||
{:kino_explorer, "~> 0.1.3"}
|
||||
])
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -54,7 +54,7 @@ defmodule Livebook.Runtime.ElixirStandalone do
|
|||
|
||||
kino_explorer = %{
|
||||
name: "kino_explorer",
|
||||
dependency: %{dep: {:kino_explorer, "~> 0.1.2"}, config: []}
|
||||
dependency: %{dep: {:kino_explorer, "~> 0.1.3"}, config: []}
|
||||
}
|
||||
|
||||
windows? = match?({:win32, _}, :os.type())
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue