Skip to content
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
8 changes: 4 additions & 4 deletions integration/browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"firebase": "4.10.0"
},
"devDependencies": {
"browserify": "^14.5.0",
"browserify": "^16.1.0",
"chai": "^4.1.1",
"karma": "^1.7.0",
"karma": "^2.0.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-spec-reporter": "0.0.32",
"mkdirp": "^0.5.1",
"mocha": "^4.0.1"
"mocha": "^5.0.1"
}
}
2 changes: 1 addition & 1 deletion integration/firebase-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"firebase": "4.10.0"
},
"devDependencies": {
"typescript": "^2.4.2"
"typescript": "^2.7.2"
}
}
22 changes: 11 additions & 11 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
"test:debug": "karma start --auto-watch --browsers Chrome"
},
"devDependencies": {
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.47",
"gulp": "gulpjs/gulp#4.0",
"gulp-filter": "^5.0.1",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"gulp": "^4.0.0",
"gulp-filter": "^5.1.0",
"gulp-replace": "^0.6.1",
"karma": "^1.7.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-spec-reporter": "0.0.31",
"mocha": "^4.0.1",
"ts-loader": "^3.1.0",
"typescript": "^2.4.2",
"webpack": "^3.8.1",
"webpack-stream": "^4.0.0"
"karma-spec-reporter": "0.0.32",
"mocha": "^5.0.1",
"ts-loader": "^3.5.0",
"typescript": "^2.7.2",
"webpack": "^3.11.0",
"webpack-stream": "^4.0.2"
}
}
10 changes: 5 additions & 5 deletions integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
},
"devDependencies": {
"chai": "^4.1.1",
"chromedriver": "^2.31.0",
"chromedriver": "^2.35.0",
"express": "^4.15.4",
"geckodriver": "^1.8.0",
"mocha": "^4.0.1",
"node-fetch": "^1.7.2",
"selenium-assistant": "^5.2.0",
"sinon": "^4.1.3"
"mocha": "^5.0.1",
"node-fetch": "^2.0.0",
"selenium-assistant": "^5.3.0",
"sinon": "^4.3.0"
}
}
16 changes: 8 additions & 8 deletions integration/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"firebase": "4.10.0"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.47",
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"chai": "^4.1.1",
"karma": "^1.7.0",
"karma": "^2.0.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.8",
"mocha": "^4.0.1",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "^3.0.12",
"mocha": "^5.0.1",
"npm-run-all": "^4.1.1",
"typescript": "^2.4.2"
"typescript": "^2.7.2"
}
}
8 changes: 4 additions & 4 deletions integration/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
},
"devDependencies": {
"chai": "^4.1.1",
"karma": "^1.7.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"karma-spec-reporter": "0.0.31",
"mocha": "^4.0.1",
"webpack": "^3.8.1"
"karma-spec-reporter": "0.0.32",
"mocha": "^5.0.1",
"webpack": "^3.11.0"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,29 +37,29 @@
"integration/*"
],
"devDependencies": {
"chalk": "^2.3.0",
"chalk": "^2.3.1",
"child-process-promise": "^2.2.1",
"clone": "^2.1.1",
"coveralls": "^3.0.0",
"dependency-graph": "^0.7.0",
"firebase-tools": "^3.10.1",
"firebase-tools": "^3.17.4",
"glob": "^7.1.2",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.2.3",
"gulp-sourcemaps": "^2.6.4",
"gulp-typescript": "^4.0.1",
"husky": "^0.14.3",
"inquirer": "^5.0.0",
"inquirer": "^5.1.0",
"istanbul-instrumenter-loader": "^3.0.0",
"lcov-result-merger": "^1.2.0",
"lerna": "^2.1.0",
"lcov-result-merger": "^2.0.0",
"lerna": "^2.9.0",
"listr": "^0.13.0",
"merge2": "^1.2.0",
"merge2": "^1.2.1",
"mkdirp": "^0.5.1",
"mz": "^2.7.0",
"npm-run-path": "^2.0.2",
"ora": "^1.3.0",
"prettier": "^1.7.0",
"ora": "^2.0.0",
"prettier": "^1.10.2",
"semver": "^5.5.0",
"simple-git": "^1.80.1",
"yargs": "^10.0.3"
"simple-git": "^1.91.0",
"yargs": "^11.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/app-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"private.d.ts"
],
"devDependencies": {
"typescript": "^2.4.2"
"typescript": "^2.7.2"
},
"repository": {
"type": "git",
Expand Down
32 changes: 16 additions & 16 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,31 +20,31 @@
"tslib": "^1.9.0"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.44",
"@types/sinon": "^2.3.7",
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/sinon": "^4.1.3",
"chai": "^4.1.1",
"gulp": "gulpjs/gulp#4.0",
"gulp": "^4.0.0",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.1",
"karma": "^1.7.0",
"gulp-sourcemaps": "^2.6.4",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-coverage-istanbul-reporter": "^1.4.1",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.4",
"mocha": "^4.0.1",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^2.0.9",
"mocha": "^5.0.1",
"npm-run-all": "^4.1.1",
"nyc": "^11.2.1",
"sinon": "^4.0.2",
"nyc": "^11.4.1",
"sinon": "^4.3.0",
"source-map-loader": "^0.2.3",
"ts-loader": "^3.1.0",
"ts-node": "^4.1.0",
"typescript": "^2.4.2",
"webpack": "^3.8.1"
"ts-loader": "^3.5.0",
"ts-node": "^5.0.0",
"typescript": "^2.7.2",
"webpack": "^3.11.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@firebase/app-types": "^0.1.0"
},
"devDependencies": {
"typescript": "^2.4.2"
"typescript": "^2.7.2"
},
"repository": {
"type": "git",
Expand Down
10 changes: 5 additions & 5 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
},
"devDependencies": {
"closure-builder": "^2.0.17",
"del": "^2.2.2",
"del": "^3.0.0",
"express": "^4.16.2",
"firebase-tools": "^3.10.1",
"google-closure-compiler": "^20170910.0.0",
"google-closure-library": "^20170910.0.0",
"firebase-tools": "^3.17.4",
"google-closure-compiler": "^20180204.0.0",
"google-closure-library": "^20180204.0.0",
"gulp": "^3.9.1",
"gulp-closure-compiler": "^0.4.0",
"protractor": "^5.1.2"
"protractor": "^5.3.0"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/database-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@firebase/app-types": "^0.1.0"
},
"devDependencies": {
"typescript": "^2.4.2"
"typescript": "^2.7.2"
},
"repository": {
"type": "git",
Expand Down
30 changes: 15 additions & 15 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,29 +25,29 @@
"tslib": "^1.9.0"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/mocha": "^2.2.44",
"@types/node": "^8.0.47",
"@types/sinon": "^2.3.7",
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"@types/sinon": "^4.1.3",
"chai": "^4.1.1",
"gulp": "gulpjs/gulp#4.0",
"karma": "^1.7.0",
"gulp": "^4.0.0",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"karma-sourcemap-loader": "^0.3.7",
"karma-spec-reporter": "^0.0.31",
"karma-webpack": "^2.0.4",
"mocha": "^4.0.1",
"karma-spec-reporter": "^0.0.32",
"karma-webpack": "^2.0.9",
"mocha": "^5.0.1",
"npm-run-all": "^4.1.1",
"nyc": "^11.2.1",
"sinon": "^4.0.2",
"nyc": "^11.4.1",
"sinon": "^4.3.0",
"source-map-loader": "^0.2.3",
"ts-loader": "^3.1.0",
"ts-node": "^4.1.0",
"typescript": "^2.4.2",
"webpack": "^3.8.1"
"ts-loader": "^3.5.0",
"ts-node": "^5.0.0",
"typescript": "^2.7.2",
"webpack": "^3.11.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 1 addition & 3 deletions packages/database/test/order_by.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,7 @@ describe('.orderBy tests', function() {
expect(addedPrevNames).to.deep.equal(expectedPrevNames);
});

