aboutsummaryrefslogtreecommitdiff
path: root/package-lock.json
AgeCommit message (Collapse)Author
2020-09-17chore(deps): npm updaten-peugnet
2020-08-12disable javascript config option, close #114vincent-peugnet
2020-08-11fix dangerous things for dev depsvincent-peugnet
2020-08-04build(deps): bump elliptic from 6.5.1 to 6.5.3 (#122)dependabot[bot]
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.3. - [Release notes](https://github.com/indutny/elliptic/releases) - [Commits](https://github.com/indutny/elliptic/compare/v6.5.1...v6.5.3) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-03-23feat(graph): better layout with cose-bilkentn-peugnet
2020-03-22fix npm security allert by updateing depsn-peugnet
2020-03-22add cytoscape as a npm packagesn-peugnet
2019-12-26fix: serialize-javascript vulnerability alertn-peugnet
2019-11-15feat: load Sentry browser as an external scriptn-peugnet
- better way to check if we need to report errors in PHP - fix make file $(js_bundles) dependencies (add webpack conf) - update sentry-browser sdk and move it to dev requirements
2019-11-07feat: include sentry in frontendn-peugnet
2019-11-07build: add @sentry/cli to release processn-peugnet
2019-11-07build: gen VERSION from make instead of release-itn-peugnet
- remove @release-it/bumper module - gen VERSION from make - remove VERSION from git
2019-11-01style: add prettier on webpack buildn-peugnet
2019-10-24add release-it as the release tooln-peugnet
2019-10-21include CodeMirror in edit pagen-peugnet
- add npm prerequisite - add codemirror through npm - add webpack trough npm to build the js bundles - add first codemirror enhenced textarea