Skip to content

Commit 511c7a6

Browse files
committed
Update deps to newest TypeORM alpha version
1 parent 2d03516 commit 511c7a6

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"ts-node": "^1.3.0",
3939
"tslint": "^3.15.1",
4040
"tslint-stylish": "^2.1.0-beta",
41-
"typedi": "^0.5.0",
42-
"typeorm": "^0.0.11",
43-
"typescript": "^2.1.5"
41+
"typedi": "^0.5.2",
42+
"typeorm": "^0.1.0-alpha.47",
43+
"typescript": "^2.5.2"
4444
},
4545
"peerDependencies": {
46-
"typeorm": "^0.0.11",
47-
"typedi": "^0.5.0"
46+
"typeorm": "^0.1.0-alpha.47",
47+
"typedi": "^0.5.2"
4848
}
4949
}

tsconfig.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
{
2-
"version": "2.0.2",
32
"compilerOptions": {
4-
"lib": ["es5", "es6", "dom"],
53
"target": "es6",
64
"module": "commonjs",
75
"outDir": "build/compiled",
86
"moduleResolution": "node",
97
"emitDecoratorMetadata": true,
108
"experimentalDecorators": true,
119
"sourceMap": true,
12-
"declaration": true
10+
"declaration": true,
11+
"strict": true
1312
},
1413
"exclude": [
1514
"build",

0 commit comments

Comments
 (0)