Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
tboeckmann committed Jan 30, 2021
2 parents 6f082de + baee5ce commit 10226f9
Show file tree
Hide file tree
Showing 5 changed files with 293 additions and 51 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -135,6 +135,10 @@ Run `ng build` to build the project. The build artifacts will be stored in the `

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Security Review Status: pre-audit

The code in this repository has not been audited.

## License

[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmailchain%2Fmailchain-web.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmailchain%2Fmailchain-web?ref=badge_large)
208 changes: 178 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Expand Up @@ -21,19 +21,19 @@
"@angular/router": "~8.2.14",
"@ckeditor/ckeditor5-angular": "^1.2.3",
"@ckeditor/ckeditor5-build-classic": "github:mailchain/ckeditor5-build-classic#mailchain_stable",
"bootstrap": "^4.5.0",
"bootstrap": "^4.5.1",
"core-js": "^2.6.11",
"ethereum-blockies-base64": "^1.0.2",
"font-awesome": "^4.7.0",
"glyphicons-halflings": "^1.9.1",
"jquery": "^3.5.1",
"ngx-bootstrap": "^3.2.0",
"popper.js": "^1.16.1",
"rxjs": "~6.5.5",
"rxjs": "~6.6.0",
"semver": "^6.3.0",
"webpack": "^4.43.0",
"tslib": "^1.13.0",
"zone.js": "~0.10.3"
"webpack": "^4.44.0",
"zone.js": "^0.11.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.803.25",
Expand All @@ -45,7 +45,7 @@
"@types/jasminewd2": "~2.0.3",
"@types/node": "^8.10.54",
"codelyzer": "^5.0.1",
"elliptic": "^6.5.2",
"elliptic": "^6.5.3",
"jasmine-core": "^3.5.0",
"jasmine-spec-reporter": "^5.0.2",
"karma": "^4.4.1",
Expand Down

0 comments on commit 10226f9

Please sign in to comment.