Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency typescript to v4.9.5 #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/lib-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"mocha": "10.8.2",
"npm-run-all2": "6.2.6",
"ts-node": "10.9.2",
"typescript": "4.1.5"
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/lib-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"eslint-plugin-react-hooks": "4.6.2",
"npm-run-all2": "6.2.6",
"react": "17.0.2",
"typescript": "4.1.5"
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"devDependencies": {
"ethers": "5.7.2",
"ts-node": "10.9.2",
"typescript": "4.1.5"
"typescript": "4.9.5"
},
"peerDependencies": {
"ethers": "^5.3.0"
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1925,7 +1925,7 @@ __metadata:
mocha: 10.8.2
npm-run-all2: 6.2.6
ts-node: 10.9.2
typescript: 4.1.5
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2000,7 +2000,7 @@ __metadata:
eslint-plugin-react-hooks: 4.6.2
npm-run-all2: 6.2.6
react: 17.0.2
typescript: 4.1.5
typescript: 4.9.5
peerDependencies:
"@liquity/lib-base": ^3.0.0
react: ^16.13.1
Expand All @@ -2027,7 +2027,7 @@ __metadata:
dependencies:
ethers: 5.7.2
ts-node: 10.9.2
typescript: 4.1.5
typescript: 4.9.5
peerDependencies:
ethers: ^5.3.0
languageName: unknown
Expand Down Expand Up @@ -18582,13 +18582,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.1.5":
version: 4.1.5
resolution: "typescript@npm:4.1.5"
"typescript@npm:4.9.5":
version: 4.9.5
resolution: "typescript@npm:4.9.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: af660e69aa5184520dfa57362dcf7fd1b26d08b869d76b3bd58dcc04058a757983f470cd61ded824ab01fa08a81d58c7f607d8e360f4e550664b9439d04f8e41
checksum: ee000bc26848147ad423b581bd250075662a354d84f0e06eb76d3b892328d8d4440b7487b5a83e851b12b255f55d71835b008a66cbf8f255a11e4400159237db
languageName: node
linkType: hard

Expand All @@ -18612,13 +18612,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@4.1.5#~builtin<compat/typescript>":
version: 4.1.5
resolution: "typescript@patch:typescript@npm%3A4.1.5#~builtin<compat/typescript>::version=4.1.5&hash=4a8eb8"
"typescript@patch:typescript@4.9.5#~builtin<compat/typescript>":
version: 4.9.5
resolution: "typescript@patch:typescript@npm%3A4.9.5#~builtin<compat/typescript>::version=4.9.5&hash=289587"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: fde897357ff6bb729323dc6d58753193d0d8e3d90ea66081f9a4eb798e1056a3a47a49c666a7bccdf93e37780ed0913b78de83a766c6da85b73bad3ed34470d0
checksum: 1f8f3b6aaea19f0f67cba79057674ba580438a7db55057eb89cc06950483c5d632115c14077f6663ea76fd09fce3c190e6414bb98582ec80aa5a4eaf345d5b68
languageName: node
linkType: hard

Expand Down
Loading