Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
Update node-window-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
sentialx committed Feb 28, 2019
1 parent 78aea94 commit b197ac2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 14 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multrin",
"version": "0.2.3",
"version": "0.2.4",
"description": "Tabbed window organizer",
"keywords": [
"organizer",
Expand Down Expand Up @@ -46,8 +46,8 @@
],
"devDependencies": {
"@types/gsap": "1.20.1",
"@types/node": "11.9.5",
"@types/react": "16.8.5",
"@types/node": "11.9.6",
"@types/react": "16.8.6",
"@types/react-dom": "16.8.2",
"@types/styled-components": "4.1.11",
"concurrently": "4.1.0",
Expand All @@ -64,15 +64,15 @@
"typescript-plugin-styled-components": "1.2.0"
},
"dependencies": {
"bindings": "1.4.0",
"bindings": "1.5.0",
"electron-updater": "4.0.6",
"extract-file-icon": "0.1.1",
"gsap": "2.1.1",
"mobx": "5.9.0",
"mobx-react": "5.4.3",
"mouse-hooks": "0.2.0",
"node-vibrant": "3.2.0-alpha",
"node-window-manager": "0.5.0",
"node-window-manager": "0.6.0",
"react": "16.8.3",
"react-dom": "16.8.3",
"styled-components": "4.1.3"
Expand Down
24 changes: 15 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -293,9 +293,9 @@
version "1.20.1"
resolved "https://registry.yarnpkg.com/@types/gsap/-/gsap-1.20.1.tgz#3dfc3370f464ca3e8991bf9458c4358d02ddf4c9"

"@types/[email protected].5":
version "11.9.5"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.5.tgz#011eece9d3f839a806b63973e228f85967b79ed3"
"@types/[email protected].6":
version "11.9.6"
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.9.6.tgz#c632bbcc780a1349673a6e2e9b9dfa8c369d3c74"

"@types/node@^10.12.18":
version "10.12.27"
Expand Down Expand Up @@ -325,9 +325,9 @@
"@types/prop-types" "*"
csstype "^2.2.0"

"@types/[email protected].5":
version "16.8.5"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.5.tgz#03b9a6597bc20f6eaaed43f377a160f7e41c2b90"
"@types/[email protected].6":
version "16.8.6"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.8.6.tgz#fa1de3fe56cc9b6afeddc73d093d7f30fd5e31cc"
dependencies:
"@types/prop-types" "*"
csstype "^2.2.0"
Expand Down Expand Up @@ -693,6 +693,12 @@ bindings@1, [email protected]:
dependencies:
file-uri-to-path "1.0.0"

[email protected]:
version "1.5.0"
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.5.0.tgz#10353c9e945334bc0511a6d90b38fbc7c9c504df"
dependencies:
file-uri-to-path "1.0.0"

bindings@~1.2.0:
version "1.2.1"
resolved "https://registry.yarnpkg.com/bindings/-/bindings-1.2.1.tgz#14ad6113812d2d37d72e67b4cacb4bb726505f11"
Expand Down Expand Up @@ -2904,9 +2910,9 @@ [email protected]:
"@vibrant/quantizer-mmcq" "^3.2.0-alpha"
url "^0.11.0"

node-window-manager@0.5.0:
version "0.5.0"
resolved "https://registry.yarnpkg.com/node-window-manager/-/node-window-manager-0.5.0.tgz#b79824cf7a799ea5f3ebe6a006a37f5b4be77b97"
node-window-manager@0.6.0:
version "0.6.0"
resolved "https://registry.yarnpkg.com/node-window-manager/-/node-window-manager-0.6.0.tgz#88e3392caf51f7d8d426ad396e18fc64d79cbc4a"
dependencies:
ffi "2.3.0"
ref "1.3.5"
Expand Down

0 comments on commit b197ac2

Please sign in to comment.