Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 4, 2020
1 parent 505ccb4 commit 242ea94
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"devDependencies": {
"@commitlint/cli": "8.3.5",
"@commitlint/config-angular": "8.3.4",
"@nestjs/common": "7.1.2",
"@nestjs/core": "7.1.2",
"@nestjs/testing": "7.1.2",
"@nestjs/common": "7.1.3",
"@nestjs/core": "7.1.3",
"@nestjs/testing": "7.1.3",
"@types/glob": "7.1.1",
"@types/inline-css": "0.0.33",
"@types/jest": "25.2.3",
Expand Down
8 changes: 4 additions & 4 deletions sample/01-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@nestjs-modules/mailer": "../../dist",
"@nestjs/common": "7.1.2",
"@nestjs/core": "7.1.2",
"@nestjs/platform-express": "7.1.2",
"@nestjs/common": "7.1.3",
"@nestjs/core": "7.1.3",
"@nestjs/platform-express": "7.1.3",
"dotenv": "8.2.0",
"nodemailer": "6.4.8",
"reflect-metadata": "0.1.13",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.2",
"@nestjs/testing": "7.1.3",
"@types/express": "4.17.6",
"@types/jest": "25.2.3",
"@types/node": "13.13.5",
Expand Down
8 changes: 4 additions & 4 deletions sample/02-custom-template-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
},
"dependencies": {
"@nestjs-modules/mailer": "../../dist",
"@nestjs/common": "7.1.2",
"@nestjs/core": "7.1.2",
"@nestjs/platform-express": "7.1.2",
"@nestjs/common": "7.1.3",
"@nestjs/core": "7.1.3",
"@nestjs/platform-express": "7.1.3",
"nodemailer": "6.4.8",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@nestjs/cli": "7.2.0",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.1.2",
"@nestjs/testing": "7.1.3",
"@types/express": "4.17.6",
"@types/jest": "25.2.3",
"@types/node": "13.13.5",
Expand Down
24 changes: 12 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -612,21 +612,21 @@
mkdirp "^0.5.1"
rimraf "^2.5.2"

"@nestjs/[email protected].2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.1.2.tgz#81c77dcc5ccd7fac65f184ee9a157010296cc3a3"
integrity sha512-0av5fJCxqbcw7GESQ5tKwVxgBNS7mCn13JyK7jXhwbLAPb0iU1xdCdNv6NEdXy4+QD05UaCaIsTH4ohwHX3yqA==
"@nestjs/[email protected].3":
version "7.1.3"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.1.3.tgz#e89ec4891cf2219cfb943d0f46dcbfd583da757c"
integrity sha512-b+hXo+WA5CKweFA9qvInJY6bf+IBCpqxkt2KCkI+vAVLkTghrIGV7Us/HL/yOBAGc+wSiPKAJkBHtVkkFLnw1w==
dependencies:
axios "0.19.2"
cli-color "2.0.0"
iterare "1.2.0"
tslib "2.0.0"
uuid "8.0.0"

"@nestjs/[email protected].2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.1.2.tgz#a12fb9c8f55625b06cbb0c68a91b18bc8a97e693"
integrity sha512-M2QicUsKBdD4JSld8JpXTsL799kpeAf9lIdea5MrhxDCY5eSPbx1AaA7hbFuz25nkyM/NIs1wPaqyrt6KtSfqA==
"@nestjs/[email protected].3":
version "7.1.3"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.1.3.tgz#a6320277c8693c4b82b35435df392214eeadc08c"
integrity sha512-9HrQQUGeH8W21kFc9ktClQw38I7Bqy7ZOQ/cD7+wI5UdrTGzuZxzYHQTxGa/QJceR+iwTgv0ywkl5XdP3glKvA==
dependencies:
"@nuxtjs/opencollective" "0.2.2"
fast-safe-stringify "2.0.7"
Expand All @@ -636,10 +636,10 @@
tslib "2.0.0"
uuid "8.0.0"

"@nestjs/[email protected].2":
version "7.1.2"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.1.2.tgz#0f253bbbcbe664285b511bc76a6e1c4563c32894"
integrity sha512-S/ruJRKIyO71naguaXxBsTcac94qnDv2wqagGv9Q3HDjH/Z2wLIHBB5zSdZg0p+rFN2U1/dFkTw5Ok3lp8kixA==
"@nestjs/[email protected].3":
version "7.1.3"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.1.3.tgz#ca315f7e92d94124606e5c45298bdf476f6ecd68"
integrity sha512-Dnh2ebKiXz5Td7slxTJL4oXQtp41+n95cCDlhXTL2ngeA7OY4Sby+MEAGVFPKidW4h8ZWDvb/aIl7BuFTLABVA==
dependencies:
optional "0.1.4"
tslib "2.0.0"
Expand Down

0 comments on commit 242ea94

Please sign in to comment.