Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalopitz committed Mar 29, 2017
1 parent b39e562 commit 486ac89
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 21 deletions.
12 changes: 6 additions & 6 deletions app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
"main": "main.js",
"dependencies": {
"array-union": "^1.0.1",
"bluebird": "^3.4.6",
"bluebird": "^3.5.0",
"deep-equal": "^1.0.1",
"flux": "^3.1.2",
"ip": "^1.1.4",
"ip": "^1.1.5",
"jquery-xml2json": "git+https://github.com/pascalopitz/jQuery-xml2json.git",
"lodash": "^4.17.2",
"moment": "^2.17.1",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"omit-keys": "^0.1.0",
"preact": "^7.1.0",
"preact": "^7.2.1",
"preact-virtual-list": "^0.3.1",
"request": "^2.79.0",
"request": "^2.81.0",
"uuid": "^3.0.0",
"wake-event": "^0.0.1"
}
Expand Down
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,23 +45,22 @@
},
"license": "ISC",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.18.0",
"babel-eslint": "^7.1.1",
"babel": "^6.23.0",
"babel-cli": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-plugin-syntax-async-functions": "^6.13.0",
"babel-plugin-transform-async-to-module-method": "^6.16.0",
"babel-plugin-transform-class-properties": "^6.19.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-node5": "^12.0.0",
"babel-preset-react": "^6.16.0",
"babel-register": "^6.18.0",
"electron": "^1.4.12",
"electron-builder": "^10.8.1",
"electron-prebuilt": "^1.4.12",
"eslint": "^3.12.2",
"eslint-plugin-react": "^6.8.0",
"babel-plugin-transform-async-to-module-method": "^6.22.0",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.23.0",
"babel-preset-node5": "^12.0.1",
"babel-preset-react": "^6.23.0",
"babel-register": "^6.24.0",
"electron": "^1.6.4",
"electron-builder": "^16.5.1",
"eslint": "^3.18.0",
"eslint-plugin-react": "^6.10.3",
"material-design-icons": "^3.0.1",
"watch": "^1.0.1"
"watch": "^1.0.2"
},
"dependencies": {}
}

0 comments on commit 486ac89

Please sign in to comment.