Skip to content

Commit

Permalink
chore(): support nestjs version ^9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed Jul 10, 2022
1 parent 49da597 commit c271d43
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 32 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@
"devDependencies": {
"@commitlint/cli": "17.0.3",
"@commitlint/config-angular": "17.0.0",
"@nestjs/common": "8.4.7",
"@nestjs/core": "8.4.7",
"@nestjs/testing": "8.4.7",
"@nestjs/common": "^9.0.1",
"@nestjs/core": "^9.0.1",
"@nestjs/testing": "^9.0.1",
"@types/glob": "7.2.0",
"@types/inline-css": "3.0.1",
"@types/jest": "26.0.24",
Expand All @@ -94,8 +94,8 @@
"yarn-audit-fix": "^9.3.2"
},
"peerDependencies": {
"@nestjs/common": "^7.0.9 || ^8.0.0",
"@nestjs/core": "^7.0.9 || ^8.0.0",
"@nestjs/common": "^7.0.9 || ^8.0.0 || ^9.0.0",
"@nestjs/core": "^7.0.9 || ^8.0.0 || ^9.0.0",
"@types/ejs": "^3.0.3",
"@types/pug": "2.0.6",
"ejs": "^3.1.2",
Expand Down
40 changes: 13 additions & 27 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -710,20 +710,19 @@
"@jridgewell/resolve-uri" "^3.0.3"
"@jridgewell/sourcemap-codec" "^1.4.10"

"@nestjs/common@8.4.7":
version "8.4.7"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-8.4.7.tgz#fc4a575b797e230bb5a0bcab6da8b796aa88d605"
integrity sha512-m/YsbcBal+gA5CFrDpqXqsSfylo+DIQrkFY3qhVIltsYRfu8ct8J9pqsTO6OPf3mvqdOpFGrV5sBjoyAzOBvsw==
"@nestjs/common@^9.0.1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/common/-/common-9.0.1.tgz#44447878e0c63adfba9f76782e9322603127e1af"
integrity sha512-w0PSRP+M4vy4XThdkaF6ya1mEbWiMDCAd1beEoeGGnFXnsiRpNj7mb58Lp8SrnfwrExiiCnrKR4ei96StpeW/Q==
dependencies:
axios "0.27.2"
iterare "1.2.1"
tslib "2.4.0"
uuid "8.3.2"

"@nestjs/core@8.4.7":
version "8.4.7"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-8.4.7.tgz#fbec7fa744ac8749a4b966f759a6656c1cf43883"
integrity sha512-XB9uexHqzr2xkPo6QSiQWJJttyYYLmvQ5My64cFvWFi7Wk2NIus0/xUNInwX3kmFWB6pF1ab5Y2ZBvWdPwGBhw==
"@nestjs/core@^9.0.1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/core/-/core-9.0.1.tgz#cac19c44d46f0d8ad3eebf4918ce9ec4a7da5bf0"
integrity sha512-gdrjQhqPN588pmlwzRWA0NsLhWiACUX4Me2Y1BI9Jm5dzmWMgde/zUfFmkvUKiONqKQoZagcCzFtWSWuYjTENQ==
dependencies:
"@nuxtjs/opencollective" "0.3.2"
fast-safe-stringify "2.1.1"
Expand All @@ -733,10 +732,10 @@
tslib "2.4.0"
uuid "8.3.2"

"@nestjs/testing@8.4.7":
version "8.4.7"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-8.4.7.tgz#fe4f356c0e081e25fe8c899a65e91dd88947fd13"
integrity sha512-aedpeJFicTBeiTCvJWUG45WMMS53f5eu8t2fXsfjsU1t+WdDJqYcZyrlCzA4dL1B7MfbqaTURdvuVVHTmJO8ag==
"@nestjs/testing@^9.0.1":
version "9.0.1"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-9.0.1.tgz#4f1b947597fb0640069ea7d0dcfe8122380550fc"
integrity sha512-EyyJY+DQi4K5X6aBdoIqtAUsS3KwrdVBbKRTINmytjnmKHzg/Sy6oYyKTRaEJTeYgshzB9Ca20tSKEbMr36NSg==
dependencies:
tslib "2.4.0"

Expand Down Expand Up @@ -1334,14 +1333,6 @@ asynckit@^0.4.0:
resolved "https://registry.yarnpkg.com/asynckit/-/asynckit-0.4.0.tgz#c79ed97f7f34cb8f2ba1bc9790bcc366474b4b79"
integrity sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==

axios@0.27.2:
version "0.27.2"
resolved "https://registry.yarnpkg.com/axios/-/axios-0.27.2.tgz#207658cc8621606e586c85db4b41a750e756d972"
integrity sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==
dependencies:
follow-redirects "^1.14.9"
form-data "^4.0.0"

babel-jest@^27.5.1:
version "27.5.1"
resolved "https://registry.yarnpkg.com/babel-jest/-/babel-jest-27.5.1.tgz#a1bf8d61928edfefd21da27eb86a695bfd691444"
Expand Down Expand Up @@ -2117,7 +2108,7 @@ css-select@~1.2.0:
boolbase "~1.0.0"
css-what "2.1"
domutils "1.5.1"
nth-check "^2.0.1"
nth-check "~1.0.1"

css-what@2.1:
version "2.1.3"
Expand Down Expand Up @@ -2783,11 +2774,6 @@ flat-util@^1.1.6:
resolved "https://registry.yarnpkg.com/flat-util/-/flat-util-1.1.9.tgz#87095653dcf77226a3bc99f7157794c2335b2b08"
integrity sha512-BOTMw/6rbbxVjv5JQvwgGMc2/6wWGd2VeyTvnzvvE49VRjS0tTxLbry/QVP1yPw8SaAOBYsnixmzruXoqjdUHA==

follow-redirects@^1.14.9:
version "1.15.1"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.1.tgz#0ca6a452306c9b276e4d3127483e29575e207ad5"
integrity sha512-yLAMQs+k0b2m7cVxpS1VKJVvoz7SS9Td1zss3XRwXj+ZDH00RJgnuLx7E44wx02kQLrdM3aOOy+FpzS7+8OizA==

form-data@^3.0.0:
version "3.0.1"
resolved "https://registry.yarnpkg.com/form-data/-/form-data-3.0.1.tgz#ebd53791b78356a99af9a300d4282c4d5eb9755f"
Expand Down

0 comments on commit c271d43

Please sign in to comment.