Skip to content

Commit

Permalink
Merge pull request #20 from JuliaPluto/update/interactivity
Browse files Browse the repository at this point in the history
Update/interactivity
  • Loading branch information
lukavdplas authored Dec 3, 2023
2 parents c47eb1d + 8cea465 commit 50195fe
Show file tree
Hide file tree
Showing 4 changed files with 489 additions and 299 deletions.
292 changes: 0 additions & 292 deletions src/basic/Interactivity.jl

This file was deleted.

21 changes: 17 additions & 4 deletions src/basic/PlutoUI.jl.jl
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
### A Pluto.jl notebook ###
# v0.19.30
# v0.19.32

#> [frontmatter]
#> image = "https://user-images.githubusercontent.com/6933510/174067690-50c8128d-748b-4f50-8a76-2ce18166642b.png"
#> order = "3"
#> title = "Interactivity"
#> tags = ["basic", "interactivity", "classic"]
#> license = "Unlicense"
#> description = "Slider, buttons, dropdowns and more from PlutoUI.jl!"
#> description = "Slider, buttons, dropdowns, and more using PlutoUI.jl!"
#>
#> [[frontmatter.author]]
#> name = "Pluto.jl"
Expand Down Expand Up @@ -652,6 +653,10 @@ git-tree-sha1 = "eb7f0f8307f71fac7c606984ea5fb2817275d6e4"
uuid = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
version = "0.11.4"
[[CompilerSupportLibraries_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "e66e0078-7015-5450-92f7-15fbd957f2ae"
[[Dates]]
deps = ["Printf"]
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down Expand Up @@ -714,7 +719,7 @@ uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
[[LinearAlgebra]]
deps = ["Libdl"]
deps = ["Libdl", "libblastrampoline_jll"]
uuid = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
[[Logging]]
Expand Down Expand Up @@ -742,6 +747,10 @@ uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
[[NetworkOptions]]
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
[[OpenBLAS_jll]]
deps = ["Artifacts", "CompilerSupportLibraries_jll", "Libdl"]
uuid = "4536629a-c528-5b80-bd46-f80d51c5b363"
[[Parsers]]
deps = ["Dates", "PrecompileTools", "UUIDs"]
git-tree-sha1 = "716e24b21538abc91f6205fd1d8363f39b442851"
Expand Down Expand Up @@ -779,7 +788,7 @@ deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
[[Random]]
deps = ["Serialization"]
deps = ["SHA", "Serialization"]
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[[Reexport]]
Expand Down Expand Up @@ -837,6 +846,10 @@ uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
deps = ["Libdl"]
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
[[libblastrampoline_jll]]
deps = ["Artifacts", "Libdl", "OpenBLAS_jll"]
uuid = "8e850b90-86db-534c-a0d3-1478176c7d93"
[[nghttp2_jll]]
deps = ["Artifacts", "Libdl"]
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
Expand Down
Loading

0 comments on commit 50195fe

Please sign in to comment.