File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2323 " typeorm-example"
2424 ],
2525 "devDependencies" : {
26- "typescript" : " ^2.1.5"
26+ "@types/node" : " ^9.6.5" ,
27+ "typescript" : " ^2.8.1"
2728 },
2829 "dependencies" : {
29- "@types/node" : " ^8.0.29" ,
30- "mysql" : " ^2.14.1" ,
31- "reflect-metadata" : " ^0.1.10" ,
32- "typeorm" : " ^0.1.0"
30+ "mysql" : " ^2.15.0" ,
31+ "reflect-metadata" : " ^0.1.12" ,
32+ "typeorm" : " ^0.2.0"
3333 },
3434 "scripts" : {
3535 "start" : " tsc && node src/index.js" ,
36- "typeorm" : " ./node_modules/.bin/typeorm -v "
36+ "typeorm" : " ./node_modules/.bin/typeorm "
3737 }
3838}
Original file line number Diff line number Diff line change 1- import "reflect-metadata" ;
21import { createConnection } from "typeorm" ;
32import { Post } from "./entity/Post" ;
43import { Category } from "./entity/Category" ;
You can’t perform that action at this time.
0 commit comments