Skip to content

Commit

Permalink
Update Docs Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
danforbes committed Nov 12, 2024
1 parent 26ee502 commit 4080f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_label: 'Infer Contract Types from JSON Artifact (TypeScript)'

:::tip
📝 This article is for **TypeScript** developers. So, if you are using JavaScript, you do not need to read this.
However, web3.js version 4.x has been rewritten in TypeScript. And we encorage you to use its strongly-typed features with TypeScript.
However, web3.js version 4.x has been rewritten in TypeScript. And we encourage you to use its strongly-typed features with TypeScript.
:::

Web3.js is a popular library used for interacting with EVM blockchains. One of its key features is the ability to invoke EVM smart contracts deployed on the blockchain. In this blog post, we will show how to interact with the smart contract in **TypeScript**, with a special focus on how to infer types from JSON artifact files.
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.0.0",
"@docusaurus/module-type-aliases": "^3.6.0",
"@tsconfig/docusaurus": "^2.0.2",
"docusaurus-plugin-typedoc-api": "^4.4.0",
"typescript": "^4.6.4"
Expand Down

0 comments on commit 4080f5d

Please sign in to comment.