pull/1066/head^2
filip mertens 4 years ago committed by Aniket
parent 9e7f41e4e0
commit 10fada9cfd
  1. 8
      libs/remixd/package.json
  2. 14
      package.json

@ -35,10 +35,10 @@
}, },
"homepage": "https://github.com/ethereum/remix-project#readme", "homepage": "https://github.com/ethereum/remix-project#readme",
"dependencies": { "dependencies": {
"@remixproject/plugin": "^0.3.3", "@remixproject/plugin": "^0.3.11",
"@remixproject/plugin-api": "^0.3.3", "@remixproject/plugin-api": "^0.3.11",
"@remixproject/plugin-utils": "^0.3.3", "@remixproject/plugin-utils": "^0.3.11",
"@remixproject/plugin-ws": "^0.3.3", "@remixproject/plugin-ws": "^0.3.11",
"axios": ">=0.21.1", "axios": ">=0.21.1",
"chokidar": "^2.1.8", "chokidar": "^2.1.8",
"commander": "^2.20.3", "commander": "^2.20.3",

@ -130,13 +130,13 @@
}, },
"dependencies": { "dependencies": {
"@erebos/bzz-node": "^0.13.0", "@erebos/bzz-node": "^0.13.0",
"@remixproject/engine": "^0.3.11-alpha.5", "@remixproject/engine": "^0.3.11",
"@remixproject/engine-web": "^0.3.11-alpha.5", "@remixproject/engine-web": "^0.3.11",
"@remixproject/plugin": "^0.3.11-alpha.5", "@remixproject/plugin": "^0.3.11",
"@remixproject/plugin-api": "^0.3.11-alpha.5", "@remixproject/plugin-api": "^0.3.11",
"@remixproject/plugin-utils": "^0.3.11-alpha.5", "@remixproject/plugin-utils": "^0.3.11",
"@remixproject/plugin-webview": "^0.3.11-alpha.5", "@remixproject/plugin-webview": "^0.3.11",
"@remixproject/plugin-ws": "^0.3.11-alpha.5", "@remixproject/plugin-ws": "^0.3.11",
"@types/jest": "^26.0.5", "@types/jest": "^26.0.5",
"@types/tape": "^4.2.33", "@types/tape": "^4.2.33",
"ansi-gray": "^0.1.1", "ansi-gray": "^0.1.1",

Loading…
Cancel
Save