From 7517b54f6a5346f8b212fa2e1a66d1a09a039851 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 13 Dec 2024 17:11:44 -0500 Subject: [PATCH] Bump all dependencies, including location-conflation / country-coder --- i18n/en.yaml | 4 ++++ package.json | 14 +++++++------- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index 9342b944..0e3e2be7 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -213,6 +213,10 @@ en: name: '{community} on Aparat' description: Subscribe to our Aparat channel url: https://aparat.com/{account} + bluesky: + name: '{community} on Bluesky' + description: Follow us on Bluesky + url: https://bsky.app/profile/{account} discord: name: '{community} Discord' description: Get in touch with other mappers on Discord diff --git a/package.json b/package.json index bba4543d..baa19490 100644 --- a/package.json +++ b/package.json @@ -55,23 +55,23 @@ }, "devDependencies": { "@aitodotai/json-stringify-pretty-compact": "^1.3.0", - "@fortawesome/fontawesome-svg-core": "^6.7.0", - "@fortawesome/free-brands-svg-icons": "^6.7.0", - "@fortawesome/free-solid-svg-icons": "^6.7.0", + "@fortawesome/fontawesome-svg-core": "^6.7.1", + "@fortawesome/free-brands-svg-icons": "^6.7.1", + "@fortawesome/free-solid-svg-icons": "^6.7.1", "@mapbox/geojson-area": "^0.2.2", "@mapbox/geojson-rewind": "^0.5.2", - "@rapideditor/location-conflation": "~1.4.0", + "@rapideditor/location-conflation": "~1.4.1", "bytes": "^3.1.2", - "c8": "^10.1.2", + "c8": "^10.1.3", "chalk": "^5.3.0", "easy-table": "^1.2.0", "esbuild": "^0.24.0", - "eslint": "^9.15.0", + "eslint": "^9.17.0", "fs-extra": "^11.2.0", "geojson-bounds": "^1.0.4", "geojson-precision": "^1.0.0", "glob": "^10.4.5", - "globals": "^15.12.0", + "globals": "^15.13.0", "http-server": "^14.1.1", "js-yaml": "^4.1.0", "json5": "^2.2.3",