Skip to content

Commit fca166c

Browse files
committed
Upgrade package with node v9.11.2
1 parent 6002ba5 commit fca166c

File tree

3 files changed

+249
-538
lines changed

3 files changed

+249
-538
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Node Express API Boilerplate
22
This project is based on the
33
[Node API and Client Boilerplate](https://github.com/anthub-services/node-api-and-client-boilerplate).
4-
Required node version is `9.2.1`.
4+
Required node version is `9.11.2`.
55
The API app is powered by [Express](https://expressjs.com/)
66
and used as API service for the [Create React App Boilerplate](https://github.com/anthub-services/create-react-app-boilerplate).
77

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-express-api-boilerplate",
3-
"version": "0.3.0",
3+
"version": "1.0.0",
44
"description": "Node Express API Boilerplate",
55
"author": "Ricky Hurtado",
66
"license": "UNLICENSED",
@@ -13,23 +13,23 @@
1313
},
1414
"homepage": "https://github.com/anthub-services/node-express-api-boilerplate/tree/master",
1515
"dependencies": {
16-
"bcrypt": "^2.0.0",
17-
"body-parser": "^1.18.2",
16+
"bcrypt": "^3.0.0",
17+
"body-parser": "^1.18.3",
1818
"cors": "^2.8.4",
19-
"dotenv": "^5.0.1",
19+
"dotenv": "^6.0.0",
2020
"express": "^4.16.3",
21-
"jsonwebtoken": "^8.2.1",
22-
"moment": "^2.22.0",
21+
"jsonwebtoken": "^8.3.0",
22+
"moment": "^2.22.2",
2323
"passport": "^0.4.0",
2424
"passport-http-bearer": "^1.0.1",
25-
"pg": "^7.4.1",
25+
"pg": "^7.4.3",
2626
"pg-hstore": "^2.3.2",
27-
"sequelize": "^4.37.6"
27+
"sequelize": "^4.38.0"
2828
},
2929
"devDependencies": {
3030
"babel-cli": "^6.26.0",
31-
"babel-preset-env": "^1.6.1",
32-
"nodemon": "^1.17.3",
31+
"babel-preset-env": "^1.7.0",
32+
"nodemon": "^1.18.1",
3333
"sequelize-cli": "^4.0.0"
3434
},
3535
"scripts": {

0 commit comments

Comments
 (0)