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 661be33 commit e4e1f0b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.32.5",
"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

0 comments on commit e4e1f0b

Please sign in to comment.