Skip to content

Commit 7aca15c

Browse files
committed
chore(deps): update all
1 parent 7301258 commit 7aca15c

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.12
44

55
require (
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

api/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9 h1:2oAZVc
22
github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9/go.mod h1:jXij3SzY3HghKUmTjQYGRIXyCRBkFK+0wztOaI6a9Bk=
33
github.com/go-chi/chi v4.0.2+incompatible h1:maB6vn6FqCxrpz4FqWdh4+lwpyZIQS7YEAUcHlgXVRs=
44
github.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=
57
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2 h1:2c3FgELeVI+A0/GZ5xOVCshaAhP87//dwmYvOUJUkeo=
68
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2/go.mod h1:GDGxNyZ4xc0cql8PZjNrAWIan7yy89rRAMMcHojj/f4=
79
github.com/go-chi/render v1.0.1 h1:4/5tis2cKaNdnv9zFLfXzcquC9HbeZgCnxGnKrltBS8=

static/carte/MarkerCluster/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@
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",
@@ -25,7 +25,7 @@
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": {

0 commit comments

Comments
 (0)