Skip to content

Commit

Permalink
leaflet 1.9.4 (#14054)
Browse files Browse the repository at this point in the history
  • Loading branch information
agriffard authored Sep 8, 2023
1 parent e5c1d55 commit caeeb19
Show file tree
Hide file tree
Showing 12 changed files with 406 additions and 275 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ static ResourceManagementOptionsConfiguration()
_manifest
.DefineScript("leaflet")
.SetUrl("/OrchardCore.Spatial/Scripts/leaflet/leaflet.js", "/OrchardCore.Spatial/Scripts/leaflet/leaflet-src.js")
.SetCdn("https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/leaflet.js", "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/leaflet-src.js")
.SetCdnIntegrity("sha384-okbbMvvx/qfQkmiQKfd5VifbKZ/W8p1qIsWvE1ROPUfHWsDcC8/BnHohF7vPg2T6", "sha384-x7PoOOpgJGgUPTj6ajie0SBQfPZ8S2FtDd8L0gQn3s+Sz9dvzwoSWvqbltR97ThL")
.SetVersion("1.9.3");
.SetCdn("https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.js", "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet-src.js")
.SetCdnIntegrity("sha384-cxOPjt7s7Iz04uaHJceBmS+qpjv2JkIHNVcuOrM+YHwZOmJGBXI00mdUXEq65HTH", "sha384-4aETf8z71hiSsoK0xYsa5JtiJHfL3h7uMAsZ2QYOLvcySDL/cEDfdLt0SaBypTQZ")
.SetVersion("1.9.4");

_manifest
.DefineStyle("leaflet")
.SetUrl("/OrchardCore.Spatial/Styles/leaflet.min.css", "/OrchardCore.Spatial/Styles/leaflet.css")
.SetCdn("https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/leaflet.min.css", "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.3/leaflet.css")
.SetCdnIntegrity("sha384-cTNLivltikBj6gZvv7PqNudNArGkBGBg1p7ZM56VRY0iSLEdQW8AVLZkMCHCcyc+", "sha384-o/2yZuJZWGJ4s/adjxVW71R+EO/LyCwdQfP5UWSgX/w87iiTXuvDZaejd3TsN7mf")
.SetVersion("1.9.3");
.SetCdn("https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.min.css", "https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.9.4/leaflet.css")
.SetCdnIntegrity("sha384-c6Rcwz4e4CITMbu/NBmnNS8yN2sC3cUElMEMfP3vqqKFp7GOYaaBBCqmaWBjmkjb", "sha384-sHL9NAb7lN7rfvG5lfHpm643Xkcjzp4jFvuavGOndn6pjVqS6ny56CAt3nsEVT4H")
.SetVersion("1.9.4");
}

public void Configure(ResourceManagementOptions options)
Expand Down
14 changes: 7 additions & 7 deletions src/OrchardCore.Modules/OrchardCore.Spatial/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/OrchardCore.Modules/OrchardCore.Spatial/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"name": "orchardcore.spatial",
"version": "1.0.0",
"dependencies": {
"leaflet": "1.9.3"
"leaflet": "1.9.4"
}
}
Loading

0 comments on commit caeeb19

Please sign in to comment.