Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
add missing deps to @core/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lsqproduction committed Dec 14, 2022
1 parent d3719e8 commit 827964e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"@truffle/config": "^1.3.45",
"@truffle/contract": "^4.6.9",
"@truffle/dashboard": "^0.3.2",
"@truffle/db-loader": "^0.2.7",
"@truffle/debug-utils": "^6.0.41",
"@truffle/debugger": "^11.0.19",
"@truffle/decoder": "^5.3.2",
Expand Down Expand Up @@ -69,6 +70,7 @@
"get-random-values": "^1.2.2",
"glob": "^7.1.6",
"inquirer": "8.2.2",
"iter-tools": "^7.5.0",
"js-interpreter": "2.2.0",
"lodash": "^4.17.21",
"mocha": "10.1.0",
Expand All @@ -80,6 +82,7 @@
"spawn-args": "0.2.0",
"tmp": "^0.2.1",
"universal-analytics": "^0.4.17",
"uuid": "^9.0.0",
"web3": "1.7.4",
"web3-utils": "1.7.4",
"xregexp": "^4.2.4",
Expand All @@ -103,4 +106,4 @@
}
],
"namespace": "consensys"
}
}

0 comments on commit 827964e

Please sign in to comment.