pull/108/head v2.3.2
Candid Dauth 2017-02-26 23:33:40 +01:00
rodzic 2b4ee80dda
commit c185d19ca2
5 zmienionych plików z 16 dodań i 11 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-client",
"version": "2.3.1",
"version": "2.3.2",
"description": "A library that acts as a client to FacilMap and makes it possible to retrieve and modify objects on a collaborative map.",
"keywords": [
"webpack",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-frontend",
"version": "2.3.1",
"version": "2.3.2",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
@ -33,7 +33,7 @@
"bootstrap-touchspin": "^3.1.1",
"clipboard": "^1.5.16",
"event-stream": "^3.3.4",
"facilmap-client": "^2.3.1",
"facilmap-client": "^2.3.2",
"filtrex": "^0.5.4",
"jquery": "<3.0.0",
"jquery-ui": "^1.12.1",

Wyświetl plik

@ -1673,9 +1673,9 @@ extsprintf@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550"
facilmap-client@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.3.1.tgz#dbfcb56afe53d0bc2356b32b623d29c61cae4366"
facilmap-client@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.3.2.tgz#d28c2db0cc327ff7265bcbc1e60a27a70b7cccc0"
dependencies:
es6-promise "^4.0.5"
socket.io-client "^1.7.3"

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-server",
"version": "2.3.1",
"version": "2.3.2",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
@ -32,7 +32,7 @@
"ejs": "^2.5.5",
"event-stream": "^3.3.4",
"express": "^4.14.0",
"facilmap-frontend": "^2.3.1",
"facilmap-frontend": "^2.3.2",
"mysql": "^2.13.0",
"promise": "^7.1.1",
"request": "^2.75.0",

Wyświetl plik

@ -1039,9 +1039,9 @@ facilmap-client@^2.3.1:
es6-promise "^4.0.5"
socket.io-client "^1.7.3"
facilmap-frontend@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/facilmap-frontend/-/facilmap-frontend-2.3.1.tgz#07c5d10ebcdd8d544798257c8023ab81af32306f"
facilmap-frontend@^2.3.2:
version "2.3.2"
resolved "https://registry.yarnpkg.com/facilmap-frontend/-/facilmap-frontend-2.3.2.tgz#fdb8439551649e86b7126094e205454bfb4cee71"
dependencies:
"@mapbox/togeojson" "^0.16.0"
angular "^1.6.1"
@ -1062,6 +1062,7 @@ facilmap-frontend@^2.3.1:
leaflet-hash "^0.2.1"
leaflet-simple-graticule "^1.0.2"
leaflet.locatecontrol "^0.59.0"
leaflet.markercluster "^1.0.3"
linkifyjs "^2.1.3"
marked "^0.3.6"
osmtogeojson "^2.2.12"
@ -1640,6 +1641,10 @@ leaflet.locatecontrol@^0.59.0:
version "0.59.0"
resolved "https://registry.yarnpkg.com/leaflet.locatecontrol/-/leaflet.locatecontrol-0.59.0.tgz#efa3e5697676cf74afd90a4cd554569bd23fd849"
leaflet.markercluster@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/leaflet.markercluster/-/leaflet.markercluster-1.0.3.tgz#64c779365c0951f4885c3414024a994f3effc708"
leaflet@>=0.7.0, leaflet@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/leaflet/-/leaflet-1.0.3.tgz#1f401b98b45c8192134c6c8d69686253805007c8"