Skip to content

Commit eefb297

Browse files
authored
Merge pull request #8 from 0b10/patch-v1.0.13
Patch v1.0.13 - update dependencies
2 parents 41e3bac + 31cb00a commit eefb297

File tree

3 files changed

+589
-303
lines changed

3 files changed

+589
-303
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestjs-dataloader",
3-
"version": "1.0.12",
3+
"version": "1.0.13",
44
"description": "A NestJS decorator for dataloader",
55
"author": "Kris Lefeber <[email protected]>",
66
"license": "MIT",
@@ -15,15 +15,15 @@
1515
"@nestjs/core": "^6.4.0",
1616
"@nestjs/graphql": "^6.5.3",
1717
"dataloader": "^1.4.0",
18-
"rxjs": "^6.3.3"
18+
"rxjs": "^6.5.4"
1919
},
2020
"peerDependencies": {
2121
"graphql": "^14.1.1",
2222
"reflect-metadata": "^0.1.12"
2323
},
2424
"devDependencies": {
25-
"apollo-server-express": "2.5.0",
26-
"typescript": "3.5.1"
25+
"apollo-server-express": "^2.9.16",
26+
"typescript": "^3.7.4"
2727
},
2828
"types": "index.d.ts",
2929
"main": "dist/index.js",

tsconfig.json

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,16 @@
11
{
2-
"compilerOptions": {
3-
"module": "commonjs",
4-
"declaration": true,
5-
"removeComments": true,
6-
"emitDecoratorMetadata": true,
7-
"experimentalDecorators": true,
8-
"target": "es6",
9-
"sourceMap": true,
10-
"outDir": "./dist",
11-
"baseUrl": "./",
12-
"incremental": true,
13-
"esModuleInterop": true,
14-
},
15-
"exclude": ["node_modules"]
16-
}
17-
2+
"compilerOptions": {
3+
"module": "commonjs",
4+
"declaration": true,
5+
"removeComments": true,
6+
"emitDecoratorMetadata": true,
7+
"experimentalDecorators": true,
8+
"target": "es6",
9+
"sourceMap": true,
10+
"outDir": "./dist",
11+
"baseUrl": "./",
12+
"incremental": true,
13+
"esModuleInterop": true
14+
},
15+
"exclude": ["node_modules", "dist"]
16+
}

0 commit comments

Comments
 (0)