]> git.openstreetmap.org Git - nominatim-ui.git/blobdiff - package.json
github actions: update actions for release
[nominatim-ui.git] / package.json
index 70fbba1360e79b8d357ae61749a53c35f4cba21c..e7e349835f51ada5cef5880d3146bde5b8c223fc 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "nominatim-ui",
   "description": "Debug web interface for Nominatim geocoder",
-  "version": "3.2.8",
+  "version": "3.2.9",
   "license": "GPL-2.0",
   "scripts": {
     "build": "rollup -c",
@@ -20,7 +20,7 @@
     "http-proxy": "^1.18.1",
     "mocha": "^10.0",
     "puppeteer": "^19.0",
-    "rollup": "^2.3.4",
+    "rollup": "^3.3.0",
     "rollup-plugin-css-only": "^4.3.0",
     "rollup-plugin-livereload": "^2.0.0",
     "rollup-plugin-svelte": "^7.0.0",
@@ -38,5 +38,6 @@
     "leaflet": "1.9.2",
     "leaflet-minimap": "^3.6.1",
     "timeago.js": "^4.0.2"
-  }
+  },
+  "type": "module"
 }