diff --git a/.changeset/thick-bees-brush.md b/.changeset/thick-bees-brush.md new file mode 100644 index 0000000000..4ec068e0a1 --- /dev/null +++ b/.changeset/thick-bees-brush.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-gcalendar': patch +--- + +fixed google API types dependencies diff --git a/plugins/gcalendar/package.json b/plugins/gcalendar/package.json index 18e122c5be..d6e40fdf5a 100644 --- a/plugins/gcalendar/package.json +++ b/plugins/gcalendar/package.json @@ -36,7 +36,10 @@ "luxon": "^2.3.0", "material-ui-popup-state": "^1.9.3", "react-query": "^3.34.16", - "react-use": "^17.2.4" + "react-use": "^17.2.4", + "@types/gapi": "^0.0.41", + "@types/gapi.auth2": "^0.0.56", + "@types/gapi.client.calendar": "^3.0.10" }, "peerDependencies": { "react": "^16.13.1 || ^17.0.0" @@ -50,9 +53,6 @@ "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.0.0", "@types/dompurify": "^2.3.3", - "@types/gapi": "^0.0.41", - "@types/gapi.auth2": "^0.0.56", - "@types/gapi.client.calendar": "^3.0.10", "@types/jest": "^26.0.7", "@types/node": "^16.11.26", "@types/sanitize-html": "^2.6.2",