fix(): resolve conflicts

This commit is contained in:
Kamil Myśliwiec
2020-01-26 12:18:14 +01:00
79 changed files with 646 additions and 708 deletions

View File

@@ -5,9 +5,9 @@
"requires": true,
"dependencies": {
"@nestjs/common": {
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-6.11.0.tgz",
"integrity": "sha512-f+bHCFmpeSJJo3muyRyMYwCXMJuqjJvM86WrBsXfEd5ErDoicy1u7L8kzQfCSwTvUngh3taT51wYQC6RFzAWVA==",
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/@nestjs/common/-/common-6.11.1.tgz",
"integrity": "sha512-ozraRypa0uA0I15lFkCuEC4BaJmruGetDW2VXuJ0hifSl98sHoj+XeZmW5QfNTl8ouPEJ46jc+HtBtyZ1IeR+A==",
"requires": {
"axios": "0.19.2",
"cli-color": "2.0.0",
@@ -16,9 +16,9 @@
}
},
"@nestjs/core": {
"version": "6.11.0",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-6.11.0.tgz",
"integrity": "sha512-2S4HNEdAFPQJIrG7nclMy2OREhZqQIzd2kwhrPDC2mEcfuibEZCiGAyH4hbfaf1lFf0D9+wdu5PHsY/aDHF6Zg==",
"version": "6.11.1",
"resolved": "https://registry.npmjs.org/@nestjs/core/-/core-6.11.1.tgz",
"integrity": "sha512-pznpX6CzMkMeIilVDntEqmOJLwRA+GACBwD3GW1AJVaIe3xx2QlsClByiGz04vxKADUJvSC+EqJpUbx7ROTAHg==",
"requires": {
"@nuxtjs/opencollective": "0.2.2",
"fast-safe-stringify": "2.0.7",

View File

@@ -7,8 +7,8 @@
"start": "ts-node src/main"
},
"dependencies": {
"@nestjs/common": "6.11.0",
"@nestjs/core": "6.11.0",
"@nestjs/common": "6.11.1",
"@nestjs/core": "6.11.1",
"class-transformer": "0.2.3",
"class-validator": "0.11.0",
"reflect-metadata": "0.1.13",