Skip to content

Commit

Permalink
Pin dependencies (#447)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Michael <[email protected]>
  • Loading branch information
3 people authored Sep 22, 2021
1 parent 4e8a2f2 commit 98c3f34
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"@auto-it/all-contributors": "10.31.0",
"@auto-it/git-tag": "10.31.0",
"@types/node": "15.3.0",
"auto": "^10.32.0",
"typescript": "^4.4.3"
"auto": "10.32.0",
"typescript": "4.4.3"
},
"dependencies": {
"@auto-it/core": "^10.27.0",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ __metadata:
languageName: node
linkType: hard

"auto@npm:^10.32.0":
"auto@npm:10.32.0":
version: 10.32.0
resolution: "auto@npm:10.32.0"
dependencies:
Expand Down Expand Up @@ -3226,7 +3226,7 @@ resolve@~1.7.1:
languageName: node
linkType: hard

typescript@^4.4.3:
[email protected]:
version: 4.4.3
resolution: "typescript@npm:4.4.3"
bin:
Expand All @@ -3236,7 +3236,7 @@ typescript@^4.4.3:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.4.3#~builtin<compat/typescript>":
"typescript@patch:[email protected]#~builtin<compat/typescript>":
version: 4.4.3
resolution: "typescript@patch:typescript@npm%3A4.4.3#~builtin<compat/typescript>::version=4.4.3&hash=d8b4e7"
bin:
Expand Down Expand Up @@ -3294,9 +3294,9 @@ typescript@^4.4.3:
"@types/node": 15.3.0
"@types/semver": ^7.3.5
"@yarnpkg/pnpify": ^3.0.0-rc.3
auto: ^10.32.0
auto: 10.32.0
semver: ^7.3.5
typescript: ^4.4.3
typescript: 4.4.3
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 98c3f34

Please sign in to comment.