Skip to content

Update Package Dependencies #270

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

Merged
merged 4 commits into from
Oct 30, 2017
Merged
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
4 changes: 2 additions & 2 deletions integration/browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"firebase": "^4.3.3"
},
"devDependencies": {
"browserify": "^14.4.0",
"browserify": "^14.5.0",
"chai": "^4.1.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"karma-spec-reporter": "0.0.31",
"mkdirp": "^0.5.1",
"mocha": "^3.5.0"
"mocha": "^4.0.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mocha 4 introduced a breaking change in that it will no longer force the test process to exit. Should we also configure our test runner to exit by passing --exit?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ahhh thank you sir! I was pulling down Travis to debug this very issue. I will refactor to pass --exit see if that alleviates the CI Issues.

}
}
10 changes: 5 additions & 5 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"test": "karma start --single-run"
},
"devDependencies": {
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.8",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.47",
"gulp": "gulpjs/gulp#4.0",
"gulp-filter": "^5.0.1",
"gulp-replace": "^0.6.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-spec-reporter": "0.0.31",
"mocha": "^3.5.0",
"ts-loader": "^2.3.6",
"mocha": "^4.0.1",
"ts-loader": "^3.1.0",
"typescript": "^2.4.2",
"webpack": "^3.6.0",
"webpack": "^3.8.1",
"webpack-stream": "^4.0.0"
}
}
4 changes: 2 additions & 2 deletions integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"scripts": {
"pretest": "node ./download-browsers.js",
"test": "mocha --retries 3"
"test": "mocha --retries 3 --exit"
},
"dependencies": {
"firebase": "^4.3.3"
Expand All @@ -14,7 +14,7 @@
"chromedriver": "^2.31.0",
"express": "^4.15.4",
"geckodriver": "^1.8.0",
"mocha": "^3.5.0",
"mocha": "^4.0.1",
"node-fetch": "^1.7.2",
"selenium-assistant": "^5.1.0"
}
Expand Down
10 changes: 5 additions & 5 deletions integration/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"firebase": "^4.3.3"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.39",
"@types/node": "^7.0.8",
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.47",
"chai": "^4.1.1",
"karma": "^1.7.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"karma-spec-reporter": "0.0.31",
"karma-typescript": "^3.0.5",
"mocha": "^3.5.0",
"karma-typescript": "^3.0.8",
"mocha": "^4.0.1",
"npm-run-all": "^4.1.1",
"typescript": "^2.4.2"
}
Expand Down
4 changes: 2 additions & 2 deletions integration/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"karma-spec-reporter": "0.0.31",
"mocha": "^3.5.0",
"webpack": "^3.0.0"
"mocha": "^4.0.1",
"webpack": "^3.8.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dev": "lerna run --parallel --scope @firebase/* --scope firebase dev",
"prepare": "lerna run --scope @firebase/* --scope firebase prepare",
"prepush": "node tools/gitHooks/prepush.js",
"publish:packages": "lerna publish --scope @firebase/* --scope firebase --registry http://localhost:4873",
"publish:packages": "lerna publish --scope @firebase/* --scope firebase --registry http://localhost:4873",
"repl": "node tools/repl.js",
"pretest": "node tools/pretest.js",
"test": "lerna run --parallel test",
Expand All @@ -33,12 +33,12 @@
"integration/*"
],
"devDependencies": {
"chalk": "^2.1.0",
"chalk": "^2.3.0",
"child-process-promise": "^2.2.1",
"firebase-tools": "^3.10.1",
"glob": "^7.1.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.2.2",
"gulp-typescript": "^3.2.3",
"husky": "^0.14.3",
"inquirer": "^3.2.3",
"lerna": "^2.1.0",
Expand All @@ -47,7 +47,7 @@
"ora": "^1.3.0",
"prettier": "^1.7.0",
"semver": "^5.4.1",
"simple-git": "^1.77.0",
"yargs": "^9.0.1"
"simple-git": "^1.80.1",
"yargs": "^10.0.3"
}
}
16 changes: 8 additions & 8 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dev": "gulp dev",
"test": "run-p test:browser test:node",
"test:browser": "karma start --single-run",
"test:node": "mocha test/**/*.test.* --compilers ts:ts-node/register",
"test:node": "mocha test/**/*.test.* --compilers ts:ts-node/register --exit",
"prepare": "gulp build"
},
"license": "Apache-2.0",
Expand All @@ -17,8 +17,8 @@
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.42",
"@types/sinon": "^2.3.3",
"@types/mocha": "^2.2.44",
"@types/sinon": "^2.3.7",
"chai": "^4.1.1",
"gulp": "gulpjs/gulp#4.0",
"gulp-replace": "^0.6.1",
Expand All @@ -31,14 +31,14 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"mocha": "^4.0.1",
"npm-run-all": "^4.1.1",
"sinon": "^3.2.1",
"source-map-loader": "^0.2.1",
"ts-loader": "^2.3.4",
"sinon": "^4.0.2",
"source-map-loader": "^0.2.3",
"ts-loader": "^3.1.0",
"ts-node": "^3.3.0",
"typescript": "^2.4.2",
"webpack": "^3.5.5"
"webpack": "^3.8.1"
},
"repository": {
"type": "git",
Expand Down
20 changes: 10 additions & 10 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"dev": "gulp dev",
"test": "run-p test:browser test:node",
"test:browser": "karma start --single-run",
"test:node": "mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/nodePatches.ts --retries 5 --timeout 5000",
"test:node": "mocha 'test/{,!(browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/nodePatches.ts --retries 5 --timeout 5000 --exit",
"prepare": "gulp build"
},
"license": "Apache-2.0",
Expand All @@ -18,13 +18,13 @@
},
"dependencies": {
"@firebase/util": "^0.1.1",
"faye-websocket": "0.9.3"
"faye-websocket": "0.11.1"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.42",
"@types/node": "^8.0.28",
"@types/sinon": "^2.3.3",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.47",
"@types/sinon": "^2.3.7",
"chai": "^4.1.1",
"gulp": "gulpjs/gulp#4.0",
"karma": "^1.7.0",
Expand All @@ -35,14 +35,14 @@
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"mocha": "^4.0.1",
"npm-run-all": "^4.1.1",
"sinon": "^3.2.1",
"source-map-loader": "^0.2.1",
"ts-loader": "^2.3.4",
"sinon": "^4.0.2",
"source-map-loader": "^0.2.3",
"ts-loader": "^3.1.0",
"ts-node": "^3.3.0",
"typescript": "^2.4.2",
"webpack": "^3.5.5"
"webpack": "^3.8.1"
},
"repository": {
"type": "git",
Expand Down
18 changes: 9 additions & 9 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test": "run-p test:browser test:node",
"test:browser": "karma start --single-run",
"test:browser:debug": "karma start --browsers=Chrome --auto-watch",
"test:node": "mocha 'test/{,!(integration|browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/platform_node/node_init.ts --retries 5 --timeout 5000",
"test:node": "mocha 'test/{,!(integration|browser)/**/}*.test.ts' --compilers ts:ts-node/register -r src/platform_node/node_init.ts --retries 5 --timeout 5000 --exit",
"prepare": "gulp build"
},
"main": "dist/cjs/index.node.js",
Expand All @@ -25,8 +25,8 @@
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.42",
"@types/sinon": "^2.3.3",
"@types/mocha": "^2.2.44",
"@types/sinon": "^2.3.7",
"chai": "^4.1.1",
"grpc": "^1.6.6",
"gulp": "gulpjs/gulp#4.0",
Expand All @@ -39,15 +39,15 @@
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.4",
"mkdirp": "^0.5.1",
"mocha": "^3.5.0",
"mocha": "^4.0.1",
"npm-run-all": "^4.1.1",
"sinon": "^3.2.1",
"source-map-loader": "^0.2.1",
"ts-loader": "^2.3.4",
"sinon": "^4.0.2",
"source-map-loader": "^0.2.3",
"ts-loader": "^3.1.0",
"ts-node": "^3.3.0",
"typescript": "^2.4.2",
"webpack": "^3.5.5",
"yargs": "^9.0.1"
"webpack": "^3.8.1",
"yargs": "^10.0.3"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.42",
"@types/sinon": "^2.3.3",
"@types/mocha": "^2.2.44",
"@types/sinon": "^2.3.7",
"chai": "^4.1.1",
"gulp": "gulpjs/gulp#4.0",
"karma": "^1.7.0",
Expand All @@ -32,11 +32,11 @@
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.4",
"npm-run-all": "^4.1.1",
"sinon": "^3.2.1",
"source-map-loader": "^0.2.1",
"ts-loader": "^2.3.4",
"sinon": "^4.0.2",
"source-map-loader": "^0.2.3",
"ts-loader": "^3.1.0",
"typescript": "^2.4.2",
"webpack": "^3.5.5"
"webpack": "^3.8.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"promise-polyfill": "^6.0.2"
},
"devDependencies": {
"@types/node": "^8.0.31",
"@types/node": "^8.0.47",
"gulp": "gulpjs/gulp#4.0"
},
"repository": {
Expand Down
12 changes: 6 additions & 6 deletions packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.42",
"@types/sinon": "^2.3.3",
"@types/mocha": "^2.2.44",
"@types/sinon": "^2.3.7",
"chai": "^4.1.1",
"gulp": "gulpjs/gulp#4.0",
"karma": "^1.7.0",
Expand All @@ -29,11 +29,11 @@
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.4",
"npm-run-all": "^4.1.1",
"sinon": "^3.2.1",
"source-map-loader": "^0.2.1",
"ts-loader": "^2.3.4",
"sinon": "^4.0.2",
"source-map-loader": "^0.2.3",
"ts-loader": "^3.1.0",
"typescript": "^2.4.2",
"webpack": "^3.5.5"
"webpack": "^3.8.1"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions packages/util/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"dev": "gulp dev",
"test": "run-p test:browser test:node",
"test:browser": "karma start --single-run",
"test:node": "mocha test/**/*.test.* --compilers ts:ts-node/register",
"test:node": "mocha test/**/*.test.* --compilers ts:ts-node/register --exit",
"prepare": "gulp build"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.42",
"@types/sinon": "^2.3.3",
"@types/mocha": "^2.2.44",
"@types/sinon": "^2.3.7",
"chai": "^4.1.1",
"gulp": "gulpjs/gulp#4.0",
"karma": "^1.7.0",
Expand All @@ -26,12 +26,12 @@
"karma-sauce-launcher": "^1.2.0",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.4",
"mocha": "^3.5.0",
"mocha": "^4.0.1",
"npm-run-all": "^4.1.1",
"ts-loader": "^2.3.4",
"ts-loader": "^3.1.0",
"ts-node": "^3.3.0",
"typescript": "^2.4.2",
"webpack": "^3.5.5"
"webpack": "^3.8.1"
},
"repository": {
"type": "git",
Expand Down
Loading