Skip to content

Commit

Permalink
Update select non-major dependencies (#7232)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwyfrequency committed Apr 19, 2023
1 parent 6f9d7b1 commit 68b79e1
Show file tree
Hide file tree
Showing 9 changed files with 407 additions and 367 deletions.
2 changes: 1 addition & 1 deletion config/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Cloud Functions for Firebase",
"dependencies": {
"cors": "2.8.5",
"firebase-admin": "11.5.0",
"firebase-admin": "11.6.0",
"firebase-functions": "3.24.1"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"firebase": "9.17.1"
"firebase": "9.19.1"
},
"devDependencies": {
"@babel/core": "7.17.10",
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
"@babel/preset-typescript": "7.16.7",
"@babel/register": "7.18.9",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@changesets/cli": "2.26.1",
"@types/chai": "4.3.4",
"@types/chai-as-promised": "7.1.5",
"@types/child-process-promise": "2.2.2",
Expand All @@ -86,7 +86,7 @@
"@types/sinon-chai": "3.2.9",
"@types/tmp": "0.2.3",
"@types/trusted-types": "2.0.3",
"@types/yargs": "17.0.22",
"@types/yargs": "17.0.24",
"@typescript-eslint/eslint-plugin": "5.43.0",
"@typescript-eslint/eslint-plugin-tslint": "5.43.0",
"@typescript-eslint/parser": "5.43.0",
Expand All @@ -106,7 +106,7 @@
"eslint-plugin-unused-imports": "2.0.0",
"express": "4.18.2",
"find-free-port": "2.0.0",
"firebase-tools": "11.19.0",
"firebase-tools": "11.27.0",
"glob": "7.2.3",
"http-server": "14.1.1",
"indexeddbshim": "8.0.0",
Expand Down Expand Up @@ -137,7 +137,7 @@
"npm-run-all": "4.1.5",
"nyc": "15.1.0",
"ora": "5.4.1",
"prettier": "2.8.0",
"prettier": "2.8.7",
"protractor": "5.4.2",
"request": "2.88.2",
"semver": "7.3.8",
Expand All @@ -153,6 +153,6 @@
"typescript": "4.7.4",
"watch": "1.0.2",
"webpack": "4.46.0",
"yargs": "17.6.2"
"yargs": "17.7.1"
}
}
2 changes: 1 addition & 1 deletion packages/auth-compat/demo/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"logs": "firebase functions:log"
},
"dependencies": {
"firebase-admin": "11.5.0",
"firebase-admin": "11.6.0",
"firebase-functions": "3.24.1"
},
"private": true
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/demo/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"logs": "firebase functions:log"
},
"dependencies": {
"firebase-admin": "11.5.0",
"firebase-admin": "11.6.0",
"firebase-functions": "3.24.1"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion packages/rules-unit-testing/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"private": true,
"dependencies": {
"firebase-admin": "11.5.0",
"firebase-admin": "11.6.0",
"firebase-functions": "3.24.1"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/prune-dts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"eslint": "7.32.0",
"eslint-plugin-unused-imports": "2.0.0",
"prettier": "2.8.0"
"prettier": "2.8.7"
},
"repository": {
"directory": "repo-scripts/prune-dts",
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/size-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"tmp": "0.2.1",
"typescript": "4.7.4",
"terser": "5.16.1",
"yargs": "17.6.2",
"yargs": "17.7.1",
"@firebase/util": "1.9.3",
"gzip-size": "6.0.0",
"glob": "7.2.3"
Expand Down

0 comments on commit 68b79e1

Please sign in to comment.