Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Apr 3, 2017
1 parent 2cef3cf commit 4e4fc0b
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
},
"dependencies": {
"elo-js": "^1.0.1",
"pg-promise": "^5.2.6"
"pg-promise": "^5.6.4"
}
}
4 changes: 2 additions & 2 deletions chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"cli-table2": "^0.2.0",
"node-uuid": "^1.4.7",
"numeral": "^1.5.3",
"node-uuid": "^1.4.8",
"numeral": "^2.0.6",
"stdbot": "^0.4.0"
}
}
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"start": "electron --enable-logging ."
},
"dependencies": {
"electron-prebuilt": "^1.1.2"
"electron-prebuilt": "^1.4.13"
}
}
2 changes: 1 addition & 1 deletion gpio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
"start": "node ."
},
"dependencies": {
"onoff": "^1.1.0"
"onoff": "^1.1.2"
}
}
4 changes: 2 additions & 2 deletions guest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"watchify": "watchify js/main.js -o js/bundle.js"
},
"devDependencies": {
"browserify": "^13.0.0",
"watchify": "^3.7.0"
"browserify": "^14.1.0",
"watchify": "^3.9.0"
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
"lint": "standard"
},
"dependencies": {
"socket.io": "^1.4.6"
"socket.io": "^1.7.3"
},
"devDependencies": {
"standard": "^7.0.1"
"standard": "^9.0.2"
},
"standard": {
"ignore": [
Expand Down
12 changes: 6 additions & 6 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
"watchify": "watchify js/main.js -o js/bundle.js"
},
"dependencies": {
"moment": "^2.13.0",
"normalize.css": "^4.0.0",
"npm-font-open-sans": "0.0.3",
"npm-font-open-sans-condensed": "0.0.2"
"moment": "^2.18.1",
"normalize.css": "^6.0.0",
"npm-font-open-sans": "1.0.3",
"npm-font-open-sans-condensed": "1.0.3"
},
"devDependencies": {
"browserify": "^13.0.0",
"watchify": "^3.7.0"
"browserify": "^14.1.0",
"watchify": "^3.9.0"
}
}

0 comments on commit 4e4fc0b

Please sign in to comment.