Skip to content

Commit 9f7c396

Browse files
build(deps-dev): bump @types/jest from 26.0.9 to 26.0.10 (#518)
1 parent f77eaca commit 9f7c396

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@rollup/plugin-json": "^4.1.0",
6060
"@rollup/plugin-node-resolve": "^9.0.0",
6161
"@rollup/plugin-replace": "^2.3.3",
62-
"@types/jest": "^26.0.9",
62+
"@types/jest": "^26.0.10",
6363
"@types/node": "^14.0.27",
6464
"@vue/compiler-sfc": "^3.0.0-rc.4",
6565
"@vue/composition-api": "^1.0.0-beta.10",

packages/axios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"axios": "^0.19.2"
5656
},
5757
"devDependencies": {
58-
"@types/jest": "^26.0.9",
58+
"@types/jest": "^26.0.10",
5959
"@types/node": "^14.0.27",
6060
"@vue/runtime-core": "^3.0.0-rc.4",
6161
"typescript": "^3.9.7"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1330,10 +1330,10 @@
13301330
dependencies:
13311331
"@types/istanbul-lib-report" "*"
13321332

1333-
"@types/jest@26.x", "@types/jest@^26.0.9":
1334-
version "26.0.9"
1335-
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.9.tgz#0543b57da5f0cd949c5f423a00c56c492289c989"
1336-
integrity sha512-k4qFfJ5AUKrWok5KYXp2EPm89b0P/KZpl7Vg4XuOTVVQEhLDBDBU3iBFrjjdgd8fLw96aAtmnwhXHl63bWeBQQ==
1333+
"@types/jest@26.x", "@types/jest@^26.0.10":
1334+
version "26.0.10"
1335+
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.10.tgz#8faf7e9756c033c39014ae76a7329efea00ea607"
1336+
integrity sha512-i2m0oyh8w/Lum7wWK/YOZJakYF8Mx08UaKA1CtbmFeDquVhAEdA7znacsVSf2hJ1OQ/OfVMGN90pw/AtzF8s/Q==
13371337
dependencies:
13381338
jest-diff "^25.2.1"
13391339
pretty-format "^25.2.1"

0 commit comments

Comments
 (0)