Skip to content

Commit 5dc92c0

Browse files
committed
chore(assets-controlllers,gas-fee-controller): move @types/bn.js from devDeps to deps
1 parent 1d43766 commit 5dc92c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/assets-controllers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"@metamask/preferences-controller": "^7.0.0",
5151
"@metamask/rpc-errors": "^6.1.0",
5252
"@metamask/utils": "^8.3.0",
53+
"@types/bn.js": "^5.1.5",
5354
"@types/uuid": "^8.3.0",
5455
"async-mutex": "^0.2.6",
5556
"bn.js": "^5.2.1",
@@ -63,7 +64,6 @@
6364
"@metamask/auto-changelog": "^3.4.4",
6465
"@metamask/ethjs-provider-http": "^0.3.0",
6566
"@metamask/keyring-api": "^3.0.0",
66-
"@types/bn.js": "^5.1.5",
6767
"@types/jest": "^27.4.1",
6868
"@types/lodash": "^4.14.191",
6969
"@types/node": "^16.18.54",

packages/gas-fee-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@
3838
"@metamask/network-controller": "^17.2.0",
3939
"@metamask/polling-controller": "^5.0.0",
4040
"@metamask/utils": "^8.3.0",
41+
"@types/bn.js": "^5.1.5",
4142
"@types/uuid": "^8.3.0",
4243
"bn.js": "^5.2.1",
4344
"uuid": "^8.3.2"
4445
},
4546
"devDependencies": {
4647
"@metamask/auto-changelog": "^3.4.4",
47-
"@types/bn.js": "^5.1.5",
4848
"@types/jest": "^27.4.1",
4949
"@types/jest-when": "^2.7.3",
5050
"deepmerge": "^4.2.2",

0 commit comments

Comments
 (0)