mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-12-29 19:20:46 +08:00
Bump kinos (#2440)
This commit is contained in:
parent
5c9911a5ba
commit
22cd0c233a
1 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@ defmodule Livebook.Runtime.Definitions do
|
|||
|
||||
kino_vega_lite = %{
|
||||
name: "kino_vega_lite",
|
||||
dependency: %{dep: {:kino_vega_lite, "~> 0.1.10"}, config: []}
|
||||
dependency: %{dep: {:kino_vega_lite, "~> 0.1.11"}, config: []}
|
||||
}
|
||||
|
||||
kino_db = %{
|
||||
name: "kino_db",
|
||||
dependency: %{dep: {:kino_db, "~> 0.2.3"}, config: []}
|
||||
dependency: %{dep: {:kino_db, "~> 0.2.5"}, config: []}
|
||||
}
|
||||
|
||||
exqlite = %{
|
||||
|
@ -27,7 +27,7 @@ defmodule Livebook.Runtime.Definitions do
|
|||
|
||||
kino_maplibre = %{
|
||||
name: "kino_maplibre",
|
||||
dependency: %{dep: {:kino_maplibre, "~> 0.1.10"}, config: []}
|
||||
dependency: %{dep: {:kino_maplibre, "~> 0.1.11"}, config: []}
|
||||
}
|
||||
|
||||
kino_slack = %{
|
||||
|
|
Loading…
Reference in a new issue