Updates KinoExplorer (#1800)

This commit is contained in:
Cristine Guadelupe 2023-03-18 14:48:25 +07:00 committed by GitHub
parent b951d14b9f
commit 7eefd32a2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@
```elixir
Mix.install([
{:explorer, "~> 0.5.4"},
{:kino_explorer, "~> 0.1.1"}
{:kino_explorer, "~> 0.1.2"}
])
```

View file

@ -54,7 +54,7 @@ defmodule Livebook.Runtime.ElixirStandalone do
kino_explorer = %{
name: "kino_explorer",
dependency: %{dep: {:kino_explorer, "~> 0.1.1"}, config: []}
dependency: %{dep: {:kino_explorer, "~> 0.1.2"}, config: []}
}
windows? = match?({:win32, _}, :os.type())