Skip to content

Commit

Permalink
Update non-major dependencies (#6230)
Browse files Browse the repository at this point in the history
* Update mocha and type dependencies

* Update rollup-plugin-typescript2 package

* Update chai and types

* Narrow type definition for getBytes test

* Update lock file
  • Loading branch information
dwyfrequency authored May 6, 2022
1 parent 936591c commit 74ac9b0
Show file tree
Hide file tree
Showing 41 changed files with 224 additions and 157 deletions.
6 changes: 3 additions & 3 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@
"@babel/core": "7.14.6",
"@babel/preset-env": "7.14.4",
"@types/chai": "4.2.18",
"@types/mocha": "9.0.0",
"@types/mocha": "9.1.1",
"babel-loader": "8.0.5",
"chai": "4.3.4",
"chai": "4.3.6",
"karma": "6.3.16",
"karma-chrome-launcher": "3.1.0",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "5.5.1",
"karma-typescript-es6-transform": "5.5.1",
"mocha": "9.0.0",
"mocha": "9.2.2",
"typescript": "4.3.4",
"webpack": "5.41.1",
"webpack-cli": "4.9.2",
Expand Down
8 changes: 4 additions & 4 deletions integration/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
},
"devDependencies": {
"firebase": "9.7.0",
"@types/chai": "4.2.22",
"@types/mocha": "9.0.0",
"chai": "4.3.4",
"@types/chai": "4.3.1",
"@types/mocha": "9.1.1",
"chai": "4.3.6",
"karma": "6.3.16",
"karma-babel-preprocessor": "8.0.1",
"karma-chrome-launcher": "3.1.0",
"karma-firefox-launcher": "2.1.1",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"karma-typescript": "5.5.2",
"mocha": "9.1.1",
"mocha": "9.2.2",
"npm-run-all": "4.1.5",
"typescript": "4.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@firebase/firestore": "3.4.8"
},
"devDependencies": {
"@types/mocha": "9.0.0",
"@types/mocha": "9.1.1",
"gulp": "4.0.2",
"gulp-filter": "7.0.0",
"gulp-replace": "1.1.3",
Expand All @@ -28,7 +28,7 @@
"karma-firefox-launcher": "2.1.1",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.32",
"mocha": "9.1.1",
"mocha": "9.2.2",
"ts-loader": "8.3.0",
"typescript": "4.2.2",
"webpack": "4.46.0",
Expand Down
4 changes: 2 additions & 2 deletions integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
},
"devDependencies": {
"firebase": "9.7.0",
"chai": "4.3.4",
"chai": "4.3.6",
"chromedriver": "98.0.1",
"express": "4.17.1",
"geckodriver": "2.0.4",
"mocha": "9.1.1",
"mocha": "9.2.2",
"node-fetch": "2.6.7",
"selenium-assistant": "6.1.0"
}
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,19 +70,19 @@
"babel-plugin-transform-import-meta": "2.1.1",
"@changesets/changelog-github": "0.4.4",
"@changesets/cli": "2.22.0",
"@types/chai": "4.2.22",
"@types/chai-as-promised": "7.1.4",
"@types/chai": "4.3.1",
"@types/chai-as-promised": "7.1.5",
"@types/child-process-promise": "2.2.2",
"@types/clone": "2.1.1",
"@types/eslint": "7.28.0",
"@types/inquirer": "8.1.2",
"@types/listr": "0.14.4",
"@types/long": "4.0.1",
"@types/mocha": "9.0.0",
"@types/mocha": "9.1.1",
"@types/mz": "2.7.4",
"@types/node": "12.20.26",
"@types/sinon": "9.0.11",
"@types/sinon-chai": "3.2.5",
"@types/sinon-chai": "3.2.8",
"@types/tmp": "0.2.3",
"@types/yargs": "17.0.10",
"@types/js-yaml": "4.0.5",
Expand All @@ -93,7 +93,7 @@
"api-documenter-me": "0.1.1",
"api-extractor-me": "0.1.2",
"babel-loader": "8.2.4",
"chai": "4.3.4",
"chai": "4.3.6",
"chai-as-promised": "7.1.1",
"chalk": "4.1.2",
"child-process-promise": "2.2.1",
Expand Down Expand Up @@ -133,7 +133,7 @@
"long": "3.2.0",
"merge2": "1.4.1",
"mkdirp": "1.0.4",
"mocha": "9.1.1",
"mocha": "9.2.2",
"mz": "2.7.0",
"npm-run-all": "4.1.5",
"npm-run-path": "4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@firebase/app-compat": "0.1.23",
"rollup": "2.57.0",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand Down Expand Up @@ -64,4 +64,4 @@
],
"reportDir": "./coverage/node"
}
}
}
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.5",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand All @@ -70,4 +70,4 @@
],
"reportDir": "./coverage/node"
}
}
}
4 changes: 2 additions & 2 deletions packages/app-check-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.5",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand All @@ -66,4 +66,4 @@
],
"reportDir": "./coverage/node"
}
}
}
4 changes: 2 additions & 2 deletions packages/app-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.5",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand All @@ -67,4 +67,4 @@
],
"reportDir": "./coverage/node"
}
}
}
4 changes: 2 additions & 2 deletions packages/app-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"rollup": "2.57.0",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand All @@ -67,4 +67,4 @@
],
"reportDir": "./coverage/node"
}
}
}
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@rollup/plugin-json": "4.1.0",
"rollup": "2.57.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-compat/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"rollup": "2.58.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-uglify": "6.0.4",
"typescript": "4.2.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"@rollup/plugin-json": "4.1.0",
"rollup": "2.57.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-uglify": "6.0.4",
"@rollup/plugin-node-resolve": "13.0.5",
"lerna": "4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"chromedriver": "98.0.1",
"rollup": "2.57.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"license": "Apache-2.0",
"devDependencies": {
"rollup": "2.57.0",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand All @@ -55,4 +55,4 @@
],
"reportDir": "./coverage/node"
}
}
}
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@firebase/app": "0.7.22",
"rollup": "2.57.0",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand All @@ -72,4 +72,4 @@
],
"reportDir": "./coverage/node"
}
}
}
2 changes: 1 addition & 1 deletion packages/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@
"@rollup/plugin-node-resolve": "13.0.5",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-uglify": "6.0.4",
"gulp": "4.0.2",
"gulp-sourcemaps": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"rollup": "2.57.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"@rollup/plugin-node-resolve": "13.0.5",
"ts-node": "10.7.0",
"typescript": "4.2.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"ts-node": "10.7.0",
"typescript": "4.2.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/functions-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@firebase/app-compat": "0.1.23",
"rollup": "2.57.0",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand Down Expand Up @@ -70,4 +70,4 @@
],
"reportDir": "./coverage/node"
}
}
}
4 changes: 2 additions & 2 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@firebase/app": "0.7.22",
"rollup": "2.57.0",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand All @@ -75,4 +75,4 @@
],
"reportDir": "./coverage/node"
}
}
}
4 changes: 2 additions & 2 deletions packages/installations-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.5",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-uglify": "6.0.4",
"typescript": "4.2.2"
},
Expand All @@ -63,4 +63,4 @@
"@firebase/component": "0.5.13",
"tslib": "^2.1.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/installations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@rollup/plugin-commonjs": "21.0.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.0.5",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"rollup-plugin-uglify": "6.0.4",
"typescript": "4.2.2"
},
Expand All @@ -67,4 +67,4 @@
"idb": "7.0.1",
"tslib": "^2.1.0"
}
}
}
4 changes: 2 additions & 2 deletions packages/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"rollup": "2.57.0",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
},
"repository": {
Expand All @@ -54,4 +54,4 @@
],
"reportDir": "./coverage/node"
}
}
}
4 changes: 2 additions & 2 deletions packages/messaging-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"devDependencies": {
"@firebase/app-compat": "0.1.23",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.30.0",
"rollup-plugin-typescript2": "0.31.2",
"ts-essentials": "9.1.2",
"typescript": "4.2.2"
},
Expand All @@ -58,4 +58,4 @@
"bugs": {
"url": "https://github.com/firebase/firebase-js-sdk/issues"
}
}
}
Loading

0 comments on commit 74ac9b0

Please sign in to comment.