mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-12-18 22:21:32 +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
|
```elixir
|
||||||
Mix.install([
|
Mix.install([
|
||||||
{:kino_explorer, "~> 0.1.11"}
|
{:kino_explorer, "~> 0.1.15"}
|
||||||
])
|
])
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 = %{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue