mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
removed axios in favor of fetch and updated frontend packages
Signed-off-by: Joseph Angelo Ferrer Barrozo <jabarrozo@gmail.com>
This commit is contained in:
parent
bcb0658631
commit
da7f38c3e8
2 changed files with 13004 additions and 7476 deletions
20473
react-express-mongodb/frontend/package-lock.json
generated
20473
react-express-mongodb/frontend/package-lock.json
generated
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…
Add table
Add a link
Reference in a new issue