Merge remote-tracking branch 'upstream/master' into heightgraph-transpiled

This commit is contained in:
alexcojocaru 2020-12-21 21:23:04 -08:00
commit 3c1f5d0d6d
62 changed files with 4486 additions and 3554 deletions

View file

@ -1,6 +1,6 @@
{
"name": "brouter-web",
"version": "0.13.0",
"version": "0.14.0",
"description": "Web client for BRouter",
"main": "js/index.js",
"scripts": {
@ -50,9 +50,9 @@
"datatables": "~1.10.18",
"font-awesome": "^4.7.0",
"geo-data-exchange": "alexcojocaru/geo-data-exchange#v1.1.0",
"i18next": "^15.0.4",
"i18next-browser-languagedetector": "^3.0.1",
"i18next-xhr-backend": "^2.0.1",
"i18next": "^19.8.4",
"i18next-browser-languagedetector": "^6.0.1",
"i18next-xhr-backend": "^3.2.2",
"jquery": "3.5.1",
"jquery-i18next": "^1.2.1",
"jstree": "^3.3.8",
@ -73,47 +73,46 @@
"leaflet.snogylop": "^0.4.0",
"leaflet.stravasegments": "2.3.2",
"mapbbcode": "MapBBCode/mapbbcode#v1.2.0",
"promise-polyfill": "^8.1.0",
"tether": "1.4.5",
"promise-polyfill": "^8.2.0",
"url-search-params": "~0.5.0",
"whatwg-fetch": "^3.0.0"
"whatwg-fetch": "^3.5.0"
},
"devDependencies": {
"autoprefixer": "^8.1.0",
"browser-sync": "^2.26.7",
"browser-sync": "^2.26.13",
"del": "^1.1.1",
"eslint": "^6.6.0",
"eslint": "^7.15.0",
"eslint-plugin-compat": "^3.3.0",
"gulp": "^4.0.2",
"gulp-bump": "^2.7.0",
"gulp-bump": "^3.2.0",
"gulp-cached": "^1.0.4",
"gulp-clean-css": "^4.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.5.2",
"gulp-confirm": "^1.0.6",
"gulp-debug": "^2.0.1",
"gulp-git": "^2.2.0",
"gulp-debug": "^4.0.0",
"gulp-git": "^2.10.1",
"gulp-github-release": "^1.2.1",
"gulp-if": "^2.0.0",
"gulp-inject": "^1.2.0",
"gulp-if": "^3.0.0",
"gulp-inject": "^5.0.5",
"gulp-json-concat": "^0.1.1",
"gulp-modify-css-urls": "^2.0.0",
"gulp-postcss": "^7.0.1",
"gulp-remember": "^0.3.0",
"gulp-rename": "^1.4.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^1.5.1",
"gulp-uglify": "^1.1.0",
"gulp-postcss": "^9.0.0",
"gulp-remember": "^1.0.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.7",
"gulp-zip": "^4.0.0",
"husky": "^2.3.0",
"i18next-scanner": "^2.9.1",
"gulp-zip": "^5.0.2",
"husky": "^4.3.4",
"i18next-scanner": "^3.0.0",
"merge-stream": "^2.0.0",
"node-fetch": "^2.6.1",
"npmfiles": "^0.1.1",
"npmfiles": "^0.1.3",
"patch-package": "~6.2.2",
"postinstall-postinstall": "~2.1.0",
"prettier": "^1.17.1",
"pretty-quick": "^1.10.0"
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0"
},
"overrides": {
"leaflet": {