Skip to content

Commit

Permalink
Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
brendannee committed Feb 19, 2024
1 parent be748b3 commit 6137c37
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Updated

- Support null arrival and departure in StopTimeUpdate

## [4.7.0] - 2024-02-09

### Added
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"Ali Zarghami <[email protected]>",
"David Abell",
"Matthias Feist <[email protected]>",
"Oliv4945"
"Oliv4945",
"Kyle Ramey"
],
"type": "module",
"main": "index.js",
Expand All @@ -74,7 +75,7 @@
},
"dependencies": {
"@turf/helpers": "^6.5.0",
"better-sqlite3": "^9.4.0",
"better-sqlite3": "^9.4.1",
"csv-parse": "^5.5.3",
"csv-stringify": "^6.4.5",
"gtfs-realtime-bindings": "^1.1.1",
Expand All @@ -95,7 +96,7 @@
"yoctocolors": "^1.0.0"
},
"devDependencies": {
"husky": "^9.0.10",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"mocha": "^10.3.0",
"prettier": "^3.2.5",
Expand Down

0 comments on commit 6137c37

Please sign in to comment.