File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
static/carte/MarkerCluster Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 44
55require (
66 github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9
7- github.com/go-chi/chi v4.0.2 +incompatible
7+ github.com/go-chi/chi v4.0.3 +incompatible
88 github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2
99 github.com/go-chi/render v1.0.1
1010 go.uber.org/ratelimit v0.1.0 // indirect
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9 h1:2oAZVc
22github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9 /go.mod h1:jXij3SzY3HghKUmTjQYGRIXyCRBkFK+0wztOaI6a9Bk =
33github.com/go-chi/chi v4.0.2+incompatible h1:maB6vn6FqCxrpz4FqWdh4+lwpyZIQS7YEAUcHlgXVRs =
44github.com/go-chi/chi v4.0.2+incompatible /go.mod h1:eB3wogJHnLi3x/kFX2A+IbTBlXxmMeXJVKy9tTv1XzQ =
5+ github.com/go-chi/chi v4.0.3+incompatible h1:gakN3pDJnzZN5jqFV2TEdF66rTfKeITyR8qu6ekICEY =
6+ github.com/go-chi/chi v4.0.3+incompatible /go.mod h1:eB3wogJHnLi3x/kFX2A+IbTBlXxmMeXJVKy9tTv1XzQ =
57github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2 h1:2c3FgELeVI+A0/GZ5xOVCshaAhP87//dwmYvOUJUkeo =
68github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2 /go.mod h1:GDGxNyZ4xc0cql8PZjNrAWIan7yy89rRAMMcHojj/f4 =
79github.com/go-chi/render v1.0.1 h1:4/5tis2cKaNdnv9zFLfXzcquC9HbeZgCnxGnKrltBS8 =
Original file line number Diff line number Diff line change 77 "git-rev-sync" : " 1.12.0" ,
88 "happen" : " 0.3.2" ,
99 "jake" : " 0.7.20" ,
10- "jshint" : " 2.10.2 " ,
10+ "jshint" : " 2.11.0 " ,
1111 "karma" : " 1.7.1" ,
1212 "karma-chrome-launcher" : " 2.2.0" ,
1313 "karma-coverage" : " 1.1.2" ,
14- "karma-firefox-launcher" : " 1.2 .0" ,
14+ "karma-firefox-launcher" : " 1.3 .0" ,
1515 "karma-mocha" : " 1.3.0" ,
1616 "karma-phantomjs-launcher" : " 1.0.4" ,
1717 "karma-rollup-plugin" : " 0.2.4" ,
1818 "karma-safari-launcher" : " 1.0.0" ,
19- "leaflet" : " 1.5.1 " ,
19+ "leaflet" : " 1.6.0 " ,
2020 "mocha" : " 1.21.5" ,
2121 "phantomjs-prebuilt" : " 2.1.16" ,
2222 "rollup" : " 0.68.2" ,
2525 "uglify-js" : " 2.8.29"
2626 },
2727 "peerDependencies" : {
28- "leaflet" : " ~1.3.1 || ~1.5.0"
28+ "leaflet" : " ~1.3.1 || ~1.5.0 || ~1.6.0 "
2929 },
3030 "main" : " dist/leaflet.markercluster-src.js" ,
3131 "scripts" : {
You can’t perform that action at this time.
0 commit comments