it('Removing default listener removes non-default listener that loads all data', function(
done
) {
it('Removing default listener removes non-default listener that loads all data', function(done) {
const ref = getRandomNode() as Reference;

const initial = { key: 'value' };
Expand Down
28 changes: 7 additions & 21 deletions packages/database/test/query.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1971,9 +1971,7 @@ describe('Query Tests', function() {
expect(val).to.equal(2);
});

it('.startAt() with two arguments works properly (case 1169).', function(
done
) {
it('.startAt() with two arguments works properly (case 1169).', function(done) {
const ref = getRandomNode() as Reference;
const data = {
Walker: {
Expand Down Expand Up @@ -2110,9 +2108,7 @@ describe('Query Tests', function() {
});
});

it(".endAt(null, 'f').limitToLast(5) returns the right set of children.", function(
done
) {
it(".endAt(null, 'f').limitToLast(5) returns the right set of children.", function(done) {
const ref = getRandomNode() as Reference;
ref.set(
{ a: 'a', b: 'b', c: 'c', d: 'd', e: 'e', f: 'f', g: 'g', h: 'h' },
Expand All @@ -2134,9 +2130,7 @@ describe('Query Tests', function() {
);
});

it('complex update() at query root raises correct value event', function(
done
) {
it('complex update() at query root raises correct value event', function(done) {
const nodePair = getRandomNode(2);
const writer = nodePair[0];
const reader = nodePair[1];
Expand Down Expand Up @@ -2241,9 +2235,7 @@ describe('Query Tests', function() {
});
});

it('listen for child_added events with limit and different types fires properly', function(
done
) {
it('listen for child_added events with limit and different types fires properly', function(done) {
const nodePair = getRandomNode(2);
const writer = nodePair[0];
const reader = nodePair[1];
Expand Down Expand Up @@ -2285,9 +2277,7 @@ describe('Query Tests', function() {
});
});

it('listen for child_changed events with limit and different types fires properly', function(
done
) {
it('listen for child_changed events with limit and different types fires properly', function(done) {
const nodePair = getRandomNode(2);
const writer = nodePair[0];
const reader = nodePair[1];
Expand Down Expand Up @@ -2338,9 +2328,7 @@ describe('Query Tests', function() {
});
});

it('listen for child_remove events with limit and different types fires properly', function(
done
) {
it('listen for child_remove events with limit and different types fires properly', function(done) {
const nodePair = getRandomNode(2);
const writer = nodePair[0];
const reader = nodePair[1];
Expand Down Expand Up @@ -2442,9 +2430,7 @@ describe('Query Tests', function() {
);
});

it('listen for child_remove events when parent set to scalar', function(
done
) {
it('listen for child_remove events when parent set to scalar', function(done) {
const nodePair = getRandomNode(2);
const writer = nodePair[0];
const reader = nodePair[1];
Expand Down
Loading