Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
tkurki committed Nov 17, 2024
1 parent 88fcfd9 commit 2b5c2cb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
"@signalk/course-provider": "^1.0.0",
"@signalk/n2k-signalk": "^3.0.0",
"@signalk/nmea0183-signalk": "^3.0.0",
"@signalk/resources-provider": "^1.0.0",
"@signalk/server-admin-ui": "2.10.x",
"@signalk/server-api": "2.4.x",
"@signalk/resources-provider": "^1.3.0",
"@signalk/server-admin-ui": "2.11.x",
"@signalk/server-api": "2.5.x",
"@signalk/signalk-schema": "^1.7.1",
"@signalk/streams": "^4.3.0",
"api-schema-builder": "^2.0.11",
Expand Down
4 changes: 2 additions & 2 deletions packages/resources-provider-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/resources-provider",
"version": "1.2.1",
"version": "1.3.0",
"description": "Resources provider plugin for Signal K server.",
"main": "plugin/index.js",
"keywords": [
Expand Down Expand Up @@ -33,7 +33,7 @@
"test": "npm run build && npm run build-declaration && npm run ci-lint"
},
"dependencies": {
"@signalk/server-api": "^2.1.0",
"@signalk/server-api": "^2.5.0",
"geojson-validation": "^0.2.0",
"geolib": "^3.3.3",
"ngeohash": "^0.6.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/server-admin-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/server-admin-ui",
"version": "2.10.0",
"version": "2.11.0",
"description": "Signal K server admin webapp",
"author": "Scott Bender, Teppo Kurki",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion packages/server-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@signalk/server-api",
"version": "2.4.0",
"version": "2.5.0",
"description": "signalk-server Typescript API for plugins etc with relevant implementation classes",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2b5c2cb

Please sign in to comment.