Skip to content

Commit

Permalink
Add spellcheck words to VSCode settings and update package compatibil…
Browse files Browse the repository at this point in the history
…ity versions
  • Loading branch information
jeremiahpslewis committed Dec 17, 2024
1 parent b31c77c commit 69a4bd1
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 10 deletions.
51 changes: 50 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1 +1,50 @@
{}
{
"cSpell.words": [
"axislegend",
"backgroundcolor",
"basemap",
"cbar",
"colgap",
"colorbar",
"Colorbar",
"colormap",
"colorrange",
"dataframe",
"Descrip",
"ellps",
"escapeuri",
"fontsize",
"gleif",
"hidedecorations",
"hidespines",
"hidexdecorations",
"ikey",
"isins",
"ivalue",
"JTXPYO",
"laea",
"latlims",
"leftjoin",
"linkxaxes",
"longlat",
"lonlims",
"nonunique",
"normalizenames",
"nrow",
"passmissing",
"qlever",
"quickstatements",
"renamer",
"rollup",
"rowgap",
"strokecolor",
"strokewidth",
"subfact",
"tellheight",
"tickformat",
"unescapeuri",
"writedlm",
"xticklabelrotation",
"xticks"
]
}
18 changes: 9 additions & 9 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,24 +35,24 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
oxigraph_server_jll = "ca7c0f55-ad95-5972-a3e2-8e5b4e3bed80"

[compat]
AlgebraOfGraphics = "0.6"
AlgebraOfGraphics = "0.8"
Arrow = "2"
CSV = "0.10"
CairoMakie = "0.10"
Chain = "0.5"
Colors = "0.12"
CairoMakie = "0.13"
Chain = "0.6"
Colors = "0.13"
DataFrameMacros = "0.4"
DataFrames = "1"
DelimitedFiles = "1"
FilePaths = "0.8"
GeoJSON = "0.7"
GeoMakie = "0.5"
GeoJSON = "0.8"
GeoMakie = "0.7"
HTTP = "1"
JLD2 = "0.4"
JLD2 = "0.5"
JSON = "0.21"
JuliaFormatter = "1"
Makie = "0.19"
Memoization = "0.1, 0.2"
Makie = "0.21"
Memoization = "0.2"
Mustache = "1"
OrderedCollections = "1"
Retry = "0.4"
Expand Down

0 comments on commit 69a4bd1

Please sign in to comment.