From 633ccd059c5db52a7b74b7fc6f023709b1b08c88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20de=20Vasconcelos?= Date: Wed, 1 Jan 2025 13:56:38 +0000 Subject: [PATCH] fix: update links for bus operators and upgrade @types/node to version 22.10.3 --- content/(intro)/covered-area.mdx | 4 ++-- package-lock.json | 18 ++++++++++++++---- package.json | 2 +- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/content/(intro)/covered-area.mdx b/content/(intro)/covered-area.mdx index a3ff760..c61d08c 100644 --- a/content/(intro)/covered-area.mdx +++ b/content/(intro)/covered-area.mdx @@ -54,6 +54,6 @@ Below is a list of all public transit companies operating in the Lisbon metropol | MobiCascais | ✅ [Link](https://dadosabertos.cascais.pt/dataset/gtfs-mobicascais) | - | | Metropolitano de Lisboa (Metro) | ✅ [Link](https://www.nap-portugal.imt-ip.pt/nap/multimodalsupplydetail/186) | - | | Transtejo Soflusa (TTSL) | ✅ [Link](https://api.transtejo.pt/files/GTFS.zip) | - | -| Transportes Colectivos do Barreiro (TCB) | ✅ [Link](https://www.tcbarreiro.pt/) | - | -| Fertagus | - | - | +| Transportes Colectivos do Barreiro (TCB) | ✅ [Link](https://www.tcbarreiro.pt) | - | +| Fertagus | ✅ [Link](https://nap-portugal.imt-ip.pt/nap/multimodalsupplydetail/185) | - | | Metro Transportes do Sul (MTS) | - | - | \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 5203cf5..8406b9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,7 +20,7 @@ "devDependencies": { "@carrismetropolitana/eslint": "20241229.44.47", "@types/mdx": "2.0.13", - "@types/node": "22.10.2", + "@types/node": "22.10.3", "@types/react": "19.0.2", "@types/react-dom": "19.0.2", "typescript": "5.7.2" @@ -78,6 +78,16 @@ "typescript-eslint": "8.18.2" } }, + "node_modules/@carrismetropolitana/eslint/node_modules/@types/node": { + "version": "22.10.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", + "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~6.20.0" + } + }, "node_modules/@carrismetropolitana/eslint/node_modules/postcss": { "version": "8.4.49", "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", @@ -2520,9 +2530,9 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.10.2", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", - "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", + "version": "22.10.3", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.3.tgz", + "integrity": "sha512-DifAyw4BkrufCILvD3ucnuN8eydUfc/C1GlyrnI+LK6543w5/L3VeVgf05o3B4fqSXP1dKYLOZsKfutpxPzZrw==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d88fb73..24e6d1d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "devDependencies": { "@carrismetropolitana/eslint": "20241229.44.47", "@types/mdx": "2.0.13", - "@types/node": "22.10.2", + "@types/node": "22.10.3", "@types/react": "19.0.2", "@types/react-dom": "19.0.2", "typescript": "5.7.2"