Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependencies to enable Greenkeeper 🌴 #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Blood bank

[![Greenkeeper badge](https://badges.greenkeeper.io/ayush000/blood_bank.svg)](https://greenkeeper.io/)

[![Build Status](https://travis-ci.org/ayush000/blood_bank.svg?branch=master)](https://travis-ci.org/ayush000/blood_bank)

A simple SPA that allows to add blood donors and lists them on a map in realtime. Changes and additions are reflected in realtime, without the need to reload webpage.
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
"license": "MIT",
"dependencies": {
"@types/bluebird": "^3.0.36",
"@types/body-parser": "^0.0.33",
"@types/config": "^0.0.31",
"@types/body-parser": "^1.16.5",
"@types/config": "^0.0.33",
"@types/dojo": "^1.9.36",
"@types/es6-shim": "^0.31.32",
"@types/express": "^4.0.34",
"@types/immutability-helper": "^2.0.15",
"@types/lodash": "^4.14.44",
"@types/material-ui": "^0.16.44",
"@types/material-ui": "^0.18.1",
"@types/mongodb": "^2.1.36",
"@types/mongoose": "^4.7.1",
"@types/morgan": "^1.7.32",
"@types/node": "^6.0.52",
"@types/node": "^8.0.28",
"@types/pug": "^2.0.3",
"@types/react": "^0.14.55",
"@types/react-dom": "^0.14.19",
"@types/react": "^16.0.5",
"@types/react-dom": "^15.5.4",
"@types/react-tap-event-plugin": "^0.0.30",
"@types/socket.io": "^1.4.27",
"@types/socket.io-client": "^1.4.29",
Expand All @@ -31,30 +31,30 @@
"config": "^1.24.0",
"es6-shim": "^0.35.2",
"express": "^4.14.0",
"express-validator": "^3.1.0",
"formsy-material-ui": "^0.5.3",
"express-validator": "^4.1.1",
"formsy-material-ui": "^0.6.3",
"formsy-react": "^0.19.0",
"immutability-helper": "^2.0.0",
"lodash": "^4.17.2",
"material-ui": "^0.16.5",
"material-ui": "^0.19.2",
"mongodb": "^2.2.16",
"mongoose": "^4.7.3",
"morgan": "^1.7.0",
"pug": "^2.0.0-beta6",
"react": "^15.4.1",
"react-copy-to-clipboard": "^4.2.3",
"react-copy-to-clipboard": "^5.0.0",
"react-dom": "^15.4.1",
"react-tap-event-plugin": "^2.0.1",
"socket.io": "^1.7.2",
"socket.io-client": "^1.7.2",
"source-map-loader": "^0.1.5",
"supertest": "^2.0.1",
"socket.io": "^2.0.3",
"socket.io-client": "^2.0.3",
"source-map-loader": "^0.2.1",
"supertest": "^3.0.0",
"supertest-as-promised": "^4.0.2",
"typescript": "next",
"webpack": "^1.14.0",
"ava": "^0.17.0",
"webpack": "^3.6.0",
"ava": "^0.22.0",
"concurrently": "^3.1.0",
"tslint": "^4.1.1"
"tslint": "^5.7.0"
},
"scripts": {
"start": "tsc && webpack && node lib/server/index.js",
Expand Down