Skip to content

Commit

Permalink
chore: lock typescript for rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Sep 8, 2021
1 parent 5e4fe3f commit f991d2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -97,6 +97,6 @@
"tslib": "^2.3.1",
"typedoc": "^0.21.6",
"typedoc-plugin-markdown": "^3.10.4",
"typescript": "^4.3.5"
"typescript": "4.3.5"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -4543,7 +4543,7 @@ __metadata:
tslib: ^2.3.1
typedoc: ^0.21.6
typedoc-plugin-markdown: ^3.10.4
typescript: ^4.3.5
typescript: 4.3.5
peerDependencies:
graphql: ">=0.11 <=16"
languageName: unknown
Expand Down Expand Up @@ -8840,7 +8840,7 @@ __metadata:
languageName: node
linkType: hard

typescript@^4.3.5:
typescript@4.3.5:
version: 4.3.5
resolution: "typescript@npm:4.3.5"
bin:
Expand All @@ -8850,7 +8850,7 @@ typescript@^4.3.5:
languageName: node
linkType: hard

"typescript@patch:typescript@^4.3.5#~builtin<compat/typescript>":
"typescript@patch:typescript@4.3.5#~builtin<compat/typescript>":
version: 4.3.5
resolution: "typescript@patch:typescript@npm%3A4.3.5#~builtin<compat/typescript>::version=4.3.5&hash=d8b4e7"
bin:
Expand Down

0 comments on commit f991d2b

Please sign in to comment.