Skip to content

Commit

Permalink
Upgrade dependencies (#676)
Browse files Browse the repository at this point in the history
* Run yarn upgrade

* [AUTOMATED]: Prettier Code Styling

* Remove unused dependencies, add mocha in messaging/

* Update @types/mocha

* Remove version ranges from package.json files

* Update most dependencies to their latest versions

* Save exact dependency versions by default

* Revert firestore grpc update
  • Loading branch information
mmermerkaya authored Apr 12, 2018
1 parent 00659ca commit aaee15d
Show file tree
Hide file tree
Showing 28 changed files with 1,576 additions and 1,796 deletions.
1 change: 1 addition & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
registry "https://registry.npmjs.org/"
save-prefix ""
6 changes: 3 additions & 3 deletions config/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"name": "functions",
"description": "Cloud Functions for Firebase",
"dependencies": {
"cors": "^2.8.4",
"firebase-admin": "~4.2.1",
"firebase-functions": "^0.5.7"
"cors": "2.8.4",
"firebase-admin": "5.12.0",
"firebase-functions": "1.0.1"
},
"private": true
}
16 changes: 8 additions & 8 deletions integration/browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"firebase": "4.12.1"
},
"devDependencies": {
"browserify": "^16.1.0",
"chai": "^4.1.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"browserify": "16.2.0",
"chai": "4.1.2",
"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.32",
"mkdirp": "^0.5.1",
"mocha": "^5.0.1"
"mkdirp": "0.5.1",
"mocha": "5.0.5"
}
}
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.12.1"
},
"devDependencies": {
"typescript": "^2.7.2"
"typescript": "2.8.1"
}
}
26 changes: 13 additions & 13 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.48",
"@types/node": "^9.4.6",
"gulp": "^4.0.0",
"gulp-filter": "^5.1.0",
"gulp-replace": "^0.6.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"@types/mocha": "5.0.0",
"@types/node": "9.6.4",
"gulp": "4.0.0",
"gulp-filter": "5.1.0",
"gulp-replace": "0.6.1",
"karma": "2.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-mocha": "1.3.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"
"mocha": "5.0.5",
"ts-loader": "3.5.0",
"typescript": "2.8.1",
"webpack": "3.11.0",
"webpack-stream": "4.0.3"
}
}
16 changes: 8 additions & 8 deletions integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"firebase": "4.12.1"
},
"devDependencies": {
"chai": "^4.1.1",
"chromedriver": "^2.35.0",
"express": "^4.15.4",
"geckodriver": "^1.8.0",
"mocha": "^5.0.1",
"node-fetch": "^2.0.0",
"selenium-assistant": "^5.3.0",
"sinon": "^4.3.0"
"chai": "4.1.2",
"chromedriver": "2.37.0",
"express": "4.16.3",
"geckodriver": "1.11.0",
"mocha": "5.0.5",
"node-fetch": "2.1.2",
"selenium-assistant": "5.3.0",
"sinon": "4.5.0"
}
}
24 changes: 12 additions & 12 deletions integration/typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@
"firebase": "4.12.1"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"chai": "^4.1.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"@types/chai": "4.1.2",
"@types/mocha": "5.0.0",
"@types/node": "9.6.4",
"chai": "4.1.2",
"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.32",
"karma-typescript": "^3.0.12",
"mocha": "^5.0.1",
"npm-run-all": "^4.1.1",
"typescript": "^2.7.2"
"karma-typescript": "3.0.12",
"mocha": "5.0.5",
"npm-run-all": "4.1.2",
"typescript": "2.8.1"
}
}
14 changes: 7 additions & 7 deletions integration/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"firebase": "4.12.1"
},
"devDependencies": {
"chai": "^4.1.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-sauce-launcher": "^1.2.0",
"chai": "4.1.2",
"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.32",
"mocha": "^5.0.1",
"webpack": "^3.11.0"
"mocha": "5.0.5",
"webpack": "3.11.0"
}
}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@
"integration/*"
],
"devDependencies": {
"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.17.4",
"glob": "^7.1.2",
"husky": "^0.14.3",
"inquirer": "^5.1.0",
"istanbul-instrumenter-loader": "^3.0.0",
"lcov-result-merger": "^2.0.0",
"lerna": "^2.9.0",
"listr": "^0.13.0",
"merge2": "^1.2.1",
"mkdirp": "^0.5.1",
"mz": "^2.7.0",
"npm-run-path": "^2.0.2",
"ora": "^2.0.0",
"prettier": "^1.10.2",
"semver": "^5.5.0",
"simple-git": "^1.91.0",
"yargs": "^11.0.0"
"chalk": "2.3.2",
"child-process-promise": "2.2.1",
"clone": "2.1.1",
"coveralls": "3.0.0",
"dependency-graph": "0.7.0",
"firebase-tools": "3.18.2",
"glob": "7.1.2",
"husky": "0.14.3",
"inquirer": "5.2.0",
"istanbul-instrumenter-loader": "3.0.1",
"lcov-result-merger": "2.0.0",
"lerna": "2.10.1",
"listr": "0.14.0",
"merge2": "1.2.1",
"mkdirp": "0.5.1",
"mz": "2.7.0",
"npm-run-path": "2.0.2",
"ora": "2.0.0",
"prettier": "1.12.0",
"semver": "5.5.0",
"simple-git": "1.92.0",
"yargs": "11.0.0"
}
}
56 changes: 28 additions & 28 deletions packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,36 +18,36 @@
"dependencies": {
"@firebase/app-types": "0.1.2",
"@firebase/util": "0.1.10",
"tslib": "^1.9.0"
"tslib": "1.9.0"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/sinon": "^4.1.3",
"chai": "^4.1.1",
"karma": "^2.0.0",
"karma-chrome-launcher": "^2.2.0",
"karma-cli": "^1.0.1",
"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.32",
"karma-webpack": "^2.0.9",
"mocha": "^5.0.1",
"npm-run-all": "^4.1.1",
"nyc": "^11.4.1",
"rollup": "^0.57.1",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-typescript2": "^0.12.0",
"sinon": "^4.3.0",
"source-map-loader": "^0.2.3",
"ts-loader": "^3.5.0",
"ts-node": "^5.0.0",
"typescript": "^2.7.2",
"webpack": "^3.11.0"
"@types/chai": "4.1.2",
"@types/mocha": "5.0.0",
"@types/sinon": "4.3.1",
"chai": "4.1.2",
"karma": "2.0.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "1.0.1",
"karma-coverage-istanbul-reporter": "1.4.2",
"karma-mocha": "1.3.0",
"karma-sauce-launcher": "1.2.0",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.32",
"karma-webpack": "2.0.9",
"mocha": "5.0.5",
"npm-run-all": "4.1.2",
"nyc": "11.6.0",
"rollup": "0.57.1",
"rollup-plugin-commonjs": "9.1.0",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-replace": "2.0.0",
"rollup-plugin-typescript2": "0.12.0",
"sinon": "4.5.0",
"source-map-loader": "0.2.3",
"ts-loader": "3.5.0",
"ts-node": "5.0.1",
"typescript": "2.8.1",
"webpack": "3.11.0"
},
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/demo/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"logs": "firebase functions:log"
},
"dependencies": {
"firebase-admin": "~5.8.1",
"firebase-functions": "^0.8.1"
"firebase-admin": "5.12.0",
"firebase-functions": "1.0.1"
},
"private": true
}
20 changes: 10 additions & 10 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@firebase/auth-types": "0.2.0"
},
"devDependencies": {
"closure-builder": "^2.0.17",
"del": "^3.0.0",
"express": "^4.16.2",
"firebase-tools": "^3.17.4",
"firebase-functions": "^0.9.0",
"google-closure-compiler": "^20180204.0.0",
"google-closure-library": "^20180204.0.0",
"gulp": "^4.0.0",
"gulp-closure-compiler": "^0.4.0",
"protractor": "^5.3.0"
"closure-builder": "2.2.39",
"del": "3.0.0",
"express": "4.16.3",
"firebase-functions": "1.0.1",
"firebase-tools": "3.18.2",
"google-closure-compiler": "20180402.0.0",
"google-closure-library": "20180405.0.0",
"gulp": "4.0.0",
"gulp-closure-compiler": "0.4.0",
"protractor": "5.3.1"
},
"repository": {
"type": "git",
Expand Down
54 changes: 27 additions & 27 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,35 +24,35 @@
"@firebase/logger": "0.1.0",
"@firebase/util": "0.1.10",
"faye-websocket": "0.11.1",
"tslib": "^1.9.0"
"tslib": "1.9.0"
},
"devDependencies": {
"@types/chai": "^4.1.2",
"@types/mocha": "^2.2.48",
"@types/node": "^9.4.6",
"@types/sinon": "^4.1.3",
"chai": "^4.1.1",
"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.32",
"karma-webpack": "^2.0.9",
"mocha": "^5.0.1",
"npm-run-all": "^4.1.1",
"nyc": "^11.4.1",
"rollup": "^0.57.1",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-typescript2": "^0.12.0",
"sinon": "^4.3.0",
"source-map-loader": "^0.2.3",
"ts-loader": "^3.5.0",
"ts-node": "^5.0.0",
"typescript": "^2.7.2",
"webpack": "^3.11.0"
"@types/chai": "4.1.2",
"@types/mocha": "5.0.0",
"@types/node": "9.6.4",
"@types/sinon": "4.3.1",
"chai": "4.1.2",
"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.32",
"karma-webpack": "2.0.9",
"mocha": "5.0.5",
"npm-run-all": "4.1.2",
"nyc": "11.6.0",
"rollup": "0.57.1",
"rollup-plugin-commonjs": "9.1.0",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-typescript2": "0.12.0",
"sinon": "4.5.0",
"source-map-loader": "0.2.3",
"ts-loader": "3.5.0",
"ts-node": "5.0.1",
"typescript": "2.8.1",
"webpack": "3.11.0"
},
"repository": {
"type": "git",
Expand Down
12 changes: 6 additions & 6 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@
"@firebase/messaging": "0.2.3",
"@firebase/polyfill": "0.3.0",
"@firebase/storage": "0.1.8",
"dom-storage": "^2.0.2",
"xmlhttprequest": "^1.8.0"
"dom-storage": "2.1.0",
"xmlhttprequest": "1.8.0"
},
"devDependencies": {
"rollup": "^0.57.1",
"rollup-plugin-commonjs": "^9.1.0",
"rollup-plugin-node-resolve": "^3.3.0",
"rollup-plugin-uglify": "^3.0.0"
"rollup": "0.57.1",
"rollup-plugin-commonjs": "9.1.0",
"rollup-plugin-node-resolve": "3.3.0",
"rollup-plugin-uglify": "3.0.0"
},
"typings": "index.d.ts"
}
Loading

0 comments on commit aaee15d

Please sign in to comment.