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:
|
###### Client:
|
||||||
|
|
||||||
> axios: ^0.21.1 ---> Use the API<br /> react: ^17.0.1
|
> axios: 0.21.1 ---> Use the API<br /> react: 17.0.1
|
||||||
> ---> UI framework<br /> react-dom: ^17.0.1
|
> ---> UI framework<br /> react-dom: 17.0.1
|
||||||
> ---> UI framework<br /> react-scripts: ^4.0.1
|
> ---> UI framework<br /> react-scripts: 4.0.2 --->
|
||||||
> ---> Quickly launch local service
|
> React 'npm' scripts
|
||||||
|
|
||||||
###### Server:
|
###### Server:
|
||||||
|
|
||||||
> cors: ^2.8.5 ---> Enable HTTP requests<br/> dotenv: ^8.2.0
|
> cors: 2.8.5 ---> Enable HTTP requests<br/> dotenv: 8.2.0
|
||||||
> ---> Secure sensitive information<br /> express: ^4.17.1
|
> ---> Secure sensitive information<br /> express: 4.17.1
|
||||||
> ---> Server app<br /> mongoose: ^5.11.14
|
> ---> Server app<br /> mongoose: 5.11.15
|
||||||
> ---> MongoDB database<br /> morgan: ^1.10.0 --->
|
> ---> MongoDB database<br /> morgan: 1.10.0 --->
|
||||||
> Logs requests
|
> Logs incoming requests
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"name": "client",
|
"name": "client",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
@@ -12,10 +12,10 @@
|
|||||||
"eject": "react-scripts eject"
|
"eject": "react-scripts eject"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"axios": "^0.21.1",
|
"axios": "0.21.1",
|
||||||
"react": "^17.0.1",
|
"react": "17.0.1",
|
||||||
"react-dom": "^17.0.1",
|
"react-dom": "17.0.1",
|
||||||
"react-scripts": "^4.0.1"
|
"react-scripts": "4.0.2"
|
||||||
},
|
},
|
||||||
"eslintConfig": {
|
"eslintConfig": {
|
||||||
"extends": [
|
"extends": [
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"name": "server",
|
"name": "server",
|
||||||
"version": "1.0.0",
|
"version": "0.1.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
@@ -10,10 +10,10 @@
|
|||||||
},
|
},
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"cors": "^2.8.5",
|
"cors": "2.8.5",
|
||||||
"dotenv": "^8.2.0",
|
"dotenv": "8.2.0",
|
||||||
"express": "^4.17.1",
|
"express": "4.17.1",
|
||||||
"mongoose": "^5.11.14",
|
"mongoose": "5.11.15",
|
||||||
"morgan": "^1.10.0"
|
"morgan": "1.10.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user