From f779860811989cad1254d9e712b43e42a32e3878 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 19 Apr 2022 01:45:14 +0200 Subject: [PATCH] chore: fix deps level Signed-off-by: blam --- plugins/gcalendar/package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/gcalendar/package.json b/plugins/gcalendar/package.json index d6e40fdf5a..bad78e3771 100644 --- a/plugins/gcalendar/package.json +++ b/plugins/gcalendar/package.json @@ -36,10 +36,7 @@ "luxon": "^2.3.0", "material-ui-popup-state": "^1.9.3", "react-query": "^3.34.16", - "react-use": "^17.2.4", - "@types/gapi": "^0.0.41", - "@types/gapi.auth2": "^0.0.56", - "@types/gapi.client.calendar": "^3.0.10" + "react-use": "^17.2.4" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0" @@ -57,7 +54,10 @@ "@types/node": "^16.11.26", "@types/sanitize-html": "^2.6.2", "cross-fetch": "^3.1.5", - "msw": "^0.35.0" + "msw": "^0.35.0", + "@types/gapi": "^0.0.41", + "@types/gapi.auth2": "^0.0.56", + "@types/gapi.client.calendar": "^3.0.10" }, "files": [ "dist"