Skip to content

Commit

Permalink
Merge pull request #436 from nest-modules/renovate/typescript-4.x
Browse files Browse the repository at this point in the history
chore(deps): update dependency typescript to v4.1.2
  • Loading branch information
juandav authored Nov 23, 2020
2 parents 098c2ea + 79e85ed commit 6d3e1e0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
"standard-version": "9.0.0",
"ts-jest": "26.4.4",
"ts-node": "9.0.0",
"typescript": "4.0.5"
"typescript": "4.1.2"
},
"peerDependencies": {
"@nestjs/common": "^7.0.9",
Expand Down
2 changes: 1 addition & 1 deletion sample/01-basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"ts-loader": "8.0.11",
"ts-node": "9.0.0",
"tsconfig-paths": "3.9.0",
"typescript": "4.0.5"
"typescript": "4.1.2"
},
"jest": {
"moduleFileExtensions": [
Expand Down
2 changes: 1 addition & 1 deletion sample/02-custom-template-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"ts-loader": "8.0.11",
"ts-node": "9.0.0",
"tsconfig-paths": "3.9.0",
"typescript": "4.0.5"
"typescript": "4.1.2"
},
"jest": {
"moduleFileExtensions": [
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6838,10 +6838,10 @@ typedarray@^0.0.6:
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=

typescript@4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
typescript@4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.1.2.tgz#6369ef22516fe5e10304aae5a5c4862db55380e9"
integrity sha512-thGloWsGH3SOxv1SoY7QojKi0tc+8FnOmiarEGMbd/lar7QOEd3hvlx3Fp5y6FlDUGl9L+pd4n2e+oToGMmhRQ==

uc.micro@^1.0.1:
version "1.0.6"
Expand Down

0 comments on commit 6d3e1e0

Please sign in to comment.