Skip to content

Commit 027b63d

Browse files
committed
update node packages
1 parent 8da67c0 commit 027b63d

File tree

3 files changed

+439
-1757
lines changed

3 files changed

+439
-1757
lines changed

package.json

Lines changed: 20 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"author": "Alex Alonso <[email protected]>",
66
"license": "MIT",
77
"scripts": {
8-
"build": "del-cli dist && webpack --config webpack.config.js --progress --profile --bail",
98
"nsp": "nsp check",
9+
"tsc": "tsc -p tsconfig.json",
1010
"test": "jest",
1111
"test:coverage": "del-cli coverage && jest --coverage",
1212
"test:coveralls": "yarn test:coverage && cat ./coverage/lcov.info | coveralls",
@@ -20,40 +20,36 @@
2020
"@types/compression": "^0.0.36",
2121
"@types/cors": "^2.8.3",
2222
"@types/dotenv": "^4.0.0",
23-
"@types/graphql": "^0.13.1",
24-
"@types/helmet": "^0.0.39",
25-
"@types/jest": "^23.1.3",
26-
"@types/supertest": "^2.0.2",
27-
"awesome-typescript-loader": "^5.2.0",
23+
"@types/graphql": "^0.13.4",
24+
"@types/helmet": "^0.0.42",
25+
"@types/jest": "^23.3.9",
26+
"@types/supertest": "^2.0.6",
2827
"coveralls": "^3.0.0",
2928
"del-cli": "^1.1.0",
30-
"dotenv": "^6.0.0",
31-
"jest": "^23.2.0",
32-
"nodemon": "^1.13.3",
29+
"dotenv": "^6.1.0",
30+
"jest": "^23.6.0",
31+
"nodemon": "^1.18.5",
3332
"nsp": "^3.1.0",
34-
"supertest": "^3.0.0",
35-
"ts-jest": "^23.0.0",
36-
"ts-node": "^7.0.0",
37-
"tslint": "^5.5.0",
38-
"tslint-loader": "^3.5.3",
39-
"typescript": "^2.4.1",
40-
"webpack": "^4.14.0",
41-
"webpack-cli": "^3.0.8"
33+
"supertest": "^3.3.0",
34+
"ts-jest": "^23.10.4",
35+
"ts-node": "^7.0.1",
36+
"tslint": "^5.11.0",
37+
"typescript": "^3.1.6"
4238
},
4339
"repository": {
4440
"type": "git",
4541
"url": "https://github.com/FinalDes/apollo-express-ts-server-boilerplate.git"
4642
},
4743
"dependencies": {
48-
"apollo-link": "^1.0.6",
44+
"apollo-link": "^ 1.2.3",
4945
"body-parser": "^1.17.2",
50-
"compression": "^1.7.1",
51-
"cors": "^2.8.4",
52-
"express": "^4.15.3",
46+
"compression": "^1.7.3",
47+
"cors": "^2.8.5",
48+
"express": "^4.16.4",
5349
"graphql": "^0.13.2",
54-
"graphql-server-express": "^1.3.0",
55-
"graphql-tools": "^3.0.4",
56-
"helmet": "^3.6.1"
50+
"graphql-server-express": "^1.4.0",
51+
"graphql-tools": "^4.0.3",
52+
"helmet": "^3.14.0"
5753
},
5854
"jest": {
5955
"transform": {

webpack.config.js

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)