Skip to content

Commit

Permalink
✨ Support uint120 decoding (#161)
Browse files Browse the repository at this point in the history
* Support uint120 decoding

* new commit

* bump docusaurus
  • Loading branch information
dawsbot committed Sep 2, 2022
1 parent b245584 commit 6705a3b
Show file tree
Hide file tree
Showing 8 changed files with 3,707 additions and 3,732 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ docusaurus/build

# build artifact from typedoc
scripts/markdown-magic/typedoc.out.json
.gitsigners
6,288 changes: 3,130 additions & 3,158 deletions docusaurus/package-lock.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"typecheck": "tsc"
},
"dependencies": {
"@docusaurus/core": "^2.0.0-beta.20",
"@docusaurus/preset-classic": "^2.0.0-beta.20",
"@docusaurus/core": "^2.1.0",
"@docusaurus/preset-classic": "^2.1.0",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.1.1",
"docusaurus-plugin-typedoc": "^0.17.5",
Expand All @@ -27,7 +27,7 @@
"typedoc-plugin-markdown": "^3.12.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^2.0.0-beta.20",
"@docusaurus/module-type-aliases": "^2.1.0",
"@tsconfig/docusaurus": "^1.0.5",
"typescript": "^4.6.4"
},
Expand Down
Loading

0 comments on commit 6705a3b

Please sign in to comment.