bump versions

pull/7/head
Iuri Matias 6 years ago
parent af9aae696e
commit c4b7e3078a
  1. 6
      remix-analyzer/package.json
  2. 6
      remix-debug/package.json
  3. 2
      remix-lib/package.json
  4. 4
      remix-simulator/package.json
  5. 4
      remix-solidity/package.json
  6. 12
      remix-tests/package.json
  7. 2
      remix-url-resolver/package.json

@ -1,6 +1,6 @@
{
"name": "remix-analyzer",
"version": "0.3.1",
"version": "0.3.2",
"description": "Remix Analyzer",
"main": "./index.js",
"contributors": [
@ -18,7 +18,7 @@
}
],
"dependencies": {
"remix-lib": "0.4.1"
"remix-lib": "0.4.2"
},
"scripts": {
"lint": "standard",
@ -34,10 +34,10 @@
"license": "MIT",
"homepage": "https://github.com/ethereum/remix#readme",
"devDependencies": {
"npm-install-version": "^6.0.2",
"babel-eslint": "^7.1.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.0",
"npm-install-version": "^6.0.2",
"standard": "^7.0.1",
"tape": "^4.6.0"
}

@ -1,6 +1,6 @@
{
"name": "remix-debug",
"version": "0.3.1",
"version": "0.3.2",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
@ -22,7 +22,7 @@
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "github:yann300/ethereumjs-vm#48db4cb8f884234428682803c2ea5301f5141e96",
"fast-async": "^6.1.2",
"remix-lib": "0.4.1"
"remix-lib": "0.4.2"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
@ -30,9 +30,9 @@
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"notify-error": "^1.2.0",
"solc": "^0.5.0",
"standard": "^7.0.1",
"standard-reporter": "^1.0.5",
"solc": "^0.5.0",
"tape": "^4.6.0"
},
"scripts": {

@ -1,6 +1,6 @@
{
"name": "remix-lib",
"version": "0.4.1",
"version": "0.4.2",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{

@ -1,6 +1,6 @@
{
"name": "remix-simulator",
"version": "0.1.1",
"version": "0.1.2",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
@ -22,7 +22,7 @@
"express-ws": "^4.0.0",
"fast-async": "^6.3.7",
"merge": "^1.2.0",
"remix-lib": "0.4.1",
"remix-lib": "0.4.2",
"standard": "^10.0.3",
"time-stamp": "^2.0.0",
"web3": "1.0.0-beta.27"

@ -1,6 +1,6 @@
{
"name": "remix-solidity",
"version": "0.3.1",
"version": "0.3.2",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
@ -17,7 +17,7 @@
"ethereumjs-util": "^4.5.0",
"ethereumjs-vm": "github:yann300/ethereumjs-vm#48db4cb8f884234428682803c2ea5301f5141e96",
"fast-async": "^6.1.2",
"remix-lib": "0.4.1",
"remix-lib": "0.4.2",
"solc": "^0.5.0",
"webworkify": "^1.2.1"
},

@ -1,6 +1,6 @@
{
"name": "remix-tests",
"version": "0.1.1",
"version": "0.1.2",
"description": "Tests for the Ethereum tool suite Remix",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -41,9 +41,9 @@
"change-case": "^3.0.1",
"colors": "^1.1.2",
"commander": "^2.13.0",
"remix-lib": "0.4.1",
"remix-simulator": "0.1.1",
"remix-solidity": "0.3.1",
"remix-lib": "0.4.2",
"remix-simulator": "0.1.2",
"remix-solidity": "0.3.2",
"signale": "^1.2.1",
"web3": "1.0.0-beta.36",
"winston": "^3.0.0"
@ -53,12 +53,12 @@
},
"devDependencies": {
"@types/async": "^2.4.0",
"@types/colors": "^1.2.1",
"@types/web3": "^1.0.18",
"@types/color-support": "^1.1.0",
"@types/colors": "^1.2.1",
"@types/commander": "^2.12.2",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.21",
"@types/web3": "^1.0.18",
"babel-preset-es2017": "^6.24.1",
"mocha": "^5.1.0",
"standard": "^10.0.3",

@ -1,6 +1,6 @@
{
"name": "remix-url-resolver",
"version": "0.0.2",
"version": "0.0.3",
"description": "Solidity import url resolver engine",
"main": "dist",
"types": "dist/index.d.ts",

Loading…
Cancel
Save