diff --git a/client/package.json b/client/package.json index a91b459d..78694757 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-client", - "version": "2.3.0", + "version": "2.3.1", "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", diff --git a/frontend/package.json b/frontend/package.json index e6fd94b0..85369323 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-frontend", - "version": "2.3.0", + "version": "2.3.1", "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.0", + "facilmap-client": "^2.3.1", "filtrex": "^0.5.4", "jquery": "<3.0.0", "jquery-ui": "^1.12.1", diff --git a/frontend/yarn.lock b/frontend/yarn.lock index c1bf0cb8..c35692b6 100644 --- a/frontend/yarn.lock +++ b/frontend/yarn.lock @@ -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.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.3.0.tgz#3520255d4329101a478a5c628f96de1eb3d9f123" +facilmap-client@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.3.1.tgz#dbfcb56afe53d0bc2356b32b623d29c61cae4366" dependencies: es6-promise "^4.0.5" socket.io-client "^1.7.3" diff --git a/server/package.json b/server/package.json index 8b246a93..79b1eaa4 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-server", - "version": "2.3.0", + "version": "2.3.1", "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.0", + "facilmap-frontend": "^2.3.1", "mysql": "^2.13.0", "promise": "^7.1.1", "request": "^2.75.0", diff --git a/server/yarn.lock b/server/yarn.lock index 6b6cd734..7e8cfc6e 100644 --- a/server/yarn.lock +++ b/server/yarn.lock @@ -1032,16 +1032,16 @@ extsprintf@1.0.2: version "1.0.2" resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550" -facilmap-client@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.3.0.tgz#3520255d4329101a478a5c628f96de1eb3d9f123" +facilmap-client@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.3.1.tgz#dbfcb56afe53d0bc2356b32b623d29c61cae4366" dependencies: es6-promise "^4.0.5" socket.io-client "^1.7.3" -facilmap-frontend@^2.3.0: - version "2.3.0" - resolved "https://registry.yarnpkg.com/facilmap-frontend/-/facilmap-frontend-2.3.0.tgz#27a53938426753da6ec668bcff24181480d2a33c" +facilmap-frontend@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/facilmap-frontend/-/facilmap-frontend-2.3.1.tgz#07c5d10ebcdd8d544798257c8023ab81af32306f" dependencies: "@mapbox/togeojson" "^0.16.0" angular "^1.6.1" @@ -1052,7 +1052,7 @@ facilmap-frontend@^2.3.0: bootstrap-touchspin "^3.1.1" clipboard "^1.5.16" event-stream "^3.3.4" - facilmap-client "^2.3.0" + facilmap-client "^2.3.1" filtrex "^0.5.4" jquery "<3.0.0" jquery-ui "^1.12.1"