Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Commit

Permalink
Hard code versions
Browse files Browse the repository at this point in the history
I ran into some issues that may or may not have been caused by the fact
that I am running older versions of some dependencies than a fresh install
would get. This kind of inconsistency leads to madness so for now we'll
hard code specific versions rather than use Semver. I filed an issue,
#266 to specify that we need to use something like greenkeeper so we
can update when new versions of our dependencies come out.
  • Loading branch information
yaronyg committed May 25, 2016
1 parent f7dc38d commit 347f3c1
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 49 deletions.
10 changes: 5 additions & 5 deletions test/TestServer/package.json
Expand Up @@ -3,11 +3,11 @@
"version": "0.0.1",
"description": "Thali Test Server App - to be run under CI",
"dependencies": {
"express": "^4.10.2",
"fs-extra-promise": "^0.2.0",
"lie": "^3.0.1",
"socket.io": "^1.3.6",
"winston": "^2.2.0"
"express": "4.13.3",
"fs-extra-promise": "0.2.0",
"lie": "3.0.4",
"socket.io": "1.3.6",
"winston": "2.2.0"
},
"devDependencies": {
"node-uuid" : "^1.4.7",
Expand Down
54 changes: 27 additions & 27 deletions test/www/jxcore/package.json
Expand Up @@ -17,38 +17,38 @@
"author": "Microsoft Corporation",
"license": "MIT",
"dependencies": {
"balanced-match": "^0.2.0",
"bn.js": "^4.10.0",
"body-parser": "^1.13.1",
"concat-map": "^0.0.1",
"balanced-match": "0.2.0",
"bn.js": "4.10.0",
"body-parser": "1.13.3",
"concat-map": "0.0.1",
"express": "4.13.3",
"express-pouchdb": "^1.0.2",
"express-pouchdb": "1.0.3",
"forever-agent": "0.6.1",
"fs-extra-promise": "^0.2.0",
"is-property": "^1.0.2",
"leveldown-mobile": "^1.1.1",
"lie": "^3.0.4",
"long": "^3.0.3",
"minimist": "^1.2.0",
"multiplex": "^6.7.0",
"nock": "^2.12.0",
"fs-extra-promise": "0.2.0",
"is-property": "1.0.2",
"leveldown-mobile": "1.1.1",
"lie": "3.0.4",
"long": "3.0.3",
"minimist": "1.2.0",
"multiplex": "6.7.0",
"nock": "2.12.0",
"node-ssdp": "thaliproject/node-ssdp#fcc5d403f6cc5e667572fba059332908c3cc822e",
"node-uuid": "^1.4.7",
"pouchdb": "^5.2.1",
"proxyquire": "^1.7.4",
"randomstring": "^1.0.7",
"request": "^2.64.0",
"node-uuid": "1.4.7",
"pouchdb": "5.3.2",
"proxyquire": "1.7.4",
"randomstring": "1.0.7",
"request": "2.64.0",
"request-promise": "0.4.3",
"sinon": "^1.17.3",
"socket.io-client": "^1.3.6",
"supertest": "^1.1.0",
"supertest-as-promised": "^2.0.2",
"tape": "^4.0.0",
"tape-catch": "^1.0.4",
"sinon": "1.17.3",
"socket.io-client": "1.3.6",
"supertest": "1.1.0",
"supertest-as-promised": "2.0.2",
"tape": "4.0.0",
"tape-catch": "1.0.4",
"thali": "*",
"tmp": "^0.0.28",
"urlsafe-base64": "^1.0.0",
"uuid": "^2.0.0"
"tmp": "0.0.28",
"urlsafe-base64": "1.0.0",
"uuid": "2.0.0"
},
"devDependencies": {}
}
10 changes: 5 additions & 5 deletions thali/install/package.json
Expand Up @@ -4,11 +4,11 @@
"description": "Used to handle installing the Thali NPM package correctly into Cordova",
"main": "install.js",
"dependencies": {
"fs-extra-promise": "^0.2.0",
"jxc": "^1.0.14",
"lie": "^3.0.1",
"request": "^2.64.0",
"unzip": "^0.1.11"
"fs-extra-promise": "0.2.0",
"jxc": "1.0.14",
"lie": "3.0.4",
"request": "2.64.0",
"unzip": "0.1.11"
},
"scripts": {
"setupUnit": "./setUpTests.sh UnitTest_app.js",
Expand Down
24 changes: 12 additions & 12 deletions thali/package.json
Expand Up @@ -4,24 +4,24 @@
"description": "Thali Cordova Plugin",
"main": "thalireplicationmanager.js",
"dependencies": {
"body-parser": "^1.13.3",
"body-parser": "1.13.3",
"express": "4.13.3",
"express-pouchdb": "1.0.3",
"forever-agent": "0.6.1",
"ip": "^1.0.1",
"javascript-state-machine": "^2.3.5",
"lie": "^3.0.4",
"long": "^3.0.3",
"multiplex": "^6.7.0",
"ip": "1.0.1",
"javascript-state-machine": "2.3.5",
"lie": "3.0.4",
"long": "3.0.3",
"multiplex": "6.7.0",
"node-ssdp": "thaliproject/node-ssdp#fcc5d403f6cc5e667572fba059332908c3cc822e",
"node-uuid": "^1.4.7",
"request": "^2.64.0",
"salti": "^0.2.0",
"urlsafe-base64": "^1.0.0",
"winston": "^2.2.0"
"node-uuid": "1.4.7",
"request": "2.64.0",
"salti": "0.2.0",
"urlsafe-base64": "1.0.0",
"winston": "2.2.0"
},
"devDependencies": {
"jsdoc": "^3.3.3"
"jsdoc": "3.3.3"
},
"thaliInstall": {
"thali": {
Expand Down

0 comments on commit 347f3c1

Please sign in to comment.