Commit 9b3b4b59 authored by Iuri Matias's avatar Iuri Matias

put package versions in line with npm

parent 3410471a
{
"name": "remix-analyzer",
"version": "0.2.13",
"version": "0.3.1",
"description": "Remix Analyzer",
"main": "./index.js",
"contributors": [
......@@ -18,7 +18,7 @@
}
],
"dependencies": {
"remix-lib": "0.3.13"
"remix-lib": "0.4.1"
},
"scripts": {
"lint": "standard",
......
{
"name": "remix-debug",
"version": "0.2.14",
"version": "0.3.1",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......@@ -21,7 +21,7 @@
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "2.4.0",
"fast-async": "^6.1.2",
"remix-lib": "0.3.13"
"remix-lib": "0.4.1"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
......
{
"name": "remix-lib",
"version": "0.3.13",
"version": "0.4.1",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......
{
"name": "remix-simulator",
"version": "0.0.8",
"version": "0.1.1",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......@@ -21,7 +21,7 @@
"express-ws": "^4.0.0",
"fast-async": "^6.3.7",
"merge": "^1.2.0",
"remix-lib": "0.3.13",
"remix-lib": "0.4.1",
"time-stamp": "^2.0.0",
"web3": "1.0.0-beta.27"
},
......
{
"name": "remix-solidity",
"version": "0.2.14",
"version": "0.3.1",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......@@ -17,7 +17,7 @@
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "2.4.0",
"fast-async": "^6.1.2",
"remix-lib": "0.3.13",
"remix-lib": "0.4.1",
"solc": "^0.5.0",
"webworkify": "^1.2.1"
},
......
{
"name": "remix-tests",
"version": "0.0.21",
"version": "0.1.1",
"description": "Tests for the Ethereum tool suite Remix",
"main": "./src/index.js",
"contributors": [
......@@ -40,9 +40,9 @@
"change-case": "^3.0.1",
"colors": "^1.1.2",
"commander": "^2.13.0",
"remix-lib": "0.3.13",
"remix-simulator": "0.0.8",
"remix-solidity": "0.2.14",
"remix-lib": "0.4.1",
"remix-simulator": "0.1.1",
"remix-solidity": "0.3.1",
"signale": "^1.2.1",
"web3": "1.0.0-beta.36",
"winston": "^3.0.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment