Skip to content

Commit 68a1644

Browse files
committed
Revert "Update and load styledstrings in REPL (#51869)"
This reverts commit 6e7db14, reversing changes made to f117a50.
1 parent 9ebce5f commit 68a1644

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

doc/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
213213
version = "1.11.0"
214214

215215
[[deps.REPL]]
216-
deps = ["InteractiveUtils", "Markdown", "Sockets", "StyledStrings", "Unicode"]
216+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
217217
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
218218
version = "1.11.0"
219219

stdlib/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ uuid = "9abbd945-dff8-562f-b5e8-e1ebf5ef1b79"
195195
version = "1.11.0"
196196

197197
[[deps.REPL]]
198-
deps = ["InteractiveUtils", "Markdown", "Sockets", "StyledStrings", "Unicode"]
198+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
199199
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
200200
version = "1.11.0"
201201

stdlib/REPL/Project.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ version = "1.11.0"
66
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
77
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
88
Sockets = "6462fe0b-24de-5631-8697-dd941f90decc"
9-
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
109
Unicode = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
1110

1211
[extras]

stdlib/REPL/src/REPL.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function __init__()
3838
return nothing
3939
end
4040

41-
using Base.Meta, Sockets, StyledStrings
41+
using Base.Meta, Sockets
4242
import InteractiveUtils
4343

4444
export

0 commit comments

Comments
 (0)