Skip to content

Commit b684831

Browse files
committed
build: update dependencies
1 parent 8afa84c commit b684831

File tree

33 files changed

+187
-18
lines changed

33 files changed

+187
-18
lines changed

adminSDK/directory/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"googleapis": "catalog:"
1414
},
1515
"devDependencies": {
16+
"google-auth-library": "catalog:",
1617
"typescript": "catalog:"
1718
},
1819
"engines": {

adminSDK/reports/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"googleapis": "catalog:"
1414
},
1515
"devDependencies": {
16+
"google-auth-library": "catalog:",
1617
"typescript": "catalog:"
1718
},
1819
"engines": {

adminSDK/reseller/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"googleapis": "catalog:"
1414
},
1515
"devDependencies": {
16+
"google-auth-library": "catalog:",
1617
"typescript": "catalog:"
1718
},
1819
"engines": {

apps-script/execute/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,13 @@
88
"check": "tsc --noEmit"
99
},
1010
"devDependencies": {
11+
"google-auth-library": "catalog:",
1112
"typescript": "catalog:"
1213
},
1314
"engines": {
1415
"node": ">=20"
16+
},
17+
"dependencies": {
18+
"googleapis": "catalog:"
1519
}
1620
}

apps-script/quickstart/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"googleapis": "catalog:"
1414
},
1515
"devDependencies": {
16+
"google-auth-library": "catalog:",
1617
"typescript": "catalog:"
1718
},
1819
"engines": {

calendar/quickstart/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"googleapis": "catalog:"
1414
},
1515
"devDependencies": {
16+
"google-auth-library": "catalog:",
1617
"typescript": "catalog:"
1718
},
1819
"engines": {

chat/client-libraries/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,11 @@
5757
"dependencies": {
5858
"@google-apps/chat": "catalog:",
5959
"@grpc/grpc-js": "catalog:",
60-
"google-auth-library": "catalog:",
6160
"open": "catalog:",
6261
"server-destroy": "catalog:"
6362
},
6463
"devDependencies": {
64+
"google-auth-library": "catalog:",
6565
"typescript": "catalog:"
6666
},
6767
"engines": {

chat/quickstart/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"@google-cloud/local-auth": "catalog:"
1414
},
1515
"devDependencies": {
16+
"google-auth-library": "catalog:",
1617
"typescript": "catalog:"
1718
},
1819
"engines": {

classroom/quickstart/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"googleapis": "catalog:"
1414
},
1515
"devDependencies": {
16+
"google-auth-library": "catalog:",
1617
"typescript": "catalog:"
1718
},
1819
"engines": {

docs/quickstart/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
"check": "tsc --noEmit"
1010
},
1111
"dependencies": {
12+
"@google-cloud/local-auth": "catalog:",
1213
"googleapis": "catalog:"
1314
},
1415
"devDependencies": {
16+
"google-auth-library": "catalog:",
1517
"typescript": "catalog:"
1618
},
1719
"engines": {

0 commit comments

Comments
 (0)