From 956481f49664c53ccbcbc45cf832a3a9e78d2f68 Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Mon, 10 Jul 2023 16:39:39 +0200 Subject: [PATCH] chore: adjust package.json to "pbf": "3.2.1" --- package-lock.json | 2 +- package.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index dff7418..c04bc28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,7 +12,7 @@ "axios": "0.27.2", "bootstrap": "5.2.1", "leaflet": "1.8.0", - "pbf": "^3.2.1", + "pbf": "3.2.1", "react": "18.2.0", "react-bootstrap": "2.5.0", "react-dom": "18.2.0", diff --git a/package.json b/package.json index b329727..4d46437 100644 --- a/package.json +++ b/package.json @@ -13,9 +13,9 @@ "display" ], "author": "Software Ingenieur Begerad ", - "homepage": "https://github.com/Software-Ingenieur-Begerad/gtfs-rt-display/tree/main", - "repository": "https://github.com/Software-Ingenieur-Begerad/gtfs-rt-display", - "bugs": "https://github.com/Software-Ingenieur-Begerad/gtfs-rt-display/issues", + "homepage": "https://git.wtf-eg.de/dancesWithCycles/gtfs-rt-display", + "repository": "https://git.wtf-eg.de/dancesWithCycles/gtfs-rt-display", + "bugs": "https://git.wtf-eg.de/dancesWithCycles/gtfs-rt-display/issues", "license": "GPL-3.0-or-later", "engines": { "node": ">=10" @@ -42,7 +42,7 @@ "axios": "0.27.2", "bootstrap": "5.2.1", "leaflet": "1.8.0", - "pbf": "^3.2.1", + "pbf": "3.2.1", "react": "18.2.0", "react-bootstrap": "2.5.0", "react-dom": "18.2.0",