Skip to content

Commit

Permalink
MAT-6710 remove unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CeciliaLiu8 committed Mar 12, 2024
1 parent e1a5605 commit b814663
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 22 deletions.
40 changes: 26 additions & 14 deletions package-lock.json

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

10 changes: 2 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,17 +53,11 @@
"webpack-config-single-spa-react-ts": "^4.0.0",
"webpack-config-single-spa-ts": "^4.0.0",
"webpack-dev-server": "^4.0.0",
"webpack-merge": "^5.8.0"
"webpack-merge": "^5.8.0",
"axios": "^1.6.7"
},
"dependencies": {
"@madie/madie-models": "^1.3.11",
"@types/jest": "^27.0.1",
"@types/react": "^17.0.19",
"@types/react-dom": "^17.0.9",
"@types/systemjs": "^6.1.1",
"@types/webpack-env": "^1.16.2",
"axios": "^1.6.7",
"babel-plugin-macros": "^3.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rxjs": "^7.5.5",
Expand Down

0 comments on commit b814663

Please sign in to comment.