pull/180/head v3.4.0
Candid Dauth 2021-06-27 16:05:18 +02:00
rodzic a7f319c5c7
commit a37de7d2d3
7 zmienionych plików z 20 dodań i 20 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-client",
"version": "3.3.0",
"version": "3.4.0",
"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",
@ -32,7 +32,7 @@
"dev-server": "webpack-dev-server --mode development"
},
"dependencies": {
"facilmap-types": "3.3.0",
"facilmap-types": "3.4.0",
"socket.io-client": "^4.1.2"
},
"devDependencies": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-docs",
"version": "3.3.0",
"version": "3.4.0",
"description": "Documentation for FacilMap.",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"repository": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-frontend",
"version": "3.3.0",
"version": "3.4.0",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
@ -42,10 +42,10 @@
"copy-to-clipboard": "^3.3.1",
"decode-uri-component": "^0.2.0",
"domutils": "^2.5.0",
"facilmap-client": "3.3.0",
"facilmap-leaflet": "3.3.0",
"facilmap-types": "3.3.0",
"facilmap-utils": "3.3.0",
"facilmap-client": "3.4.0",
"facilmap-leaflet": "3.4.0",
"facilmap-types": "3.4.0",
"facilmap-utils": "3.4.0",
"file-saver": "^2.0.5",
"hammerjs": "^2.0.8",
"jquery": "^3.6.0",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-leaflet",
"version": "3.3.0",
"version": "3.4.0",
"description": "Utilities to show FacilMap objects on a Leaflet map.",
"keywords": [
"webpack",
@ -42,9 +42,9 @@
"lint": "eslint **/*.ts"
},
"dependencies": {
"facilmap-client": "3.3.0",
"facilmap-types": "3.3.0",
"facilmap-utils": "3.3.0",
"facilmap-client": "3.4.0",
"facilmap-types": "3.4.0",
"facilmap-utils": "3.4.0",
"filtrex": "^2.1.0",
"leaflet-auto-graticule": "^1.0.9",
"leaflet-draggable-lines": "^1.0.11",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-server",
"version": "3.3.0",
"version": "3.4.0",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
@ -49,10 +49,10 @@
"event-stream": "^4.0.1",
"express": "^4.16.4",
"express-domain-middleware": "^0.1.0",
"facilmap-frontend": "3.3.0",
"facilmap-leaflet": "3.3.0",
"facilmap-types": "3.3.0",
"facilmap-utils": "3.3.0",
"facilmap-frontend": "3.4.0",
"facilmap-leaflet": "3.4.0",
"facilmap-types": "3.4.0",
"facilmap-utils": "3.4.0",
"highland": "^2.13.0",
"json-format": "^1.0.1",
"leaflet": "^1.7.1",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-types",
"version": "3.3.0",
"version": "3.4.0",
"description": "Typescript typings for the FacilMap communication between client and server.",
"homepage": "https://github.com/FacilMap/facilmap",
"bugs": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-utils",
"version": "3.3.0",
"version": "3.4.0",
"description": "FacilMap helper functions used in both the frontend and backend.",
"keywords": [
"webpack",
@ -33,7 +33,7 @@
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"dompurify": "^2.2.7",
"facilmap-types": "3.3.0",
"facilmap-types": "3.4.0",
"filtrex": "^2.1.0",
"jquery": "^3.6.0",
"jsdom": "^16.5.1",