Updates KinoExplorer (#1845)

This commit is contained in:
Cristine Guadelupe 2023-04-04 14:46:18 +07:00 committed by GitHub
parent e5699a904c
commit 33a2a7f4ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -2,8 +2,8 @@
```elixir ```elixir
Mix.install([ Mix.install([
{:explorer, "~> 0.5.4"}, {:explorer, "~> 0.5.5"},
{:kino_explorer, "~> 0.1.2"} {:kino_explorer, "~> 0.1.3"}
]) ])
``` ```

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.2"}, config: []} dependency: %{dep: {:kino_explorer, "~> 0.1.3"}, config: []}
} }
windows? = match?({:win32, _}, :os.type()) windows? = match?({:win32, _}, :os.type())