mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-17 13:43:05 +08:00
Update KinoExploer (#2428)
This commit is contained in:
parent
bc099bf03e
commit
eb812601a3
2 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
```elixir
|
||||
Mix.install([
|
||||
{:kino_explorer, "~> 0.1.11"}
|
||||
{:kino_explorer, "~> 0.1.15"}
|
||||
])
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ defmodule Livebook.Runtime.Definitions do
|
|||
|
||||
kino_explorer = %{
|
||||
name: "kino_explorer",
|
||||
dependency: %{dep: {:kino_explorer, "~> 0.1.11"}, config: []}
|
||||
dependency: %{dep: {:kino_explorer, "~> 0.1.15"}, config: []}
|
||||
}
|
||||
|
||||
jason = %{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue