voterunner

quick and dirty votes and discussions
git clone https://git.ce9e.org/voterunner.git

commit
d50d0f79c73b3595f7ac4ae3954f18b5e19de355
parent
b6067971330d36b00d8acab46b76bb878b843e7b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2017-11-18 09:26
update deps

Diffstat

M package.json 8 ++++----

1 files changed, 4 insertions, 4 deletions


diff --git a/package.json b/package.json

@@ -5,13 +5,13 @@
    5     5 		"any-db": "^2.2.0",
    6     6 		"any-db-postgres": "^2.1.5",
    7     7 		"any-db-sqlite3": "^2.1.4",
    8    -1 		"express": "^4.14.0",
   -1     8 		"express": "^4.16.2",
    9     9 		"log4js": "^0.6.38",
   10    -1 		"socket.io": "^1.4.8"
   -1    10 		"socket.io": "^1.7.4"
   11    11 	},
   12    12 	"devDependencies": {
   13    -1 		"markdown-it": "^7.0.0",
   14    -1 		"socket.io-client": "^1.4.8",
   -1    13 		"markdown-it": "^7.0.1",
   -1    14 		"socket.io-client": "^1.7.4",
   15    15 		"virtual-dom": "^2.1.1"
   16    16 	},
   17    17 	"author": "Tobias Bengfort",