Skip to content

Commit 82f0e60

Browse files
committed
Dependency fix
1 parent 7475c5d commit 82f0e60

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

packages/firestore/package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,9 @@
9797
"@firebase/auth": "0.20.4",
9898
"@rollup/plugin-alias": "3.1.9",
9999
"@rollup/plugin-json": "4.1.0",
100-
"@types/chai": "^4.3.1",
101100
"@types/eslint": "7.29.0",
102101
"@types/json-stable-stringify": "1.0.34",
103-
"chai": "^4.3.6",
104-
"chai-exclude": "^2.1.0",
102+
"chai-exclude": "2.1.0",
105103
"json-stable-stringify": "1.0.1",
106104
"protobufjs": "6.11.3",
107105
"rollup": "2.72.1",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -3017,7 +3017,7 @@
30173017
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.2.22.tgz#47020d7e4cf19194d43b5202f35f75bd2ad35ce7"
30183018
integrity sha512-tFfcE+DSTzWAgifkjik9AySNqIyNoYwmR+uecPwwD/XRNfvOjmC/FjCxpiUGDkDVDphPfCUecSQVFw+lN3M3kQ==
30193019

3020-
"@types/[email protected]", "@types/chai@^4.3.1":
3020+
30213021
version "4.3.1"
30223022
resolved "https://registry.npmjs.org/@types/chai/-/chai-4.3.1.tgz#e2c6e73e0bdeb2521d00756d099218e9f5d90a04"
30233023
integrity sha512-/zPMqDkzSZ8t3VtxOa4KPq7uzzW978M9Tvh+j7GHKuo6k6GTLxPJ4J5gE5cjfJ26pnXst0N5Hax8Sr0T2Mi9zQ==
@@ -5388,14 +5388,14 @@ [email protected]:
53885388
dependencies:
53895389
check-error "^1.0.2"
53905390

5391-
chai-exclude@^2.1.0:
5391+
53925392
version "2.1.0"
53935393
resolved "https://registry.npmjs.org/chai-exclude/-/chai-exclude-2.1.0.tgz#653d1218144eafb49b563684ad90b76d12bbc3f9"
53945394
integrity sha512-IBnm50Mvl3O1YhPpTgbU8MK0Gw7NHcb18WT2TxGdPKOMtdtZVKLHmQwdvOF7mTlHVQStbXuZKFwkevFtbHjpVg==
53955395
dependencies:
53965396
fclone "^1.0.11"
53975397

5398-
[email protected], chai@^4.3.6:
5398+
53995399
version "4.3.6"
54005400
resolved "https://registry.npmjs.org/chai/-/chai-4.3.6.tgz#ffe4ba2d9fa9d6680cc0b370adae709ec9011e9c"
54015401
integrity sha512-bbcp3YfHCUzMOvKqsztczerVgBKSsEijCySNlHHbX3VG1nskvqjz5Rfso1gGwD6w6oOV3eI60pKuMOV5MV7p3Q==

0 commit comments

Comments
 (0)