Commit de2f2cd2 authored by aniket-engg's avatar aniket-engg Committed by Aniket

bump versions

parent 431cc498
{
"version": "0.2.1",
"version": "0.2.2",
"devDependencies": {
"gulp": "^4.0.2",
"lerna": "^2.10.2"
......
{
"name": "remix-analyzer",
"version": "0.5.1",
"version": "0.5.2",
"description": "Tool to perform static analysis on Solidity smart contracts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
......@@ -19,8 +19,8 @@
}
],
"dependencies": {
"remix-astwalker": "0.0.23",
"remix-lib": "0.4.26"
"remix-astwalker": "0.0.24",
"remix-lib": "0.4.29"
},
"scripts": {
"build": "tsc",
......
{
"name": "remix-astwalker",
"version": "0.0.23",
"version": "0.0.24",
"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.26",
"remix-lib": "0.4.29",
"tape": "^4.10.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.3"
......
{
"name": "remix-debug",
"version": "0.4.1",
"version": "0.4.4",
"description": "Tool to debug Ethereum transactions",
"contributors": [
{
......@@ -21,7 +21,7 @@
"commander": "^2.19.0",
"ethereumjs-util": "^6.2.0",
"ethereumjs-vm": "4.1.3",
"remix-lib": "0.4.26",
"remix-lib": "0.4.29",
"web3": "^1.2.4"
},
"devDependencies": {
......
{
"name": "remix-lib",
"version": "0.4.26",
"version": "0.4.29",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......
{
"name": "remix-simulator",
"version": "0.1.9-beta.4",
"version": "0.1.9-beta.5",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
......@@ -25,7 +25,7 @@
"express": "^4.16.3",
"express-ws": "^4.0.0",
"merge": "^1.2.0",
"remix-lib": "0.4.26",
"remix-lib": "0.4.29",
"standard": "^10.0.3",
"time-stamp": "^2.0.0",
"web3": "^1.2.4"
......
{
"name": "remix-solidity",
"version": "0.3.29",
"version": "0.3.30",
"description": "Tool to load and run Solidity compiler",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
......@@ -16,7 +16,7 @@
],
"dependencies": {
"eslint-scope": "^5.0.0",
"remix-lib": "0.4.26",
"remix-lib": "0.4.29",
"solc": "^0.6.0",
"webworkify": "^1.2.1"
},
......
{
"name": "remix-tests",
"version": "0.1.32",
"version": "0.1.33",
"description": "Tool to test Solidity smart contracts",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
......@@ -43,9 +43,9 @@
"change-case": "^3.0.1",
"colors": "^1.1.2",
"commander": "^2.13.0",
"remix-lib": "0.4.26",
"remix-simulator": "0.1.9-beta.4",
"remix-solidity": "0.3.29",
"remix-lib": "0.4.29",
"remix-simulator": "0.1.9-beta.5",
"remix-solidity": "0.3.30",
"signale": "^1.4.0",
"web3": "^1.2.4",
"winston": "^3.0.0"
......
{
"name": "remix-url-resolver",
"version": "0.0.13",
"version": "0.0.15",
"description": "Solidity import url resolver engine",
"main": "dist",
"types": "dist/index.d.ts",
......
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