dependecies versions updated
This commit is contained in:
18
README.md
18
README.md
@@ -48,15 +48,15 @@ Then go to your server folder (backend), and set your database within `server.js
|
||||
|
||||
###### Client:
|
||||
|
||||
> axios: ^0.21.1 ---> Use the API<br /> react: ^17.0.1
|
||||
> ---> UI framework<br /> react-dom: ^17.0.1
|
||||
> ---> UI framework<br /> react-scripts: ^4.0.1
|
||||
> ---> Quickly launch local service
|
||||
> axios: 0.21.1 ---> Use the API<br /> react: 17.0.1
|
||||
> ---> UI framework<br /> react-dom: 17.0.1
|
||||
> ---> UI framework<br /> react-scripts: 4.0.2 --->
|
||||
> React 'npm' scripts
|
||||
|
||||
###### Server:
|
||||
|
||||
> cors: ^2.8.5 ---> Enable HTTP requests<br/> dotenv: ^8.2.0
|
||||
> ---> Secure sensitive information<br /> express: ^4.17.1
|
||||
> ---> Server app<br /> mongoose: ^5.11.14
|
||||
> ---> MongoDB database<br /> morgan: ^1.10.0 --->
|
||||
> Logs requests
|
||||
> cors: 2.8.5 ---> Enable HTTP requests<br/> dotenv: 8.2.0
|
||||
> ---> Secure sensitive information<br /> express: 4.17.1
|
||||
> ---> Server app<br /> mongoose: 5.11.15
|
||||
> ---> MongoDB database<br /> morgan: 1.10.0 --->
|
||||
> Logs incoming requests
|
||||
|
||||
Reference in New Issue
Block a user