Update KinoExploer (#2428)

This commit is contained in:
Cristine Guadelupe 2024-01-05 13:58:30 -03:00 committed by GitHub
parent bc099bf03e
commit eb812601a3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
```elixir ```elixir
Mix.install([ Mix.install([
{:kino_explorer, "~> 0.1.11"} {:kino_explorer, "~> 0.1.15"}
]) ])
``` ```

View file

@ -52,7 +52,7 @@ defmodule Livebook.Runtime.Definitions do
kino_explorer = %{ kino_explorer = %{
name: "kino_explorer", name: "kino_explorer",
dependency: %{dep: {:kino_explorer, "~> 0.1.11"}, config: []} dependency: %{dep: {:kino_explorer, "~> 0.1.15"}, config: []}
} }
jason = %{ jason = %{