Skip to content

Commit

Permalink
Update select non-major dependencies (#6698)
Browse files Browse the repository at this point in the history
* Update karma version

* Update del dep

* Update glob dep

* Update chai types

* Update babel/plugin-transform-modules-commonj dep

* Update selenium-webdriver and selenium-assistant

* Update lock file

* Update terser

* Update @types/node-fetch
  • Loading branch information
dwyfrequency authored Oct 19, 2022
1 parent de1c717 commit 941ad29
Show file tree
Hide file tree
Showing 10 changed files with 176 additions and 52 deletions.
4 changes: 2 additions & 2 deletions e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/preset-env": "7.17.10",
"@types/chai": "4.3.1",
"@types/chai": "4.3.3",
"@types/mocha": "9.1.1",
"babel-loader": "8.2.5",
"chai": "4.3.6",
"karma": "6.3.19",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-mocha": "2.0.1",
"karma-spec-reporter": "0.0.34",
Expand Down
4 changes: 2 additions & 2 deletions integration/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"devDependencies": {
"firebase": "9.12.1",
"@types/chai": "4.3.1",
"@types/chai": "4.3.3",
"@types/mocha": "9.1.1",
"chai": "4.3.6",
"karma": "6.3.19",
"karma": "6.4.1",
"karma-babel-preprocessor": "8.0.2",
"karma-chrome-launcher": "3.1.1",
"karma-firefox-launcher": "2.1.2",
Expand Down
2 changes: 1 addition & 1 deletion integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"gulp": "4.0.2",
"gulp-filter": "7.0.0",
"gulp-replace": "1.1.3",
"karma": "6.3.19",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-firefox-launcher": "2.1.2",
"karma-mocha": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
"geckodriver": "2.0.4",
"mocha": "9.2.2",
"node-fetch": "2.6.7",
"selenium-assistant": "6.1.0"
"selenium-assistant": "6.1.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@
],
"devDependencies": {
"@babel/core": "7.17.10",
"@babel/plugin-transform-modules-commonjs": "7.17.9",
"@babel/plugin-transform-modules-commonjs": "7.18.6",
"@babel/preset-env": "7.17.10",
"@babel/preset-typescript": "7.16.7",
"@babel/register": "7.17.7",
"@changesets/changelog-github": "0.4.7",
"@changesets/cli": "2.25.0",
"@types/chai": "4.3.1",
"@types/chai": "4.3.3",
"@types/chai-as-promised": "7.1.5",
"@types/child-process-promise": "2.2.2",
"@types/clone": "2.1.1",
Expand Down Expand Up @@ -99,7 +99,7 @@
"child-process-promise": "2.2.1",
"clone": "2.1.2",
"coveralls": "3.1.1",
"del": "6.0.0",
"del": "6.1.1",
"dependency-graph": "0.11.0",
"eslint": "7.32.0",
"eslint-plugin-import": "2.26.0",
Expand All @@ -114,7 +114,7 @@
"inquirer": "8.2.4",
"istanbul-instrumenter-loader": "3.0.1",
"js-yaml": "4.1.0",
"karma": "6.3.19",
"karma": "6.4.1",
"karma-chrome-launcher": "3.1.1",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "3.0.3",
Expand Down Expand Up @@ -146,7 +146,7 @@
"sinon": "9.2.4",
"sinon-chai": "3.7.0",
"source-map-loader": "1.1.3",
"terser": "5.14.2",
"terser": "5.15.1",
"ts-loader": "8.4.0",
"ts-node": "10.9.1",
"tslint": "6.1.3",
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 @@ -51,7 +51,7 @@
"@firebase/component": "0.5.20",
"@firebase/util": "1.7.2",
"node-fetch": "2.6.7",
"selenium-webdriver": "4.1.2",
"selenium-webdriver": "4.5.0",
"tslib": "^2.1.0"
},
"license": "Apache-2.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 @@ -106,7 +106,7 @@
"@firebase/logger": "0.3.3",
"@firebase/util": "1.7.2",
"node-fetch": "2.6.7",
"selenium-webdriver": "4.1.2",
"selenium-webdriver": "4.5.0",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/changelog-generator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@changesets/types": "3.3.0",
"@changesets/get-github-info": "0.5.1",
"node-fetch": "2.6.7",
"@types/node-fetch": "2.6.1"
"@types/node-fetch": "2.6.2"
},
"license": "Apache-2.0",
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions repo-scripts/size-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"memfs": "3.4.7",
"tmp": "0.2.1",
"typescript": "4.2.2",
"terser": "5.14.2",
"terser": "5.15.1",
"yargs": "17.6.0",
"@firebase/util": "1.7.2",
"gzip-size": "6.0.0",
"glob": "7.2.0"
"glob": "7.2.3"
},
"license": "Apache-2.0",
"devDependencies": {
Expand Down
Loading

0 comments on commit 941ad29

Please sign in to comment.