Skip to content

Commit

Permalink
fix(deps): update nest monorepo to v7.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jul 9, 2020
1 parent 5120c29 commit fc21757
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": "9.0.1",
"@commitlint/config-angular": "9.0.1",
"@nestjs/common": "7.3.1",
"@nestjs/core": "7.3.1",
"@nestjs/testing": "7.3.1",
"@nestjs/common": "7.3.2",
"@nestjs/core": "7.3.2",
"@nestjs/testing": "7.3.2",
"@types/glob": "7.1.3",
"@types/inline-css": "0.0.33",
"@types/jest": "26.0.4",
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.3.1",
"@nestjs/core": "7.3.1",
"@nestjs/platform-express": "7.3.1",
"@nestjs/common": "7.3.2",
"@nestjs/core": "7.3.2",
"@nestjs/platform-express": "7.3.2",
"dotenv": "8.2.0",
"nodemailer": "6.4.10",
"reflect-metadata": "0.1.13",
Expand All @@ -33,7 +33,7 @@
"devDependencies": {
"@nestjs/cli": "7.4.1",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.3.1",
"@nestjs/testing": "7.3.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.4",
"@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.3.1",
"@nestjs/core": "7.3.1",
"@nestjs/platform-express": "7.3.1",
"@nestjs/common": "7.3.2",
"@nestjs/core": "7.3.2",
"@nestjs/platform-express": "7.3.2",
"nodemailer": "6.4.10",
"reflect-metadata": "0.1.13",
"rimraf": "3.0.2",
Expand All @@ -34,7 +34,7 @@
"devDependencies": {
"@nestjs/cli": "7.4.1",
"@nestjs/schematics": "7.0.1",
"@nestjs/testing": "7.3.1",
"@nestjs/testing": "7.3.2",
"@types/express": "4.17.7",
"@types/jest": "26.0.4",
"@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 @@ -616,21 +616,21 @@
resolved "https://registry.yarnpkg.com/@jonkemp/package-utils/-/package-utils-1.0.5.tgz#a49dcbd649b0c83d4aaade2fcd15d074a5bf9932"
integrity sha512-3gpXj6ZK9/ZDruwCNTUgsGTobER8oSdudQBGp/VpawxaOrKuTzdwWQ0kocB1o5ohJbdTDUfqlLrHJ5busqObiA==

"@nestjs/common@7.3.1":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.3.1.tgz#9ed4ccf0086c308985c785fb9ac0c9265596d7e6"
integrity sha512-zrd/C+g2QVg2ebVN22Bs8U2Je9aHDWcysNfZFSGpqc+rLRjqDr0ixr1GL3WEhQSyxAm4YRa0yvZiiFicbVAV7Q==
"@nestjs/common@7.3.2":
version "7.3.2"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-7.3.2.tgz#ce9e63085cf74948f00a167c4b55243c288b5eaa"
integrity sha512-qK8szqv0PuHDVDPbQjVV+Z91QasDIe7cbzULqtNDARIRkgU4LGk/Q+32E3kBWfp8gh5axRkgVuKtpCiq2s55Cg==
dependencies:
axios "0.19.2"
cli-color "2.0.0"
iterare "1.2.1"
tslib "2.0.0"
uuid "8.2.0"

"@nestjs/core@7.3.1":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.3.1.tgz#42241b048445d41016c26d9056083609b8cf64a9"
integrity sha512-UHhptzOIXDeZV6IiqnrG1ITj6qZkfMG8KuXmUssLXd2jexgxZDTxH6EDlb7ZjatljIS8EMRBf6VZUWj+BxucYQ==
"@nestjs/core@7.3.2":
version "7.3.2"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-7.3.2.tgz#64b4eebcfcf7beb909504b1a74fc89fc6ecc7e26"
integrity sha512-oL1iDfkJyM/0L+LKS+/Yo7GUJkiEcYsZY/ndONdiv1XqiBC5t76DDXry9CuJmcRH36FJ+QbI5jwpKXjRa9D5dQ==
dependencies:
"@nuxtjs/opencollective" "0.2.2"
fast-safe-stringify "2.0.7"
Expand All @@ -640,10 +640,10 @@
tslib "2.0.0"
uuid "8.2.0"

"@nestjs/testing@7.3.1":
version "7.3.1"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.3.1.tgz#dd1d152ce7d843bafed498f3f6ec57246b40fcd2"
integrity sha512-95u/S2CMBr3bxzt0C4FE6uKPmTQJAAEnARFzNwoWBJgRnMixMZ81+eYGr8CwNcHLsiyHlX4N4Sq5W111XBNzLQ==
"@nestjs/testing@7.3.2":
version "7.3.2"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-7.3.2.tgz#5ee7c9fad7efac0cf92e8bf328628edfd906fa1f"
integrity sha512-hkk/Ew9aseQtTTCGLnAWO05hy4Yq19nM+gI9d5SLiZVFES3iPGdXBJT3aDw0LLfi1K7LNMKbkdNkaFowilCmIg==
dependencies:
optional "0.1.4"
tslib "2.0.0"
Expand Down

0 comments on commit fc21757

Please sign in to comment.