⬆️ update dependency

This commit is contained in:
Song
2021-01-14 11:18:18 +08:00
parent 24a91b6013
commit 6cdaa69ca2
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
.idea
node_modules
package-lock.json
.env
.env
*.db
+4 -2
View File
@@ -3,10 +3,11 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./app.js"
"start": "node ./app.js",
"devStart": "nodemon ./app.js"
},
"dependencies": {
"axios": "^0.20.0",
"axios": "^0.21.1",
"cookie-parser": "~1.4.4",
"debug": "~2.6.9",
"dotenv": "^8.2.0",
@@ -15,6 +16,7 @@
"morgan": "~1.9.1"
},
"devDependencies": {
"nodemon": "^2.0.6",
"prettier": "^2.1.1"
}
}