Skip to content

Commit

Permalink
Push all @types and common test dependencies to the top level
Browse files Browse the repository at this point in the history
  • Loading branch information
paolobueno committed Aug 21, 2017
1 parent 71252a0 commit 63c6fcc
Show file tree
Hide file tree
Showing 8 changed files with 34 additions and 77 deletions.
8 changes: 0 additions & 8 deletions client/wfm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,9 @@
"branches": 80
},
"devDependencies": {
"@types/bluebird": "^3.5.8",
"@types/lodash": "^4.14.73",
"@types/mocha": "^2.2.41",
"@types/valid-url": "^1.0.2",
"@types/node": "^8.0.7",
"@types/chai": "^4.0.3",
"@types/chai-as-promised": "0.0.31",
"del-cli": "^1.1.0",
"mocha": "^3.5.0",
"nyc": "^11.1.0",
"source-map-support": "^0.4.16",
"ts-node": "^3.3.0",
"typescript": "^2.5.0"
},
Expand Down
11 changes: 1 addition & 10 deletions cloud/datasync/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,23 +32,14 @@
"branches": 50
},
"devDependencies": {
"@raincatcher/logger": "1.0.0",
"@types/body-parser": "^1.16.4",
"@types/cors": "^2.8.1",
"@types/express": "^4.0.36",
"@types/mocha": "^2.2.41",
"@types/node": "^8.0.7",
"@types/proxyquire": "^1.3.27",
"@types/mongodb": "^2.2.10",
"del-cli": "^1.1.0",
"mocha": "^3.5.0",
"nyc": "^11.1.0",
"proxyquire": "^1.8.0",
"source-map-support": "^0.4.16",
"ts-node": "^3.3.0",
"typescript": "^2.5.0"
},
"dependencies": {
"@raincatcher/logger": "1.0.0",
"body-parser": "^1.17.2",
"cors": "^2.8.4",
"express": "^4.15.4",
Expand Down
9 changes: 0 additions & 9 deletions cloud/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,10 @@
"branches": 80
},
"devDependencies": {
"@types/bunyan": "^1.8.2",
"@types/chai": "^4.0.3",
"@types/loglevel": "^1.4.29",
"@types/mocha": "^2.2.41",
"@types/proxyquire": "^1.3.27",
"chai": "^4.1.1",
"del-cli": "^1.1.0",
"mocha": "^3.5.0",
"nyc": "^11.1.0",
"proxyquire": "^1.8.0",
"source-map-support": "^0.4.16",
"ts-node": "^3.3.0",
"tslint": "^5.6.0",
"typescript": "^2.5.0"
},
"dependencies": {
Expand Down
8 changes: 0 additions & 8 deletions cloud/passportauth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@
},
"devDependencies": {
"@raincatcher/logger": "1.0.0",
"@types/body-parser": "^1.16.4",
"@types/cors": "^2.8.1",
"@types/express": "^4.0.36",
"@types/express-session": "^1.15.2",
"@types/lodash": "^4.14.73",
"@types/mocha": "^2.2.41",
"@types/passport": "^0.3.3",
"@types/passport-local": "^1.0.30",
"@types/sinon": "^2.3.3",
"del-cli": "^1.1.0",
"mocha": "^3.5.0",
Expand Down
17 changes: 0 additions & 17 deletions cloud/wfm-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,9 @@
"shortid": "^2.2.8"
},
"devDependencies": {
"@types/bluebird": "^3.5.8",
"@types/chai": "^4.0.3",
"@types/chai-as-promised": "0.0.31",
"@types/express": "^4.0.36",
"@types/lodash": "^4.14.73",
"@types/mocha": "^2.2.41",
"@types/mongodb": "^2.2.10",
"@types/proxyquire": "^1.3.27",
"@types/shortid": "0.0.29",
"@types/sinon": "^2.3.3",
"@types/sinon-express-mock": "^1.3.2",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"del-cli": "^1.1.0",
"mocha": "^3.5.0",
"nyc": "^11.1.0",
"proxyquire": "^1.8.0",
"sinon": "^2.4.1",
"sinon-express-mock": "^1.3.1",
"source-map-support": "^0.4.16",
"ts-node": "^3.3.0",
"typescript": "^2.5.0"
}
Expand Down
13 changes: 0 additions & 13 deletions demo/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,6 @@
"branches": 70
},
"devDependencies": {
"@raincatcher/logger": "1.0.0",
"@types/bluebird": "^3.5.8",
"@types/body-parser": "^1.16.4",
"@types/cookie-parser": "^1.4.0",
"@types/cors": "^2.8.1",
"@types/express": "^4.0.36",
"@types/express-handlebars": "0.0.29",
"@types/lodash": "^4.14.73",
"@types/mocha": "^2.2.41",
"@types/mongodb": "^2.2.10",
"@types/morgan": "^1.7.32",
"@types/node": "^8.0.7",
"@types/serve-favicon": "^2.2.28",
"del-cli": "^1.1.0",
"grunt": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
Expand Down
38 changes: 32 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,42 @@
},
"homepage": "https://github.com/feedhenry-raincatcher/raincatcher#readme",
"devDependencies": {
"@types/body-parser": "^1.16.4",
"@types/cors": "^2.8.1",
"@types/express": "^4.0.36",
"@types/express-session": "^1.15.2",
"@types/node": "^8.0.7",
"@types/proxyquire": "^1.3.27",
"@types/mongodb": "^2.2.10",
"@types/sinon": "^2.3.3",
"@types/sinon-express-mock": "^1.3.2",
"@types/mocha": "^2.2.41",
"@types/chai": "^4.0.3",
"@types/chai-as-promised": "0.0.31",
"@types/bluebird": "^3.5.8",
"@types/lodash": "^4.14.73",
"@types/shortid": "0.0.29",
"@types/passport": "^0.3.3",
"@types/passport-local": "^1.0.30",
"@types/cookie-parser": "^1.4.0",
"@types/express-handlebars": "0.0.29",
"@types/morgan": "^1.7.32",
"@types/serve-favicon": "^2.2.28",
"@types/bunyan": "^1.8.2",
"@types/loglevel": "^1.4.29",
"@types/valid-url": "^1.0.2",
"chai": "^4.1.1",
"chai-as-promised": "^7.1.1",
"proxyquire": "^1.8.0",
"source-map-support": "^0.4.16",
"typescript": "^2.5.0",
"coveralls": "^2.13.1",
"del-cli": "^1.1.0",
"lcov-result-merger": "^1.2.0",
"lerna": "^2.0.0-rc.5",
"npm-run-all": "^4.0.2",
"tslint": "^5.4.3",
"typescript": "^2.3.4"
"sinon": "^2.4.1",
"sinon-express-mock": "^1.3.1"
},
"dependencies": {
"tslint": "^5.6.0",
"typescript": "^2.5.0"
}
"dependencies": {}
}
7 changes: 1 addition & 6 deletions templates/base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,10 @@
"branches": 80
},
"devDependencies": {
"@types/proxyquire": "^1.3.27",
"@types/mocha": "^2.2.41",
"proxyquire": "^1.8.0",
"del-cli": "^1.0.0",
"mocha": "^3.4.2",
"nyc": "^11.0.1",
"source-map-support": "^0.4.15",
"ts-node": "^3.0.4",
"typescript": "^2.3.4"
"ts-node": "^3.0.4"
}
}

0 comments on commit 63c6fcc

Please sign in to comment.