-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
changes due to making project & library public #153
Conversation
meck93
commented
Apr 8, 2020
- sealer & voting-authority backend -> need bignumber.js as dev dependency due to web3js bug: Typescript compilation error regarding a bignumber.js import web3/web3.js#3386
- published @meck93/evote-crypto on npm
- remove all .npmrc files (no longer needed)
- remove github.json and reading github config from most build scripts since it's no longer needed
- sealer & voting-authority backend -> need bignumber.js as dev dependency due to web3js bug: web3/web3.js#3386 - remove all .npmrc files (no longer needed, @meck93/evote-crypto is a public npm package) - remove github.json and reading github config from most build scripts since it's no longer needed
DeepCode failed to analyze this pull requestSomething went wrong despite trying multiple times, sorry about that. |
"@material-ui/core": "^4.9.9", | ||
"@material-ui/icons": "^4.9.1", | ||
"axios": "^0.19.2", | ||
"lint-staged": "^9.5.0", | ||
"prettier": "^1.19.1", | ||
"react": "^16.12.0", | ||
"react-dom": "^16.12.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-router-dom": "^5.1.2", | ||
"react-scripts": "^3.3.0", | ||
"react-scripts": "^3.4.1", | ||
"styled-components": "^4.4.1", | ||
"zustand": "^2.2.1" | ||
"zustand": "^2.2.3" | ||
}, | ||
"devDependencies": { | ||
"@types/jest": "24.0.23", | ||
"@types/node": "12.12.12", | ||
"@types/react": "16.9.14", | ||
"@types/react-dom": "16.9.4", | ||
"@types/react-router-dom": "^5.1.2", | ||
"@types/styled-components": "^4.4.0", | ||
"@typescript-eslint/eslint-plugin": "^2.8.0", | ||
"@typescript-eslint/parser": "^2.8.0", | ||
"eslint-config-prettier": "^6.7.0", | ||
"@types/react-router-dom": "^5.1.3", | ||
"@types/styled-components": "^4.4.3", | ||
"@typescript-eslint/eslint-plugin": "^2.27.0", | ||
"@typescript-eslint/parser": "^2.27.0", | ||
"eslint-config-prettier": "^6.10.1", | ||
"eslint-config-react": "^1.1.7", | ||
"eslint-plugin-prettier": "^3.1.1", | ||
"eslint-plugin-prettier": "^3.1.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was more of an accident but I don't think it should affect a lot...
I have tested the following:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, this works as expected. Thanks!
I did the following (checks):
- install docker on a new machine
- clone the repo and this branch and create
github.json
according to the readme - run
./docker-prebuilt-up.sh
- play through the whole voting process
- run
npm install
in both the FE and BE of the voting-auth
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I updated the README