Skip to content

Commit

Permalink
Upgrade all chai dependencies to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dlarocque committed Sep 25, 2024
1 parent beaa4df commit 08a19fb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/chai": "4.3.14",
"@types/mocha": "9.1.1",
"babel-loader": "8.3.0",
"chai": "4.4.1",
"chai": "4.5.0",
"karma": "6.4.2",
"karma-chrome-launcher": "3.2.0",
"karma-mocha": "2.0.1",
Expand Down
2 changes: 1 addition & 1 deletion integration/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"firebase": "10.13.2",
"@types/chai": "4.3.14",
"@types/mocha": "9.1.1",
"chai": "4.4.1",
"chai": "4.5.0",
"karma": "6.4.2",
"karma-babel-preprocessor": "8.0.2",
"karma-chrome-launcher": "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"firebase": "10.13.2",
"chai": "4.4.1",
"chai": "4.5.0",
"chromedriver": "119.0.1",
"express": "4.19.2",
"geckodriver": "2.0.4",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"@babel/register": "7.23.7",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@types/chai": "4.3.14",
"@types/chai": "4.3.16",
"@types/chai-as-promised": "7.1.8",
"@types/child-process-promise": "2.2.6",
"@types/clone": "2.1.1",
Expand All @@ -93,8 +93,8 @@
"api-documenter-me": "0.1.1",
"api-extractor-me": "0.1.2",
"babel-loader": "8.3.0",
"chai": "4.4.1",
"chai-as-promised": "7.1.1",
"chai": "4.5.0",
"chai-as-promised": "7.1.2",
"chalk": "4.1.2",
"child-process-promise": "2.2.1",
"clone": "2.1.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 @@ -117,7 +117,7 @@
"@rollup/plugin-json": "4.1.0",
"@types/eslint": "7.29.0",
"@types/json-stable-stringify": "1.0.36",
"chai-exclude": "2.1.0",
"chai-exclude": "2.1.1",
"json-stable-stringify": "1.1.1",
"protobufjs": "7.2.6",
"rollup": "2.79.1",
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/api-documenter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"devDependencies": {
"@types/js-yaml": "4.0.9",
"@types/resolve": "1.20.6",
"mocha-chai-jest-snapshot": "1.1.3"
"mocha-chai-jest-snapshot": "1.1.4"
}
}

0 comments on commit 08a19fb

Please sign in to comment.