build(deps-dev): handle @types/jest bump
This commit is contained in:
parent
4b610b3dcf
commit
3523f743e5
@ -50,7 +50,7 @@
|
|||||||
"@rollup/plugin-node-resolve": "^9.0.0",
|
"@rollup/plugin-node-resolve": "^9.0.0",
|
||||||
"@rollup/plugin-replace": "^2.2.1",
|
"@rollup/plugin-replace": "^2.2.1",
|
||||||
"@types/hash-sum": "^1.0.0",
|
"@types/hash-sum": "^1.0.0",
|
||||||
"@types/jest": "^26.0.0",
|
"@types/jest": "^26.0.16",
|
||||||
"@types/node": "^14.10.1",
|
"@types/node": "^14.10.1",
|
||||||
"@types/puppeteer": "^2.0.0",
|
"@types/puppeteer": "^2.0.0",
|
||||||
"@typescript-eslint/parser": "^4.1.1",
|
"@typescript-eslint/parser": "^4.1.1",
|
||||||
|
@ -142,7 +142,7 @@ describe('renderer: component', () => {
|
|||||||
|
|
||||||
// #2170
|
// #2170
|
||||||
test('instance.$el should be exposed to watch options', async () => {
|
test('instance.$el should be exposed to watch options', async () => {
|
||||||
function returnThis(this: any) {
|
function returnThis(this: any, _arg: any) {
|
||||||
return this
|
return this
|
||||||
}
|
}
|
||||||
const propWatchSpy = jest.fn(returnThis)
|
const propWatchSpy = jest.fn(returnThis)
|
||||||
|
@ -515,7 +515,7 @@ describe('vnode', () => {
|
|||||||
// slot content (called during the block node creation) to be missed
|
// slot content (called during the block node creation) to be missed
|
||||||
test('element block should track normalized slot children', () => {
|
test('element block should track normalized slot children', () => {
|
||||||
const hoist = createVNode('div')
|
const hoist = createVNode('div')
|
||||||
let vnode1
|
let vnode1: any
|
||||||
const vnode = (openBlock(),
|
const vnode = (openBlock(),
|
||||||
createBlock('div', null, {
|
createBlock('div', null, {
|
||||||
default: () => {
|
default: () => {
|
||||||
|
10
yarn.lock
10
yarn.lock
@ -869,7 +869,7 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
"@types/istanbul-lib-report" "*"
|
"@types/istanbul-lib-report" "*"
|
||||||
|
|
||||||
"@types/jest@26.x", "@types/jest@^26.0.0":
|
"@types/jest@26.x":
|
||||||
version "26.0.15"
|
version "26.0.15"
|
||||||
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.15.tgz#12e02c0372ad0548e07b9f4e19132b834cb1effe"
|
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.15.tgz#12e02c0372ad0548e07b9f4e19132b834cb1effe"
|
||||||
integrity sha512-s2VMReFXRg9XXxV+CW9e5Nz8fH2K1aEhwgjUqPPbQd7g95T0laAcvLv032EhFHIa5GHsZ8W7iJEQVaJq6k3Gog==
|
integrity sha512-s2VMReFXRg9XXxV+CW9e5Nz8fH2K1aEhwgjUqPPbQd7g95T0laAcvLv032EhFHIa5GHsZ8W7iJEQVaJq6k3Gog==
|
||||||
@ -877,6 +877,14 @@
|
|||||||
jest-diff "^26.0.0"
|
jest-diff "^26.0.0"
|
||||||
pretty-format "^26.0.0"
|
pretty-format "^26.0.0"
|
||||||
|
|
||||||
|
"@types/jest@^26.0.16":
|
||||||
|
version "26.0.16"
|
||||||
|
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-26.0.16.tgz#b47abd50f6ed0503f589db8e126fc8eb470cf87c"
|
||||||
|
integrity sha512-Gp12+7tmKCgv9JjtltxUXokohCAEZfpJaEW5tn871SGRp8I+bRWBonQO7vW5NHwnAHe5dd50+Q4zyKuN35i09g==
|
||||||
|
dependencies:
|
||||||
|
jest-diff "^26.0.0"
|
||||||
|
pretty-format "^26.0.0"
|
||||||
|
|
||||||
"@types/lru-cache@^5.1.0":
|
"@types/lru-cache@^5.1.0":
|
||||||
version "5.1.0"
|
version "5.1.0"
|
||||||
resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.0.tgz#57f228f2b80c046b4a1bd5cac031f81f207f4f03"
|
resolved "https://registry.yarnpkg.com/@types/lru-cache/-/lru-cache-5.1.0.tgz#57f228f2b80c046b4a1bd5cac031f81f207f4f03"
|
||||||
|
Loading…
Reference in New Issue
Block a user