Commit 7ffce0e3 authored by yann300's avatar yann300

bump version

parent 62dd310f
{
"name": "remix-analyzer",
"version": "0.3.10",
"version": "0.3.11",
"description": "Remix Analyzer",
"main": "./index.js",
"contributors": [
......@@ -18,7 +18,7 @@
}
],
"dependencies": {
"remix-lib": "0.4.9"
"remix-lib": "0.4.10"
},
"scripts": {
"lint": "standard",
......
{
"name": "remix-astwalker",
"version": "0.0.6",
"version": "0.0.7",
"description": "Remix sub-module for walking through AST",
"main": "dist/index.js",
"scripts": {
......@@ -34,7 +34,7 @@
"dependencies": {
"@types/tape": "^4.2.33",
"nyc": "^13.3.0",
"remix-lib": "0.4.9",
"remix-lib": "0.4.10",
"tape": "^4.10.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.3"
......
{
"name": "remix-debug",
"version": "0.3.11",
"version": "0.3.12",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......@@ -22,7 +22,7 @@
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "3.0.0",
"fast-async": "^6.1.2",
"remix-lib": "0.4.9",
"remix-lib": "0.4.10",
"web3": "0.20.6"
},
"devDependencies": {
......
{
"name": "remix-lib",
"version": "0.4.9",
"version": "0.4.10",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......
{
"name": "remix-simulator",
"version": "0.1.9-alpha.2",
"version": "0.1.9-alpha.3",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......@@ -24,7 +24,7 @@
"express-ws": "^4.0.0",
"fast-async": "^6.3.7",
"merge": "^1.2.0",
"remix-lib": "0.4.9",
"remix-lib": "0.4.10",
"standard": "^10.0.3",
"time-stamp": "^2.0.0",
"web3": "1.0.0-beta.27"
......
{
"name": "remix-solidity",
"version": "0.3.12",
"version": "0.3.13",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......@@ -17,7 +17,7 @@
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "3.0.0",
"fast-async": "^6.1.2",
"remix-lib": "0.4.9",
"remix-lib": "0.4.10",
"solc": "^0.5.0",
"webworkify": "^1.2.1"
},
......
{
"name": "remix-tests",
"version": "0.1.15",
"version": "0.1.16",
"description": "Tests for the Ethereum tool suite Remix",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
......@@ -42,9 +42,9 @@
"change-case": "^3.0.1",
"colors": "^1.1.2",
"commander": "^2.13.0",
"remix-lib": "0.4.9",
"remix-simulator": "0.1.9-alpha.2",
"remix-solidity": "0.3.12",
"remix-lib": "0.4.10",
"remix-simulator": "0.1.9-alpha.3",
"remix-solidity": "0.3.13",
"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