From d3dce05e8aa11007cb0883b33f3c393c62549aa9 Mon Sep 17 00:00:00 2001 From: panaaj <38519157+panaaj@users.noreply.github.com> Date: Sat, 28 Oct 2023 10:10:35 +1030 Subject: [PATCH] fix dependency --- CHANGELOG.md | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da352fb8..7d9c8f76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - **Added**: Display a badge on menu icon when server has security enabled and client is not authenticated. - **Added**: Autopilot console for use with built-in PyPyilot integration. - **Added**: Display location of Man Overboard alarm on map. +- **Added**: Additional remove AIS target timeout options. - **Updated**: Align anchor watch UI to anchor-alarm API operation. - **Updated**: Display the waypoint name when a route point is a reference to a waypoint resource. - **Updated**: Use updated typings in `@signalk/server-api`. diff --git a/package.json b/package.json index 2ca72578..f8cb3d56 100644 --- a/package.json +++ b/package.json @@ -38,6 +38,7 @@ ], "license": "Apache-v2", "dependencies": { + "@signalk/server-api": "^2.3.0", "socket.io-client": "^4.6.0", "tslib": "^2.0.0" }, @@ -56,7 +57,6 @@ "@angular/platform-browser": "^16.2.0", "@angular/platform-browser-dynamic": "^16.2.0", "@kolkov/angular-editor": "^2.1.0", - "@signalk/server-api": "^2.3.0", "@types/arcgis-rest-api": "^10.4.5", "@types/express": "^4.17.17", "@types/geojson": "^7946.0.10",