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

Commit

Permalink
Merge pull request #4748 from trufflesuite/prepare/dashboard-package-…
Browse files Browse the repository at this point in the history
…versions
  • Loading branch information
gnidan authored Feb 17, 2022
2 parents c394163 + f4be898 commit f91cdaf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"@truffle/compile-solidity": "^6.0.12",
"@truffle/config": "^1.3.18",
"@truffle/contract": "^4.4.8",
"@truffle/dashboard": "^0.1.0",
"@truffle/dashboard": "^0.1.0-0",
"@truffle/debug-utils": "^6.0.8",
"@truffle/debugger": "^9.2.15",
"@truffle/decoder": "^5.1.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-message-bus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/dashboard-message-bus",
"version": "0.1.0",
"version": "0.1.0-0",
"description": "Message bus that handles communication between the Dashboard and its components",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/dashboard-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/dashboard-provider",
"version": "0.1.0",
"version": "0.1.0-0",
"description": "Web3 provider that uses a browser-based web3 wallet through the Truffle Dasboard",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down Expand Up @@ -46,8 +46,8 @@
"web3": "^1.6.1"
},
"dependencies": {
"@truffle/dashboard": "^0.1.0",
"@truffle/dashboard-message-bus": "^0.1.0",
"@truffle/dashboard": "^0.1.0-0",
"@truffle/dashboard-message-bus": "^0.1.0-0",
"debug": "^4.3.3",
"delay": "^5.0.0",
"isomorphic-ws": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.0",
"version": "0.1.0-0",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"files": [
"dist/lib",
"dist/bin"
],
"dependencies": {
"@truffle/dashboard-message-bus": "^0.1.0",
"@truffle/dashboard-message-bus": "^0.1.0-0",
"cors": "^2.8.5",
"debug": "^4.3.2",
"express": "^4.17.1",
Expand Down

0 comments on commit f91cdaf

Please sign in to comment.