-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version bump, null safe bugfix, package upgrades
- Loading branch information
1 parent
52250c7
commit 3049267
Showing
5 changed files
with
30 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
{ | ||
"name": "sonos-controller-unofficial", | ||
"description": "Unoffical sonos controller for linux.", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Pascal Opitz <[email protected]>", | ||
"main": "main.js", | ||
"dependencies": { | ||
"array-union": "^2.0.0", | ||
"bluebird": "^3.5.4", | ||
"classnames": "^2.2.6", | ||
"deep-equal": "^2.0.3", | ||
"deep-equal": "^2.0.4", | ||
"dotenv": "^8.2.0", | ||
"electron-prompt": "^1.6.0", | ||
"file-type": "^15.0.1", | ||
"file-type": "^16.0.1", | ||
"ip": "^1.1.5", | ||
"koa": "^2.13.0", | ||
"koa-bodyparser": "^4.3.0", | ||
"koa-logger": "^3.2.1", | ||
"koa-router": "^9.4.0", | ||
"koa-router": "^10.0.0", | ||
"lodash": "^4.17.20", | ||
"mask-json": "^1.0.3", | ||
"mime": "^2.4.6", | ||
"moment": "^2.29.0", | ||
"music-metadata": "^7.4.0", | ||
"moment": "^2.29.1", | ||
"music-metadata": "^7.5.0", | ||
"omit-keys": "^0.1.0", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-redux": "^7.2.1", | ||
"react": "^16.14.0", | ||
"react-dom": "^16.14.0", | ||
"react-redux": "^7.2.2", | ||
"react-tiny-virtual-list": "^2.2.0", | ||
"react-viewport-list": "^3.0.0", | ||
"react-viewport-list": "^3.0.1", | ||
"react-virtual-list": "^2.3.0", | ||
"react-virtualized-auto-sizer": "^1.0.2", | ||
"redux": "^4.0.1", | ||
|
@@ -36,8 +36,8 @@ | |
"reselect": "^4.0.0", | ||
"shallow-compare": "^1.2.2", | ||
"sonos": "^1.15.0-alpha.1", | ||
"sql.js": "^1.3.0", | ||
"uuid": "^8.3.0", | ||
"sql.js": "^1.4.0", | ||
"uuid": "^8.3.1", | ||
"wake-event": "^0.0.1", | ||
"walkdir": "^0.4.1" | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters