Skip to content

Commit

Permalink
devDependencies updated as well
Browse files Browse the repository at this point in the history
  • Loading branch information
javieraviles committed Aug 18, 2018
1 parent 9f44de1 commit b643c07
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 41 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -368,6 +368,7 @@ To install or update these dependencies you can use `npm install` or `npm update
- Dotenv lib updated, no changes needed (they are dropping node4 support)
- Class-validator lib updated, no chages needed (cool features added like IsPhoneNumber or custom context for decorators)
- Winston lib updated to 3.0.0, some amendments needed to format the console log. Removed the @types as Winston now supports Typescript natively!
- Some devDependencies updated as well

### 1.3.0
- CORS added
Expand Down
72 changes: 36 additions & 36 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "node-typescript-koa-rest",
"version": "1.3.0",
"version": "1.4.0",
"description": "API REST using NodeJS and KOA framework, typescript. TypeORM for SQL with class-validators. Middlewares JWT, CORS, Winston Logger.",
"main": "dist/server.js",
"scripts": {
Expand Down Expand Up @@ -46,13 +46,13 @@
"@types/koa-jwt": "^3.3.0",
"@types/koa-router": "^7.0.28",
"@types/koa__cors": "^2.2.2",
"@types/node": "^6.0.110",
"@types/shelljs": "^0.7.9",
"@types/node": "^10.7.0",
"@types/shelljs": "^0.8.0",
"nodemon": "^1.17.4",
"shelljs": "^0.8.2",
"ts-node": "^6.0.3",
"ts-node": "^7.0.1",
"tslint": "^5.10.0",
"typescript": "^2.8.3"
"typescript": "^3.0.1"
},
"dependencies": {
"@koa/cors": "^2.2.1",
Expand Down

0 comments on commit b643c07

Please sign in to comment.