fix: add missing gaxios dependency (#2302)
This commit is contained in:
parent
ac24fd27e4
commit
19d2a0fb35
|
@ -11678,6 +11678,7 @@
|
|||
"command-exists": "^1.2.9",
|
||||
"diff": "^7.0.0",
|
||||
"dotenv": "^16.4.7",
|
||||
"gaxios": "^6.1.1",
|
||||
"glob": "^10.4.1",
|
||||
"highlight.js": "^11.11.1",
|
||||
"ink": "^5.2.0",
|
||||
|
@ -11759,6 +11760,7 @@
|
|||
"@types/html-to-text": "^9.0.4",
|
||||
"diff": "^7.0.0",
|
||||
"dotenv": "^16.4.7",
|
||||
"gaxios": "^6.1.1",
|
||||
"glob": "^10.4.5",
|
||||
"google-auth-library": "^9.11.0",
|
||||
"html-to-text": "^9.0.5",
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"command-exists": "^1.2.9",
|
||||
"diff": "^7.0.0",
|
||||
"dotenv": "^16.4.7",
|
||||
"gaxios": "^6.1.1",
|
||||
"glob": "^10.4.1",
|
||||
"highlight.js": "^11.11.1",
|
||||
"ink": "^5.2.0",
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"@types/html-to-text": "^9.0.4",
|
||||
"diff": "^7.0.0",
|
||||
"dotenv": "^16.4.7",
|
||||
"gaxios": "^6.1.1",
|
||||
"glob": "^10.4.5",
|
||||
"google-auth-library": "^9.11.0",
|
||||
"html-to-text": "^9.0.5",
|
||||
|
|
Loading…
Reference in New Issue