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
Mix.install([
{:explorer, "~> 0.5.4"},
{:kino_explorer, "~> 0.1.2"}
{:explorer, "~> 0.5.5"},
{:kino_explorer, "~> 0.1.3"}
])
```

View file

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