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