Skip to content

Commit

Permalink
Automatic Pkg.update() with the following changes:
Browse files Browse the repository at this point in the history
pkg> status --project --diff
        Diff `~/work/julialogging.github.io/julialogging.github.io/Project.toml`
  [e30172f5] ↑ Documenter v0.27.15 ⇒ v0.27.16
  [16fef848] ↑ LiveServer v0.7.4 ⇒ v0.8.0

pkg> status --manifest --diff
        Diff `~/work/julialogging.github.io/julialogging.github.io/Manifest.toml`
  [e30172f5] ↑ Documenter v0.27.15 ⇒ v0.27.16
  [16fef848] ↑ LiveServer v0.7.4 ⇒ v0.8.0
  [6c6e2e6c] + MIMEs v0.1.3
  [69de0a69] ↑ Parsers v2.2.3 ⇒ v2.2.4
  [21216c6a] ↑ Preferences v1.2.5 ⇒ v1.3.0
  • Loading branch information
web-flow authored Apr 21, 2022
1 parent 24584c3 commit 34e1501
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ version = "0.8.6"

[[deps.Documenter]]
deps = ["ANSIColoredPrinters", "Base64", "Dates", "DocStringExtensions", "IOCapture", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
git-tree-sha1 = "7d9a46421aef53cbd6b8ecc40c3dcbacbceaf40e"
git-tree-sha1 = "6edbf28671b4df4f692e54ae72f1e35851cfbf38"
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
version = "0.27.15"
version = "0.27.16"

[[deps.Downloads]]
deps = ["ArgTools", "LibCURL", "NetworkOptions"]
Expand Down Expand Up @@ -132,10 +132,10 @@ uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"

[[deps.LiveServer]]
deps = ["Crayons", "FileWatching", "HTTP", "Pkg", "Sockets", "Test"]
git-tree-sha1 = "707f77cd832ed02fddcf5b914dbab70cbf0e463b"
deps = ["Crayons", "FileWatching", "HTTP", "MIMEs", "Pkg", "Sockets", "Test"]
git-tree-sha1 = "1d96a2b19262afe4e38cc5792dcd689f23f7a88d"
uuid = "16fef848-5104-11e9-1b77-fb7a48bbb589"
version = "0.7.4"
version = "0.8.0"

[[deps.LogCompose]]
deps = ["Logging", "Pkg"]
Expand Down Expand Up @@ -180,6 +180,11 @@ repo-url = "https://github.com/JuliaLogging/LokiLogger.jl.git"
uuid = "51d429d1-9683-4c89-86d7-889f440454ef"
version = "1.0.0"

[[deps.MIMEs]]
git-tree-sha1 = "9be08aeb6aa3786bee586cdbfbbbc7e0b41b7bb2"
uuid = "6c6e2e6c-3030-632d-7369-2d6c69616d65"
version = "0.1.3"

[[deps.Markdown]]
deps = ["Base64"]
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
Expand Down Expand Up @@ -217,19 +222,19 @@ version = "16.0.0+0"

[[deps.Parsers]]
deps = ["Dates"]
git-tree-sha1 = "85b5da0fa43588c75bb1ff986493443f821c70b7"
git-tree-sha1 = "621f4f3b4977325b9128d5fae7a8b4829a0c2222"
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
version = "2.2.3"
version = "2.2.4"

[[deps.Pkg]]
deps = ["Artifacts", "Dates", "Downloads", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[[deps.Preferences]]
deps = ["TOML"]
git-tree-sha1 = "d3538e7f8a790dc8903519090857ef8e1283eecd"
git-tree-sha1 = "47e5f437cc0e7ef2ce8406ce1e7e24d44915f88d"
uuid = "21216c6a-2e73-6563-6e65-726566657250"
version = "1.2.5"
version = "1.3.0"

[[deps.Printf]]
deps = ["Unicode"]
Expand Down

0 comments on commit 34e1501

Please sign in to comment.