Merge pull request #1531 from hodgef/dependabot/npm_and_yarn/types/jest-27.5.0

Bump @types/jest from 27.4.1 to 27.5.0
This commit is contained in:
Francisco Hodge 2022-05-03 01:03:48 -07:00 committed by GitHub
commit 262f9afb69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -4207,9 +4207,9 @@
} }
}, },
"@types/jest": { "@types/jest": {
"version": "27.4.1", "version": "27.5.0",
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.4.1.tgz", "resolved": "https://registry.npmjs.org/@types/jest/-/jest-27.5.0.tgz",
"integrity": "sha512-23iPJADSmicDVrWk+HT58LMJtzLAnB2AgIzplQuq/bSrGaxCrlvRFjGbXmamnnk/mAmCdLStiGqggu28ocUyiw==", "integrity": "sha512-9RBFx7r4k+msyj/arpfaa0WOOEcaAZNmN+j80KFbFCoSqCJGHTz7YMAMGQW9Xmqm5w6l5c25vbSjMwlikJi5+g==",
"dev": true, "dev": true,
"requires": { "requires": {
"jest-matcher-utils": "^27.0.0", "jest-matcher-utils": "^27.0.0",

View File

@ -45,7 +45,7 @@
"@babel/plugin-transform-typescript": "^7.16.8", "@babel/plugin-transform-typescript": "^7.16.8",
"@babel/polyfill": "^7.12.1", "@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.17.10", "@babel/preset-env": "^7.17.10",
"@types/jest": "^27.4.1", "@types/jest": "^27.5.0",
"@typescript-eslint/eslint-plugin": "^5.19.0", "@typescript-eslint/eslint-plugin": "^5.19.0",
"@typescript-eslint/parser": "^5.21.0", "@typescript-eslint/parser": "^5.21.0",
"autoprefixer": "^10.4.6", "autoprefixer": "^10.4.6",