X-Git-Url: https://git.openstreetmap.org./nominatim-ui.git/blobdiff_plain/8e602e40f04bb048adba103dd1dde79ba2cfdffc..68fd6dfad262e322f44815c835fdcf63b77ab639:/package.json diff --git a/package.json b/package.json index 8e9a16b..e6068f9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", - "lint": "node node_modules/.bin/eslint --quiet dist/assets/js/nominatim-ui.js" + "lint": "node node_modules/.bin/eslint --quiet src/handlebar_helpers.js dist/assets/js/nominatim-ui.js" }, "author": "", "license": "GPL-3.0", @@ -14,11 +14,11 @@ "bootstrap": "3.4.1", "bower": "^1.8", "eslint": "^6.8.0", - "eslint-config-airbnb-base": "^14.0.0", - "eslint-plugin-import": "^2.20.1", - "grunt": "^1.0.2", - "handlebars": "4.7.3", - "jquery": "3.4.1", + "eslint-config-airbnb-base": "^14.1.0", + "eslint-plugin-import": "^2.20.2", + "grunt": "^1.1.0", + "handlebars": "4.7.6", + "jquery": "3.5.0", "leaflet": "1.6.0", "leaflet-minimap": "3.6.1" },