removed axios in favor of fetch and updated frontend packages

Signed-off-by: Joseph Angelo Ferrer Barrozo <jabarrozo@gmail.com>
pull/418/head
Joseph Angelo Ferrer Barrozo 5 months ago
parent bcb0658631
commit da7f38c3e8
  1. 19903
      react-express-mongodb/frontend/package-lock.json
  2. 7
      react-express-mongodb/frontend/package.json

File diff suppressed because it is too large Load Diff

@ -3,11 +3,10 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"sass": "^1.43.4",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react-dom": "^17.0.2",
"sass": "^1.43.4"
},
"optionalDependencies": {
"fsevents": "^2.1.2"
@ -16,7 +15,7 @@
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^12.1.4",
"@testing-library/user-event": "^7.2.1",
"react-scripts": "^5.0.0"
"react-scripts": "^5.0.1"
},
"scripts": {
"start": "react-scripts start",

Loading…
Cancel
Save