Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 13, 2020
1 parent df27732 commit 5d62921
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 109 deletions.
2 changes: 1 addition & 1 deletion integration/firestore/package.json
Expand Up @@ -26,7 +26,7 @@
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"mocha": "7.2.0",
"ts-loader": "8.0.4",
"ts-loader": "8.0.5",
"typescript": "4.0.2",
"webpack": "4.44.2",
"webpack-stream": "6.1.0"
Expand Down
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -67,7 +67,7 @@
"devDependencies": {
"@changesets/changelog-github": "0.2.7",
"@changesets/cli": "2.11.0",
"@microsoft/api-documenter": "7.9.7",
"@microsoft/api-documenter": "7.9.10",
"@microsoft/api-extractor": "7.10.4",
"@types/chai": "4.2.13",
"@types/chai-as-promised": "7.1.3",
Expand All @@ -78,14 +78,14 @@
"@types/long": "4.0.1",
"@types/mocha": "7.0.2",
"@types/mz": "2.7.1",
"@types/node": "12.12.64",
"@types/node": "12.12.67",
"@types/sinon": "9.0.8",
"@types/sinon-chai": "3.2.5",
"@types/tmp": "0.2.0",
"@types/yargs": "15.0.7",
"@typescript-eslint/eslint-plugin": "4.4.0",
"@typescript-eslint/eslint-plugin-tslint": "4.4.0",
"@typescript-eslint/parser": "4.4.0",
"@types/yargs": "15.0.8",
"@typescript-eslint/eslint-plugin": "4.4.1",
"@typescript-eslint/eslint-plugin-tslint": "4.4.1",
"@typescript-eslint/parser": "4.4.1",
"babel-loader": "8.1.0",
"chai": "4.2.0",
"chai-as-promised": "7.1.1",
Expand All @@ -95,12 +95,12 @@
"coveralls": "3.1.0",
"del": "6.0.0",
"dependency-graph": "0.9.0",
"eslint": "7.10.0",
"eslint": "7.11.0",
"eslint-plugin-import": "2.22.1",
"express": "4.17.1",
"find-free-port": "2.0.0",
"firebase-functions": "3.11.0",
"firebase-tools": "8.12.0",
"firebase-tools": "8.12.1",
"git-rev-sync": "3.0.1",
"glob": "7.1.6",
"http-server": "0.12.3",
Expand All @@ -120,7 +120,7 @@
"karma-sauce-launcher": "1.2.0",
"karma-sourcemap-loader": "0.3.8",
"karma-spec-reporter": "0.0.32",
"karma-summary-reporter": "1.8.0",
"karma-summary-reporter": "1.9.0",
"karma-webpack": "4.0.2",
"lcov-result-merger": "3.1.0",
"lerna": "3.22.1",
Expand All @@ -142,9 +142,9 @@
"simple-git": "2.21.0",
"sinon": "9.2.0",
"sinon-chai": "3.5.0",
"source-map-loader": "1.1.0",
"terser": "5.3.4",
"ts-loader": "8.0.4",
"source-map-loader": "1.1.1",
"terser": "5.3.5",
"ts-loader": "8.0.5",
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typedoc": "0.16.11",
Expand Down
2 changes: 1 addition & 1 deletion packages-exp/auth-compat-exp/demo/package.json
Expand Up @@ -22,7 +22,7 @@
"@firebase/logger": "^0.2.2",
"@firebase/util": "^0.3.0",
"lerna": "^3.22.1",
"tslib": "1.14.0"
"tslib": "1.14.1"
},
"license": "Apache-2.0",
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages-exp/auth-compat-exp/demo/yarn.lock
Expand Up @@ -5059,10 +5059,10 @@ trim-off-newlines@^1.0.0:
resolved "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz#9f9ba9d9efa8764c387698bcbfeb2c848f11adb3"
integrity sha1-n5up2e+odkw4dpi8v+sshI8RrbM=

tslib@1.14.0:
version "1.14.0"
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.0.tgz#d624983f3e2c5e0b55307c3dd6c86acd737622c6"
integrity sha512-+Zw5lu0D9tvBMjGP8LpvMb0u2WW2QV3y+D8mO6J+cNzCYIN4sVy43Bf9vl92nqFahutN0I8zHa7cc4vihIshnw==
tslib@1.14.1:
version "1.14.1"
resolved "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==

tslib@2.0.1:
version "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-unit-testing/package.json
Expand Up @@ -28,7 +28,7 @@
"@google-cloud/firestore": "4.4.0",
"@types/request": "2.48.5",
"firebase-admin": "9.2.0",
"firebase-tools": "8.12.0",
"firebase-tools": "8.12.1",
"rollup": "2.29.0",
"rollup-plugin-typescript2": "0.27.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Expand Up @@ -26,7 +26,7 @@
},
"devDependencies": {
"@types/request": "2.48.5",
"firebase-tools": "8.12.0",
"firebase-tools": "8.12.1",
"rollup": "2.29.0",
"rollup-plugin-typescript2": "0.27.3"
},
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/size-analysis/package.json
Expand Up @@ -24,7 +24,7 @@
"rollup-plugin-typescript2": "0.27.3",
"tmp": "0.2.1",
"typescript": "4.0.2",
"terser": "5.3.4",
"terser": "5.3.5",
"yargs": "16.0.3",
"@firebase/util": "0.3.2"
},
Expand Down

0 comments on commit 5d62921

Please sign in to comment.