Merge branch 'develop' into devbuild_on_esbuild

This commit is contained in:
Milos Brzakovic (E-Search)
2022-01-17 14:43:17 +01:00
192 changed files with 3079 additions and 1854 deletions
+14 -10
View File
@@ -37,8 +37,8 @@
"lint:fix": "eslint scripts test/spec modules --fix",
"start": "run-s build:modern start:server",
"start:server": "node scripts/server.js",
"test": "run-s lint build:css build:data build:legacy test:spec",
"test:spec": "phantomjs --web-security=no node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html spec",
"test": "npm-run-all -s lint build test:spec",
"test:spec": "karma start karma.conf.js",
"translations": "node scripts/update_locales.js"
},
"dependencies": {
@@ -80,10 +80,10 @@
"autoprefixer": "^10.0.1",
"babel-plugin-inline-json-import": "^0.3.2",
"btoa": "^1.2.1",
"chai": "^4.1.0",
"chai": "^4.3.4",
"cldr-core": "37.0.0",
"cldr-localenames-full": "37.0.0",
"colors": "^1.1.2",
"chalk": "^4.1.2",
"concat-files": "^0.1.1",
"d3": "~6.6.0",
"editor-layer-index": "github:osmlab/editor-layer-index#gh-pages",
@@ -91,28 +91,32 @@
"esbuild-plugin-babel": "^0.2.3",
"esbuild-visualizer": "^0.3.1",
"eslint": "^7.1.0",
"fetch-mock": "^9.11.0",
"gaze": "^1.1.3",
"glob": "^7.1.0",
"happen": "^0.3.1",
"happen": "^0.3.2",
"js-yaml": "^4.0.0",
"json-stringify-pretty-compact": "^3.0.0",
"karma": "^6.3.5",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-mocha": "^2.0.1",
"karma-remap-istanbul": "^0.6.0",
"mapillary-js": "4.0.0",
"mapillary_sprite_source": "^1.8.0",
"minimist": "^1.2.3",
"mocha": "^7.0.1",
"mocha-phantomjs-core": "^2.1.0",
"mocha": "^8.4.0",
"name-suggestion-index": "~6.0",
"node-fetch": "^2.6.1",
"npm-run-all": "^4.0.0",
"object-inspect": "1.10.3",
"osm-community-index": "~5.1.0",
"phantomjs-prebuilt": "~2.1.16",
"postcss": "^8.1.1",
"postcss-selector-prepend": "^0.5.0",
"shelljs": "^0.8.0",
"shx": "^0.3.0",
"sinon": "7.5.0",
"sinon-chai": "^3.3.0",
"sinon": "^11.1.2",
"sinon-chai": "^3.7.0",
"smash": "0.0",
"static-server": "^2.2.1",
"svg-sprite": "1.5.1",