Skip to content

Commit

Permalink
revert to packages from nightscout#3413 except
Browse files Browse the repository at this point in the history
    "jquery.tooltips": "^1.0.0" instead of     "jquery.tipsy": "^1.0.3",
  • Loading branch information
PieterGit committed Jul 4, 2018
1 parent 11d6237 commit ca66f63
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Nightscout",
"version": "0.10.3-dev-20180624",
"version": "0.10.3-dev-20180304",
"description": "Nightscout acts as a web-based CGM (Continuous Glucose Montinor) to allow multiple caregivers to remotely view a patients glucose data in realtime.",
"license": "AGPL-3.0",
"author": "Nightscout Team",
Expand Down Expand Up @@ -47,24 +47,24 @@
}
},
"engines": {
"node": "8.x||10.x",
"npm": "6.1.x || 5.8.x || 5.7.x || 5.6.x"
"node": "8.x||9.x",
"npm": "5.8.x || 5.7.x || 5.6.x"
},
"dependencies": {
"ajv": "^6.5.2",
"ajv": "^6.4.0",
"async": "^0.9.2",
"body-parser": "^1.18.3",
"body-parser": "^1.18.2",
"bootevent": "0.0.1",
"compression": "^1.7.2",
"css-loader": "^0.28.11",
"css-loader": "^0.28.10",
"cssmin": "^0.4.3",
"d3": "^3.5.17",
"ejs": "^2.6.1",
"ejs": "^2.5.8",
"errorhandler": "^1.5.0",
"event-stream": "^3.3.4",
"expand-braces": "^0.1.2",
"expose-loader": "^0.7.5",
"express": "^4.16.3",
"expose-loader": "^0.7.4",
"express": "^4.16.2",
"express-extension-to-accept": "0.0.2",
"express-minify": "^1.0.0",
"file-loader": "^1.1.11",
Expand All @@ -74,31 +74,31 @@
"jquery-ui-bundle": "^1.12.1-migrate",
"jquery.tooltips": "^1.0.0",
"js-storage": "^1.0.4",
"jsonwebtoken": "^8.3.0",
"jsonwebtoken": "^8.2.0",
"lodash": "^4.17.5",
"long": "^3.2.0",
"minimed-connect-to-nightscout": "git://github.com/mddub/minimed-connect-to-nightscout.git#v1.1.0",
"moment": "^2.22.2",
"moment-timezone": "^0.5.21",
"mongodb": "^3.1.0",
"moment": "^2.21.0",
"moment-timezone": "^0.5.14",
"mongodb": "^3.0.5",
"mongomock": "^0.1.2",
"mqtt": "^0.3.13",
"node-cache": "^4.2.0",
"node-cache": "^4.1.1",
"parse-duration": "^0.1.1",
"prettyjson": "^1.2.1",
"pushover-notifications": "^0.2.4",
"random-token": "0.0.8",
"request": "^2.87.0",
"request": "^2.83.0",
"sgvdata": "git://github.com/ktind/sgvdata.git#wip/protobuf",
"share2nightscout-bridge": "git://github.com/bewest/share2nightscout-bridge.git#wip/generalize",
"shiro-trie": "^0.3.13",
"simple-statistics": "^0.7.0",
"socket.io": "^2.1.1",
"socket.io": "^2.0.4",
"style-loader": "^0.20.2",
"traverse": "^0.6.6",
"uglify-js": "^3.4.3",
"uuid": "^3.3.2",
"webpack": "^4.15.0"
"uglify-js": "^3.3.13",
"uuid": "^3.2.1",
"webpack": "^4.3.0"
},
"devDependencies": {
"benv": "3.3.0",
Expand All @@ -107,7 +107,7 @@
"mocha": "~3.1.2",
"should": "~11.1.1",
"supertest": "~2.0.0",
"webpack-bundle-analyzer": "^2.13.1",
"webpack-cli": "^2.1.5"
"webpack-bundle-analyzer": "^2.11.1",
"webpack-cli": "^2.0.13"
}
}

0 comments on commit ca66f63

Please sign in to comment.