Skip to content

Commit 7b123ac

Browse files
committed
Update deps
1 parent d9bb3f3 commit 7b123ac

File tree

3 files changed

+18
-9
lines changed

3 files changed

+18
-9
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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.14 - 2018-05-15
6+
* Update deps
7+
8+
9+
10+
11+
12+
13+
514
## 0.5.13 - 2018-03-06
615

716
### Features

main/windows/player.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function init () {
2222
height: player.windowState.height,
2323
minWidth: 580,
2424
minHeight: 76,
25-
titleBarStyle: 'hidden-inset',
25+
titleBarStyle: 'hiddenInset',
2626
useContentSize: true,
2727
show: false,
2828
backgroundColor: '#fff',

package.json

Lines changed: 8 additions & 8 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.13",
4+
"version": "0.5.14",
55
"author": "Hypermodules (https://github.com/hypermodules)",
66
"browserify": {
77
"transform": [
@@ -41,8 +41,8 @@
4141
],
4242
"dependencies": {
4343
"@bret/truthy": "^1.0.1",
44-
"bl": "^1.2.1",
45-
"choo": "^6.0.0",
44+
"bl": "^2.0.0",
45+
"choo": "^6.11.0-preview1",
4646
"choo-devtools": "^2.1.0",
4747
"classnames": "^2.2.5",
4848
"content-addressable-blob-store": "^4.5.1",
@@ -54,7 +54,7 @@
5454
"electron-is-dev": "^0.3.0",
5555
"electron-log": "^2.2.12",
5656
"electron-store": "^1.1.0",
57-
"electron-updater": "2.20.1",
57+
"electron-updater": "2.21.10",
5858
"electron-window-state": "^4.0.2",
5959
"entypo": "^2.1.0",
6060
"existy": "^1.0.1",
@@ -69,7 +69,7 @@
6969
"lodash.throttle": "^4.1.1",
7070
"mkdirp": "^0.5.1",
7171
"mousetrap": "^1.6.1",
72-
"music-metadata": "^0.9.2",
72+
"music-metadata": "^0.11.5",
7373
"nanobus": "^4.1.0",
7474
"nanocomponent": "^6.0.0",
7575
"nanologger": "^1.3.0",
@@ -90,8 +90,8 @@
9090
"common-shakeify": "^0.4.4",
9191
"concat-stream": "^1.6.0",
9292
"dependency-check": "^3.0.0",
93-
"electron": "1.8.2",
94-
"electron-builder": "20.0.8",
93+
"electron": "2.0.0",
94+
"electron-builder": "20.13.4",
9595
"electron-renderify": "0.0.2",
9696
"envify": "^4.1.0",
9797
"gh-release": "^3.2.0",
@@ -100,7 +100,7 @@
100100
"rimraf": "^2.6.2",
101101
"snazzy": "^7.0.0",
102102
"spectron": "^3.7.1",
103-
"standard": "^10.0.1",
103+
"standard": "^11.0.1",
104104
"tape": "^4.6.3",
105105
"temporary-directory": "^1.0.2",
106106
"unassertify": "^2.0.5",

0 commit comments

Comments
 (0)