Skip to content

Commit 8bf2b53

Browse files
fix(deps): update all
1 parent 7301258 commit 8bf2b53

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

api/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.12-alpine as build
1+
FROM golang:1.21-alpine as build
22
ENV GO111MODULE=on
33
RUN apk add --no-cache git make
44
WORKDIR /go/src/github.com/ultreme/sdm/map/api

api/go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ module github.com/ultreme/sdm/map/api
33
go 1.12
44

55
require (
6-
github.com/brianloveswords/airtable v0.0.0-20180329193050-a39294038dd9
7-
github.com/go-chi/chi v4.0.2+incompatible
6+
github.com/brianloveswords/airtable 083b90826e4a
7+
github.com/go-chi/chi v4.1.3+incompatible
88
github.com/go-chi/jsonp v0.0.0-20170809160916-b971022286e2
9-
github.com/go-chi/render v1.0.1
9+
github.com/go-chi/render v1.0.3
1010
go.uber.org/ratelimit v0.1.0 // indirect
1111
)

static/carte/MarkerCluster/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
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.13.6",
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.9.4",
2020
"mocha": "1.21.5",
2121
"phantomjs-prebuilt": "2.1.16",
2222
"rollup": "0.68.2",
23-
"rollup-plugin-git-version": "0.2.1",
23+
"rollup-plugin-git-version": "0.3.1",
2424
"rollup-plugin-json": "2.3.1",
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.9.0"
2929
},
3030
"main": "dist/leaflet.markercluster-src.js",
3131
"scripts": {

0 commit comments

Comments
 (0)