Skip to content

Commit

Permalink
build(deps): use googleapis-common as standard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielecanepa committed Nov 21, 2023
1 parent b4e2025 commit 110228d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
"files": ["build"],
"files": [
"build"
],
"exports": {
".": "./build/index.js"
},
Expand Down Expand Up @@ -85,6 +87,7 @@
},
"dependencies": {
"@googleapis/calendar": "^9.3.2",
"googleapis-common": "^7.0.1",
"ical.js": "^1.5.0"
},
"devDependencies": {
Expand All @@ -107,8 +110,5 @@
"ts-node": "^10.9.1",
"tsup": "^8.0.0",
"typescript": "^5.2.2"
},
"peerDependencies": {
"googleapis-common": "^7.0.0"
}
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3206,7 +3206,7 @@ google-auth-library@^9.0.0:
gtoken "^7.0.0"
jws "^4.0.0"

googleapis-common@^7.0.0:
googleapis-common@^7.0.0, googleapis-common@^7.0.1:
version "7.0.1"
resolved "https://registry.yarnpkg.com/googleapis-common/-/googleapis-common-7.0.1.tgz#c85d0ee605ff0be9f604b963c69dfd27e46f6dec"
integrity sha512-mgt5zsd7zj5t5QXvDanjWguMdHAcJmmDrF9RkInCecNsyV7S7YtGqm5v2IWONNID88osb7zmx5FtrAP12JfD0w==
Expand Down

0 comments on commit 110228d

Please sign in to comment.