From 4080f5d6ed580bc212c0beba0dfe988f6660d65a Mon Sep 17 00:00:00 2001 From: Dan Forbes Date: Tue, 12 Nov 2024 14:29:04 -0800 Subject: [PATCH] Update Docs Dependencies --- docs/docs/guides/05_smart_contracts/infer_contract_types.md | 2 +- docs/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/guides/05_smart_contracts/infer_contract_types.md b/docs/docs/guides/05_smart_contracts/infer_contract_types.md index b5288412522..4d7c6e3b8c7 100644 --- a/docs/docs/guides/05_smart_contracts/infer_contract_types.md +++ b/docs/docs/guides/05_smart_contracts/infer_contract_types.md @@ -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. diff --git a/docs/package.json b/docs/package.json index 103bd3d5262..d7f59dff7f5 100644 --- a/docs/package.json +++ b/docs/package.json @@ -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"