From b7e76322018c82e0d5a832a67fb6ef4c5033c5b0 Mon Sep 17 00:00:00 2001 From: Pascal Roehling Date: Wed, 21 Feb 2024 20:14:25 +0100 Subject: [PATCH] Correctly document (peer)dependencies of @polar/plugin-geo-location --- packages/plugins/GeoLocation/package.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/packages/plugins/GeoLocation/package.json b/packages/plugins/GeoLocation/package.json index 31a8bd4e1..c2d9af813 100644 --- a/packages/plugins/GeoLocation/package.json +++ b/packages/plugins/GeoLocation/package.json @@ -15,10 +15,18 @@ "src/**/*", "CHANGELOG.md" ], - "devDependencies": { + "peerDependencies": { + "@repositoryname/vuex-generators": "^1.1.2", + "ol": "^7.1.0", + "vue": "^2.6.14", + "vuex": "^3.6.2" + }, + "dependencies": { "@polar/lib-passes-boundary-check": "^2.0.0", - "@polar/lib-custom-types": "^1.0.0", - "@polar/lib-test-mount-parameters": "^1.0.0", "@polar/lib-tooltip": "^1.0.0" + }, + "devDependencies": { + "@polar/lib-custom-types": "^1.0.0", + "@polar/lib-test-mount-parameters": "^1.0.0" } }