Skip to content

Commit

Permalink
Add node fetch for test
Browse files Browse the repository at this point in the history
Signed-off-by: James Struga <[email protected]>
  • Loading branch information
James Struga committed Oct 29, 2024
1 parent 39a141e commit 7a5a30f
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 1 deletion.
39 changes: 39 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"immutable": "4.3.7",
"node-fetch": "^2.7.0",
"orion-editor-component": "0.0.16",
"prop-types": "15.8.1",
"query-string": "9.1.0",
Expand All @@ -25,9 +26,9 @@
"devDependencies": {
"@babel/eslint-parser": "7.25.1",
"@babel/plugin-proposal-decorators": "7.24.7",
"@babel/preset-stage-0": "7.8.3",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/preset-stage-0": "7.8.3",
"@babel/register": "7.24.6",
"@types/chai": "4.3.18",
"@types/mocha": "10.0.7",
Expand Down

0 comments on commit 7a5a30f

Please sign in to comment.