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 Oct 16, 2024
1 parent ed0b981 commit 70b7bf2
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.7.2",
"ts-node": "9.1.1",
"typescript": "4.1.5",
"typescript": "4.9.5",
"yargs": "16.2.0"
}
}
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.32.5",
"npm-run-all2": "5.0.2",
"rimraf": "3.0.2",
"typescript": "4.1.5"
"typescript": "4.9.5"
},
"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.7.2",
"ts-node": "9.1.1",
"typescript": "4.1.5"
"typescript": "4.9.5"
},
"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 @@ -2362,7 +2362,7 @@ __metadata:
dotenv: 8.2.0
ethers: 5.7.2
ts-node: 9.1.1
typescript: 4.1.5
typescript: 4.9.5
yargs: 16.2.0
languageName: unknown
linkType: soft
Expand All @@ -2382,7 +2382,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 @@ -2457,7 +2457,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 @@ -2475,7 +2475,7 @@ __metadata:
graphql: ^15.3.0
npm-run-all2: 5.0.2
rimraf: 3.0.2
typescript: 4.1.5
typescript: 4.9.5
peerDependencies:
"@liquity/lib-base": ^3.0.0
languageName: unknown
Expand All @@ -2501,7 +2501,7 @@ __metadata:
dependencies:
ethers: 5.7.2
ts-node: 9.1.1
typescript: 4.1.5
typescript: 4.9.5
peerDependencies:
ethers: ^5.3.0
languageName: unknown
Expand Down Expand Up @@ -25368,13 +25368,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 @@ -25398,13 +25398,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

0 comments on commit 70b7bf2

Please sign in to comment.