Merge branch 'master' into refactoring-static-analyser
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -137,22 +137,26 @@ | ... | @@ -137,22 +137,26 @@ |
"@remixproject/plugin-utils": "^0.3.11", | "@remixproject/plugin-utils": "^0.3.11", | ||
"@remixproject/plugin-webview": "^0.3.11", | "@remixproject/plugin-webview": "^0.3.11", | ||
"@remixproject/plugin-ws": "^0.3.11", | "@remixproject/plugin-ws": "^0.3.11", | ||
"@types/jest": "^26.0.5", | |||
"@types/tape": "^4.2.33", | |||
"ansi-gray": "^0.1.1", | "ansi-gray": "^0.1.1", | ||
"async": "^2.6.2", | |||
"axios": ">=0.21.1", | "axios": ">=0.21.1", | ||
"brace": "^0.8.0", | |||
"change-case": "^4.1.1", | "change-case": "^4.1.1", | ||
"chokidar": "^2.1.8", | "chokidar": "^2.1.8", | ||
"color-support": "^1.1.3", | "color-support": "^1.1.3", | ||
"commander": "^2.20.3", | "commander": "^2.20.3", | ||
"deep-equal": "^1.0.1", | |||
"document-register-element": "1.13.1", | "document-register-element": "1.13.1", | ||
"ethereumjs-block": "^2.2.2", | "ethereumjs-block": "^2.2.2", | ||
"ethereumjs-tx": "^2.1.2", | "ethereumjs-tx": "^2.1.2", | ||
"ethereumjs-util": "^6.2.0", | |||
"ethereumjs-vm": "4.1.3", | "ethereumjs-vm": "4.1.3", | ||
"ethers": "^5.1.4", | |||
"express-ws": "^4.0.0", | "express-ws": "^4.0.0", | ||
"fs-extra": "^3.0.1", | "fs-extra": "^3.0.1", | ||
"http-server": "^0.11.1", | "http-server": "^0.11.1", | ||
"isbinaryfile": "^3.0.2", | "isbinaryfile": "^3.0.2", | ||
"jquery": "^3.3.1", | |||
"jszip": "^3.6.0", | "jszip": "^3.6.0", | ||
"lodash": "^4.17.21", | "lodash": "^4.17.21", | ||
"merge": "^1.2.0", | "merge": "^1.2.0", | ||
... | @@ -164,6 +168,7 @@ | ... | @@ -164,6 +168,7 @@ |
"selenium": "^2.20.0", | "selenium": "^2.20.0", | ||
"signale": "^1.4.0", | "signale": "^1.4.0", | ||
"time-stamp": "^2.2.0", | "time-stamp": "^2.2.0", | ||
"web3": "1.2.4", | |||
"winston": "^3.3.3", | "winston": "^3.3.3", | ||
"ws": "^7.3.0" | "ws": "^7.3.0" | ||
}, | }, | ||
... | @@ -201,6 +206,7 @@ | ... | @@ -201,6 +206,7 @@ |
"@types/react-beautiful-dnd": "^13.0.0", | "@types/react-beautiful-dnd": "^13.0.0", | ||
"@types/react-dom": "16.9.4", | "@types/react-dom": "16.9.4", | ||
"@types/react-router-dom": "5.1.3", | "@types/react-router-dom": "5.1.3", | ||
"@types/tape": "^4.13.0", | |||
"@types/ws": "^7.2.4", | "@types/ws": "^7.2.4", | ||
"@typescript-eslint/eslint-plugin": "^3.3.0", | "@typescript-eslint/eslint-plugin": "^3.3.0", | ||
"@typescript-eslint/parser": "^3.3.0", | "@typescript-eslint/parser": "^3.3.0", | ||
... | @@ -208,7 +214,6 @@ | ... | @@ -208,7 +214,6 @@ |
"ace-mode-move": "0.0.1", | "ace-mode-move": "0.0.1", | ||
"ace-mode-solidity": "^0.1.0", | "ace-mode-solidity": "^0.1.0", | ||
"ace-mode-zokrates": "^1.0.0", | "ace-mode-zokrates": "^1.0.0", | ||
"async": "^2.1.2", | |||
"babel-eslint": "^10.0.0", | "babel-eslint": "^10.0.0", | ||
"babel-jest": "25.1.0", | "babel-jest": "25.1.0", | ||
"babel-plugin-add-module-exports": "^1.0.2", | "babel-plugin-add-module-exports": "^1.0.2", | ||
... | @@ -219,7 +224,6 @@ | ... | @@ -219,7 +224,6 @@ |
"babel-preset-env": "^1.7.0", | "babel-preset-env": "^1.7.0", | ||
"babel-preset-typescript": "^7.0.0-alpha.19", | "babel-preset-typescript": "^7.0.0-alpha.19", | ||
"babelify": "^10.0.0", | "babelify": "^10.0.0", | ||
"brace": "^0.8.0", | |||
"browserify": "^16.2.3", | "browserify": "^16.2.3", | ||
"browserify-reload": "^1.0.3", | "browserify-reload": "^1.0.3", | ||
"component-type": "^1.2.1", | "component-type": "^1.2.1", | ||
... | @@ -227,7 +231,6 @@ | ... | @@ -227,7 +231,6 @@ |
"csjs-inject": "^1.0.1", | "csjs-inject": "^1.0.1", | ||
"csslint": "^1.0.2", | "csslint": "^1.0.2", | ||
"cypress": "^4.1.0", | "cypress": "^4.1.0", | ||
"deep-equal": "^1.0.1", | |||
"dotenv": "^8.2.0", | "dotenv": "^8.2.0", | ||
"eslint": "6.8.0", | "eslint": "6.8.0", | ||
"eslint-config-prettier": "^6.11.0", | "eslint-config-prettier": "^6.11.0", | ||
... | @@ -236,8 +239,6 @@ | ... | @@ -236,8 +239,6 @@ |
"eslint-plugin-node": "11.1.0", | "eslint-plugin-node": "11.1.0", | ||
"eslint-plugin-promise": "4.2.1", | "eslint-plugin-promise": "4.2.1", | ||
"eslint-plugin-standard": "4.0.1", | "eslint-plugin-standard": "4.0.1", | ||
"ethereumjs-util": "^6.2.0", | |||
"ethers": "^5.1.4", | |||
"events": "^3.0.0", | "events": "^3.0.0", | ||
"execr": "^1.0.1", | "execr": "^1.0.1", | ||
"exorcist": "^0.4.0", | "exorcist": "^0.4.0", | ||
... | @@ -252,7 +253,6 @@ | ... | @@ -252,7 +253,6 @@ |
"is-electron": "^2.2.0", | "is-electron": "^2.2.0", | ||
"javascript-serialize": "^1.6.1", | "javascript-serialize": "^1.6.1", | ||
"jest": "25.2.3", | "jest": "25.2.3", | ||
"jquery": "^3.3.1", | |||
"js-base64": "^2.1.9", | "js-base64": "^2.1.9", | ||
"js-beautify": "1.6.14", | "js-beautify": "1.6.14", | ||
"lerna": "^3.22.1", | "lerna": "^3.22.1", | ||
... | @@ -285,7 +285,6 @@ | ... | @@ -285,7 +285,6 @@ |
"uglify-js": "^2.8.16", | "uglify-js": "^2.8.16", | ||
"vm-browserify": "0.0.4", | "vm-browserify": "0.0.4", | ||
"watchify": "^3.9.0", | "watchify": "^3.9.0", | ||
"web3": "1.2.4", | |||
"webworkify-webpack": "^2.1.5", | "webworkify-webpack": "^2.1.5", | ||
"worker-loader": "^2.0.0", | "worker-loader": "^2.0.0", | ||
"yo-yo": "github:ioedeveloper/yo-yo", | "yo-yo": "github:ioedeveloper/yo-yo", | ||
... | ... |
Please
register
or
sign in
to comment