mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 04:21:09 +00:00
fix: add explicit node-fetch dependency (#1327)
This commit is contained in:
committed by
GitHub
parent
2ad0ffb0c2
commit
bf4b8f2fa2
5
.changeset/nice-houses-hug.md
Normal file
5
.changeset/nice-houses-hug.md
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@redocly/cli': patch
|
||||
---
|
||||
|
||||
Fixed an issue with resolving the `node-fetch` package by explicitly adding the missing dependency.
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -12852,6 +12852,7 @@
|
||||
"glob": "^7.1.6",
|
||||
"handlebars": "^4.7.6",
|
||||
"mobx": "^6.0.4",
|
||||
"node-fetch": "^2.6.1",
|
||||
"react": "^17.0.0 || ^18.2.0",
|
||||
"react-dom": "^17.0.0 || ^18.2.0",
|
||||
"redoc": "~2.1.2",
|
||||
@@ -15527,6 +15528,7 @@
|
||||
"glob": "^7.1.6",
|
||||
"handlebars": "^4.7.6",
|
||||
"mobx": "^6.0.4",
|
||||
"node-fetch": "^2.6.1",
|
||||
"react": "^17.0.0 || ^18.2.0",
|
||||
"react-dom": "^17.0.0 || ^18.2.0",
|
||||
"redoc": "~2.1.2",
|
||||
|
||||
@@ -44,6 +44,7 @@
|
||||
"glob": "^7.1.6",
|
||||
"handlebars": "^4.7.6",
|
||||
"mobx": "^6.0.4",
|
||||
"node-fetch": "^2.6.1",
|
||||
"react": "^17.0.0 || ^18.2.0",
|
||||
"react-dom": "^17.0.0 || ^18.2.0",
|
||||
"redoc": "~2.1.2",
|
||||
|
||||
Reference in New Issue
Block a user