Merge pull request #620 from ethereum/debugerIssues
Modal Dialog in react
Showing
... | @@ -41,7 +41,7 @@ | ... | @@ -41,7 +41,7 @@ |
"workspace-schematic": "nx workspace-schematic", | "workspace-schematic": "nx workspace-schematic", | ||
"dep-graph": "nx dep-graph", | "dep-graph": "nx dep-graph", | ||
"help": "nx help", | "help": "nx help", | ||
"lint:libs": "nx run-many --target=lint --projects=remixd", | "lint:libs": "nx run-many --target=lint --projects=remixd,remix-ui-modal-dialog", | ||
"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", | "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", | "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", | "publish:libs": "npm run build:libs & lerna publish --skip-git & npm run bumpVersion:libs", | ||
... | @@ -279,6 +279,7 @@ | ... | @@ -279,6 +279,7 @@ |
"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", | ||
"yo-yoify": "^3.7.3" | "yo-yoify": "^3.7.3", | ||
"@types/jest": "25.1.4" | |||
} | } | ||
} | } |
Please
register
or
sign in
to comment