Skip to content

Commit

Permalink
Merge pull request #31 from amejiarosario/update-deps
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
amejiarosario authored Aug 23, 2019
2 parents 72e3d68 + 8096f7c commit 48fe6f3
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 10 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Bug Fixes (patch)

## [1.3.6]

### Breaking Changes (major)

### New Features (minor)

### Bug Fixes (patch)
- update deps [commit](https://github.com/amejiarosario/dsa.js/commit/d8ce2f5b1a3bfeb861928d6c99d7624cd9ac144a)
- style: fix eslint issue [commit](https://github.com/amejiarosario/dsa.js/commit/72e3d68e09bb9c7dd3fabf5cbeba1ae5571fc686)%

## [1.3.5]

### Breaking Changes (major)
Expand Down Expand Up @@ -106,7 +116,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

[Unreleased]: https://github.com/amejiarosario/dsa.js/compare/1.3.5...HEAD
[Unreleased]: https://github.com/amejiarosario/dsa.js/compare/1.3.6...HEAD
[1.3.6]: https://github.com/amejiarosario/dsa.js/compare/1.3.5...1.3.6
[1.3.5]: https://github.com/amejiarosario/dsa.js/compare/1.3.4...1.3.5
[1.3.4]: https://github.com/amejiarosario/dsa.js/compare/1.2.3...1.3.4
[1.2.2]: https://github.com/amejiarosario/dsa.js/compare/1.2.2...1.2.3
Expand Down
52 changes: 47 additions & 5 deletions package-lock.json

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

6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dsa.js",
"version": "1.3.5",
"version": "1.3.6",
"description": "Data Structures & Algorithms in JS",
"author": "Adrian Mejia <[email protected]> (https://adrianmejia.com)",
"homepage": "https://github.com/amejiarosario/dsa.js",
Expand Down Expand Up @@ -31,17 +31,15 @@
"dependencies": {},
"devDependencies": {
"benchmark": "2.1.4",

"eslint": "4.19.1",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "21.17.0",

"jest": "23.6.0",
"braces": ">=2.3.1",
"handlebars": ">=4.0.14",
"js-yaml": ">=3.13.1",

"mem": ">=4.0.0",
"textlint-plugin-asciidoctor": "1.0.2"
},
"engines": {
Expand Down

0 comments on commit 48fe6f3

Please sign in to comment.