libs version incremented

pull/7/head
aniket-engg 5 years ago committed by Aniket
parent a16d13e38e
commit ecb7c15ab1
  1. 4
      remix-analyzer/package.json
  2. 4
      remix-astwalker/package.json
  3. 4
      remix-debug/package.json
  4. 2
      remix-lib/package.json
  5. 4
      remix-simulator/package.json
  6. 4
      remix-solidity/package.json
  7. 8
      remix-tests/package.json
  8. 2
      remix-url-resolver/package.json

@ -1,6 +1,6 @@
{
"name": "remix-analyzer",
"version": "0.3.19",
"version": "0.3.20",
"description": "Remix Analyzer",
"main": "./index.js",
"contributors": [
@ -18,7 +18,7 @@
}
],
"dependencies": {
"remix-lib": "0.4.18"
"remix-lib": "0.4.19"
},
"scripts": {
"lint": "standard",

@ -1,6 +1,6 @@
{
"name": "remix-astwalker",
"version": "0.0.15",
"version": "0.0.16",
"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.18",
"remix-lib": "0.4.19",
"tape": "^4.10.1",
"ts-node": "^8.0.3",
"typescript": "^3.4.3"

@ -1,6 +1,6 @@
{
"name": "remix-debug",
"version": "0.3.21",
"version": "0.3.22",
"description": "Ethereum IDE and tools for the web",
"contributors": [
{
@ -21,7 +21,7 @@
"commander": "^2.19.0",
"ethereumjs-util": "^6.2.0",
"ethereumjs-vm": "4.1.1",
"remix-lib": "0.4.18",
"remix-lib": "0.4.19",
"web3": "^1.2.4"
},
"devDependencies": {

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

@ -1,6 +1,6 @@
{
"name": "remix-simulator",
"version": "0.1.9-alpha.11",
"version": "0.1.9-alpha.12",
"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.18",
"remix-lib": "0.4.19",
"standard": "^10.0.3",
"time-stamp": "^2.0.0",
"web3": "^1.2.4"

@ -1,6 +1,6 @@
{
"name": "remix-solidity",
"version": "0.3.21",
"version": "0.3.22",
"description": "Ethereum IDE and tools for the web",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@ -16,7 +16,7 @@
],
"dependencies": {
"eslint-scope": "^5.0.0",
"remix-lib": "0.4.18",
"remix-lib": "0.4.19",
"solc": "^0.6.0",
"webworkify": "^1.2.1"
},

@ -1,6 +1,6 @@
{
"name": "remix-tests",
"version": "0.1.24",
"version": "0.1.25",
"description": "Tool to test Solidity smart contracts",
"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.18",
"remix-simulator": "0.1.9-alpha.11",
"remix-solidity": "0.3.21",
"remix-lib": "0.4.19",
"remix-simulator": "0.1.9-alpha.12",
"remix-solidity": "0.3.22",
"signale": "^1.4.0",
"web3": "^1.2.4",
"winston": "^3.0.0"

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

Loading…
Cancel
Save