Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jun 2, 2020
1 parent 7159ceb commit ec73bba
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.1",
"@nestjs/core": "7.1.1",
"@nestjs/testing": "7.1.1",
"@nestjs/common": "7.1.2",
"@nestjs/core": "7.1.2",
"@nestjs/testing": "7.1.2",
"@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.1",
"@nestjs/core": "7.1.1",
"@nestjs/platform-express": "7.1.1",
"@nestjs/common": "7.1.2",
"@nestjs/core": "7.1.2",
"@nestjs/platform-express": "7.1.2",
"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.1",
"@nestjs/testing": "7.1.2",
"@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.1",
"@nestjs/core": "7.1.1",
"@nestjs/platform-express": "7.1.1",
"@nestjs/common": "7.1.2",
"@nestjs/core": "7.1.2",
"@nestjs/platform-express": "7.1.2",
"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.1",
"@nestjs/testing": "7.1.2",
"@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].1":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.1.1.tgz#1896e4898688f8b0c527a76c5b090882de268b39"
integrity sha512-ZcFbHw2LEkTG9lR84ysNutHnrZPiRYjdjHM7nDCz0zXra98Cu4mKw0wOdoMmtd6WFtpVaSd9JVMXYWvHleFzmw==
"@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==
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].1":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.1.1.tgz#ff1fef34ed9c81d8a58ad584a928fb465eb85d1a"
integrity sha512-YOMyjWAOtYy1pzz4OsEKSujLKEeY0YML3HPekQPpC2fcgWHBtt0CMJ9RK4385FSltcFW13PgHUzLmcqUgrJTNQ==
"@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==
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].1":
version "7.1.1"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.1.1.tgz#6286568724a5f567ae824c5592e63c029ce7e0c6"
integrity sha512-J/cdpmUUikYoIwat2LY5eE6ebKDHfcOJXyzDN+7BU8pTINik3Tu6UlguR2C/OnmE6nRCw63yOSuTuFeAWuVa4w==
"@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==
dependencies:
optional "0.1.4"
tslib "2.0.0"
Expand Down

0 comments on commit ec73bba

Please sign in to comment.