Skip to content

Commit

Permalink
Update package.json to fix 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 17, 2024
1 parent 39a141e commit 89f1457
Show file tree
Hide file tree
Showing 2 changed files with 140 additions and 1 deletion.
137 changes: 137 additions & 0 deletions package-lock.json

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

4 changes: 3 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": "^3.3.2",
"orion-editor-component": "0.0.16",
"prop-types": "15.8.1",
"query-string": "9.1.0",
Expand All @@ -25,13 +26,14 @@
"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",
"@types/node": "13.7.1",
"@types/node-fetch": "^2.6.11",
"@types/react": "16.9.56",
"@types/selenium-webdriver": "4.1.26",
"babel-loader": "9.1.3",
Expand Down

0 comments on commit 89f1457

Please sign in to comment.