Skip to content

Commit

Permalink
Added @types/bn.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sekaiking committed Dec 22, 2021
1 parent a6478ab commit 336e5f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"devDependencies": {
"@babel/core": "^7.16.5",
"@storybook/react": "^6.4.9",
"@types/bn.js": "^5.1.0",
"@types/node": "^17.0.2",
"@types/react": "^17.0.37",
"@typescript-eslint/eslint-plugin": "^5.8.0",
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4388,6 +4388,15 @@ __metadata:
languageName: node
linkType: hard

"@types/bn.js@npm:^5.1.0":
version: 5.1.0
resolution: "@types/bn.js@npm:5.1.0"
dependencies:
"@types/node": "*"
checksum: 1dc1cbbd7a1e8bf3614752e9602f558762a901031f499f3055828b5e3e2bba16e5b88c27b3c4152ad795248fbe4086c731a5c4b0f29bb243f1875beeeabee59c
languageName: node
linkType: hard

"@types/color-convert@npm:^2.0.0":
version: 2.0.0
resolution: "@types/color-convert@npm:2.0.0"
Expand Down Expand Up @@ -9447,6 +9456,7 @@ __metadata:
"@theme-ui/color": ^0.12.1
"@theme-ui/match-media": ^0.12.1
"@theme-ui/presets": ^0.12.1
"@types/bn.js": ^5.1.0
"@types/node": ^17.0.2
"@types/react": ^17.0.37
"@typescript-eslint/eslint-plugin": ^5.8.0
Expand Down

1 comment on commit 336e5f6

@vercel
Copy link

@vercel vercel bot commented on 336e5f6 Dec 22, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

frontend-dev – ./

frontend-dev-eta.vercel.app
frontend-dev-git-cleanup-testtete.vercel.app
frontend-dev-testtete.vercel.app

Please sign in to comment.