Skip to content

Commit

Permalink
feat: lock keto typescript version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemMakhaydinov authored and Nelfimov committed Dec 14, 2023
1 parent c903d6f commit 43df2db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/keto/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"rimraf": "5.0.1",
"rxjs": "7.8.1",
"ts-morph": "19.0.0",
"typescript": "*"
"typescript": "4.5.5"
},
"peerDependencies": {
"@nestjs/common": "10.2.5",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -623,7 +623,7 @@ __metadata:
rimraf: "npm:5.0.1"
rxjs: "npm:7.8.1"
ts-morph: "npm:19.0.0"
typescript: "npm:*"
typescript: "npm:4.5.5"
peerDependencies:
"@nestjs/common": 10.2.5
"@nestjs/core": 10.2.5
Expand Down

0 comments on commit 43df2db

Please sign in to comment.