Skip to content

Commit 110228d

Browse files
build(deps): use googleapis-common as standard dependency
1 parent b4e2025 commit 110228d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525
"main": "build/index.js",
2626
"module": "build/index.mjs",
2727
"types": "build/index.d.ts",
28-
"files": ["build"],
28+
"files": [
29+
"build"
30+
],
2931
"exports": {
3032
".": "./build/index.js"
3133
},
@@ -85,6 +87,7 @@
8587
},
8688
"dependencies": {
8789
"@googleapis/calendar": "^9.3.2",
90+
"googleapis-common": "^7.0.1",
8891
"ical.js": "^1.5.0"
8992
},
9093
"devDependencies": {
@@ -107,8 +110,5 @@
107110
"ts-node": "^10.9.1",
108111
"tsup": "^8.0.0",
109112
"typescript": "^5.2.2"
110-
},
111-
"peerDependencies": {
112-
"googleapis-common": "^7.0.0"
113113
}
114114
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3206,7 +3206,7 @@ google-auth-library@^9.0.0:
32063206
gtoken "^7.0.0"
32073207
jws "^4.0.0"
32083208

3209-
googleapis-common@^7.0.0:
3209+
googleapis-common@^7.0.0, googleapis-common@^7.0.1:
32103210
version "7.0.1"
32113211
resolved "https://registry.yarnpkg.com/googleapis-common/-/googleapis-common-7.0.1.tgz#c85d0ee605ff0be9f604b963c69dfd27e46f6dec"
32123212
integrity sha512-mgt5zsd7zj5t5QXvDanjWguMdHAcJmmDrF9RkInCecNsyV7S7YtGqm5v2IWONNID88osb7zmx5FtrAP12JfD0w==

0 commit comments

Comments
 (0)