Merge pull request #1104 from ethereum/refactoring-static-analyser
refactor: static analyser plugin from yo-yo to react
Showing
This diff is collapsed.
This diff is collapsed.
... | ... | @@ -41,7 +41,7 @@ |
"workspace-schematic": "nx workspace-schematic", | ||
"dep-graph": "nx dep-graph", | ||
"help": "nx help", | ||
"lint:libs": "nx run-many --target=lint --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd,remix-ui-tree-view,remix-ui-modal-dialog,remix-ui-toaster,remix-ui-file-explorer,remix-ui-debugger-ui,remix-ui-workspace", | ||
"lint:libs": "nx run-many --target=lint --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd,remix-ui-tree-view,remix-ui-modal-dialog,remix-ui-toaster,remix-ui-file-explorer,remix-ui-debugger-ui,remix-ui-workspace,remix-ui-static-analyser,remix-ui-checkbox", | ||
"build:libs": "nx run-many --target=build --parallel=false --with-deps=true --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd", | ||
"test:libs": "nx run-many --target=test --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd", | ||
"publish:libs": "npm run build:libs & lerna publish --skip-git & npm run bumpVersion:libs", | ||
... | ... | @@ -159,6 +159,7 @@ |
"isbinaryfile": "^3.0.2", | ||
"jquery": "^3.3.1", | ||
"jszip": "^3.6.0", | ||
"lodash": "^4.17.21", | ||
"latest-version": "^5.1.0", | ||
"lodash": "^4.17.21", | ||
"merge": "^1.2.0", | ||
... | ... |
Please
register
or
sign in
to comment