Skip to content

Commit

Permalink
docs: dependency upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
lmittmann committed Sep 2, 2023
1 parent 9dd703c commit 4a038b8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"build": "next build && next export"
},
"dependencies": {
"next": "^13.4.6",
"nextra": "^2.7.1",
"nextra-theme-docs": "^2.7.1",
"next": "^13.4.19",
"nextra": "^2.12.3",
"nextra-theme-docs": "^2.12.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.2"
"autoprefixer": "^10.4.15",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3"
}
}
5 changes: 1 addition & 4 deletions docs/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,5 @@
"index": {
"type": "page",
"display": "hidden"
},
"rpc": {},
"vm": {},
"abi": {}
}
}
3 changes: 2 additions & 1 deletion docs/pages/abi.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: ABI Bindings
draft: true
---

# ABI
Expand Down Expand Up @@ -36,7 +37,7 @@ funcTransfer := w3.MustNewFunc("transfer(address to, uint amount)", "bool succes

#### Tuples

The Uniswap V3 [`IQuoterV2.sol`](https://github.com/Uniswap/v3-periphery/blob/main/contracts/interfaces/IQuoterV2.sol#L27-L53)
The UniSwap V3 [`IQuoterV2.sol`](https://github.com/Uniswap/v3-periphery/blob/main/contracts/interfaces/IQuoterV2.sol#L27-L53)
uses a tuple as argument for e.g. `quoteExactInputSingle`, which can be defined as follows:

```go
Expand Down
1 change: 1 addition & 0 deletions docs/pages/rpc.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: RPC
draft: true
---

# RPC
Expand Down
1 change: 1 addition & 0 deletions docs/pages/vm.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: VM
draft: true
---

# VM
Expand Down

0 comments on commit 4a038b8

Please sign in to comment.