Skip to content

Commit 82ab00a

Browse files
authored
Merge pull request #303 from hypermodules/bretkeeper
Bretkeeper
2 parents 144dea6 + a313a5a commit 82ab00a

File tree

2 files changed

+21
-9
lines changed

2 files changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 0.5.10 - 2018-02-14
6+
* Update internal deps:
7+
8+
9+
10+
11+
12+
13+
## 0.5.9 - 2018-01-27
14+
* Update electron due to security fixes
15+
516
## 0.5.8 - 2017-12-21
617
* Disable slow duration extraction. Some songs may lack a duration but this will avoid slow metadata extraction. We have a solution that is almost done to alleviate this issue, hold tight.
718
* Better library scan timing.

package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "hyperamp",
33
"description": "Indescribable music player",
4-
"version": "0.5.9",
4+
"version": "0.5.10",
55
"author": "Hypermodules (https://github.com/hypermodules)",
66
"browserify": {
77
"transform": [
@@ -68,12 +68,12 @@
6868
"lodash.throttle": "^4.1.1",
6969
"mkdirp": "^0.5.1",
7070
"mousetrap": "^1.6.1",
71-
"music-metadata": "^0.8.7",
71+
"music-metadata": "^0.9.2",
7272
"nanobus": "^4.1.0",
7373
"nanocomponent": "^6.0.0",
7474
"nanologger": "^1.3.0",
7575
"nanotick": "^1.1.6",
76-
"pump": "^2.0.0",
76+
"pump": "^3.0.0",
7777
"raven": "^2.2.1",
7878
"raven-js": "^3.19.1",
7979
"run-parallel": "^1.1.6",
@@ -82,19 +82,20 @@
8282
},
8383
"devDependencies": {
8484
"@tap-format/spec": "^0.2.0",
85-
"browserify": "^14.5.0",
86-
"budo": "^10.0.4",
85+
"browserify": "^16.1.0",
86+
"budo": "^11.1.3",
8787
"buffer-equal": "^1.0.0",
8888
"bundle-collapser": "^1.3.0",
8989
"common-shakeify": "^0.4.4",
9090
"concat-stream": "^1.6.0",
91-
"dependency-check": "^2.8.0",
92-
"electron": "1.7.11",
93-
"electron-builder": "19.55.2",
91+
"dependency-check": "^3.0.0",
92+
"electron": "1.8.2",
93+
"electron-builder": "20.0.4",
9494
"electron-renderify": "0.0.2",
9595
"envify": "^4.1.0",
96-
"is-buffer": "^1.1.5",
96+
"is-buffer": "^2.0.0",
9797
"npm-run-all": "^4.1.1",
98+
"rimraf": "^2.6.2",
9899
"snazzy": "^7.0.0",
99100
"spectron": "^3.7.1",
100101
"standard": "^10.0.1",

0 commit comments

Comments
 (0)