Skip to content

Commit

Permalink
bump packages
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinjude committed Mar 28, 2023
1 parent 10a6875 commit 2e4ad83
Show file tree
Hide file tree
Showing 2 changed files with 556 additions and 425 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@
"description": "Gospel Hymns and Songs(GHS) for developers",
"main": "app.js",
"engines": {
"node": "12.x",
"npm" : "6.x"
"node": "16.x",
"npm": "8.x"
},
"scripts": {
"generateDB": "node makeDB.js",
"start:dev": "yarn generateDB & nodemon server.js",
"start": "yarn generateDB & node server.js",
"test": "jest"
},
"author": "",
"author": "Jude Agboola <[email protected]>",
"license": "ISC",
"dependencies": {
"apollo-server-express": "^2.14.2",
"app-root-path": "^3.0.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-rate-limit": "^5.0.0"
"express": "^4.18.0",
"express-rate-limit": "^6.7.0",
"graphql": "^15.0.0"
},
"devDependencies": {
"jest": "^24.9.0",
Expand Down
Loading

0 comments on commit 2e4ad83

Please sign in to comment.