Skip to content

Commit

Permalink
fix(deps): support firebase-admin v12 (#1318) (#1322)
Browse files Browse the repository at this point in the history
  • Loading branch information
prescottprue authored Jul 29, 2024
1 parent ec3d3f0 commit 494c454
Show file tree
Hide file tree
Showing 2 changed files with 1,100 additions and 1,002 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"prepare": "husky"
},
"peerDependencies": {
"firebase-admin": "^11.0.0"
"firebase-admin": "^11.0.0 || ^12.0.0"
},
"devDependencies": {
"@commitlint/cli": "19.3.0",
Expand All @@ -39,29 +39,29 @@
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"chai": "4.4.1",
"cypress": "13.11.0",
"cypress": "13.13.1",
"eslint": "8.57.0",
"eslint-config-airbnb-base": "15.0.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsdoc": "48.2.9",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-jsdoc": "48.9.2",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.2.1",
"firebase": "10.12.4",
"firebase-admin": "11.11.1",
"firebase-tools": "13.11.2",
"husky": "9.0.11",
"firebase-admin": "12.3.0",
"firebase-tools": "13.14.2",
"husky": "9.1.4",
"lint-staged": "15.2.7",
"mocha": "10.4.0",
"nyc": "17.0.0",
"prettier": "3.3.2",
"rimraf": "5.0.7",
"rimraf": "5.0.9",
"sinon": "15.2.0",
"sinon-chai": "3.7.0",
"size-limit": "11.1.4",
"tsx": "4.15.2",
"typescript": "5.4.5"
"tsx": "4.16.2",
"typescript": "5.5.4"
},
"keywords": [
"cypress",
Expand Down
Loading

0 comments on commit 494c454

Please sign in to comment.