Updates KinoExplorer (#1849)

This commit is contained in:
Cristine Guadelupe 2023-04-05 10:49:56 +07:00 committed by GitHub
parent e3a72d0dbe
commit 55925873fd
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 ```elixir
Mix.install([ Mix.install([
{:explorer, "~> 0.5.5"}, {:explorer, "~> 0.5.5"},
{:kino_explorer, "~> 0.1.3"} {:kino_explorer, "~> 0.1.4"}
]) ])
``` ```

View file

@ -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())