Skip to content

Commit

Permalink
Merge pull request #38 from pcgqueiroz/patch-1
Browse files Browse the repository at this point in the history
fix: replace fetch with node-fetch to comply with ADR013
  • Loading branch information
t1agob authored Mar 15, 2024
2 parents f517110 + d73917a commit a2681e5
Show file tree
Hide file tree
Showing 5 changed files with 255 additions and 504 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"@material-ui/core": "^4.12.4",
"@rjsf/core": "^5.14.3",
"@types/express": "^4.17.6",
"cross-fetch": "^4.0.0",
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"node-fetch": "^2.6.7",
Expand All @@ -43,8 +42,10 @@
"@backstage/cli": "^0.24.0",
"@pagerduty/backstage-plugin-common": "^0.1.0",
"@types/node": "^20.9.2",
"@types/node-fetch": "2.6.11",
"@types/supertest": "^2.0.12",
"@types/webpack-env": "1.18.4",
"jest-mock": "29.7.0",
"msw": "^1.0.0",
"supertest": "^6.2.4",
"typescript": "^4.8.4"
Expand Down
Loading

0 comments on commit a2681e5

Please sign in to comment.