fixed gapi types

Signed-off-by: Alex Rybchenko <arybchenko@box.com>
This commit is contained in:
Alex Rybchenko
2022-03-30 17:42:34 +02:00
parent 7331521807
commit 1429dbbea9
2 changed files with 9 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-gcalendar': patch
---
fixed google API types dependencies
+4 -4
View File
@@ -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",