Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and apttx committed Oct 16, 2024
1 parent 57f47d3 commit 917d971
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/fuzzer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dotenv": "^8.2.0",
"ethers": "^5.4.3",
"ts-node": "^9.0.0",
"typescript": "~4.1.0",
"typescript": "~4.9.0",
"yargs": "^16.0.3"
}
}
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": "8.3.2",
"npm-run-all2": "5.0.2",
"ts-node": "9.1.1",
"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": "5.0.2",
"react": "17.0.2",
"typescript": "4.1.5"
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/lib-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"apollo": "^2.30.3",
"npm-run-all2": "^5.0.0",
"rimraf": "^3.0.2",
"typescript": "~4.1.0"
"typescript": "~4.9.0"
},
"dependencies": {
"@apollo/client": "^3.11.8",
Expand Down
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.4.3",
"ts-node": "^9.1.1",
"typescript": "~4.1.0"
"typescript": "~4.9.0"
},
"peerDependencies": {
"ethers": "^5.3.0"
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2174,7 +2174,7 @@ __metadata:
dotenv: ^8.2.0
ethers: ^5.4.3
ts-node: ^9.0.0
typescript: ~4.1.0
typescript: ~4.9.0
yargs: ^16.0.3
languageName: unknown
linkType: soft
Expand All @@ -2194,7 +2194,7 @@ __metadata:
mocha: 8.3.2
npm-run-all2: 5.0.2
ts-node: 9.1.1
typescript: 4.1.5
typescript: 4.9.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2269,7 +2269,7 @@ __metadata:
eslint-plugin-react-hooks: 4.6.2
npm-run-all2: 5.0.2
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 @@ -2287,7 +2287,7 @@ __metadata:
graphql: ^15.3.0
npm-run-all2: ^5.0.0
rimraf: ^3.0.2
typescript: ~4.1.0
typescript: ~4.9.0
peerDependencies:
"@liquity/lib-base": ^3.0.0
languageName: unknown
Expand All @@ -2313,7 +2313,7 @@ __metadata:
dependencies:
ethers: ^5.4.3
ts-node: ^9.1.1
typescript: ~4.1.0
typescript: ~4.9.0
peerDependencies:
ethers: ^5.3.0
languageName: unknown
Expand Down Expand Up @@ -24773,13 +24773,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:4.1.5, typescript@npm:~4.1.0":
version: 4.1.5
resolution: "typescript@npm:4.1.5"
"typescript@npm:4.9.5, typescript@npm:~4.9.0":
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 @@ -24803,13 +24803,13 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@4.1.5#~builtin<compat/typescript>, typescript@patch:typescript@~4.1.0#~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>, typescript@patch:typescript@~4.9.0#~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

0 comments on commit 917d971

Please sign in to comment.