Bump @jest/types from 27.0.6 to 27.1.0 (#1089)
Bumps [@jest/types](https://github.com/facebook/jest/tree/HEAD/packages/jest-types) from 27.0.6 to 27.1.0. - [Release notes](https://github.com/facebook/jest/releases) - [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md) - [Commits](https://github.com/facebook/jest/commits/v27.1.0/packages/jest-types) --- updated-dependencies: - dependency-name: "@jest/types" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
ba958631bc
commit
e111cc62c3
2 changed files with 8 additions and 6 deletions
12
package-lock.json
generated
12
package-lock.json
generated
|
@ -29,7 +29,7 @@
|
|||
"use-react-router-breadcrumbs": "^2.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/types": "^27.0.6",
|
||||
"@jest/types": "^27.1.0",
|
||||
"@snowpack/app-scripts-react": "^2.0.1",
|
||||
"@snowpack/plugin-postcss": "^1.4.3",
|
||||
"@snowpack/plugin-react-refresh": "^2.5.0",
|
||||
|
@ -2476,8 +2476,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@jest/types": {
|
||||
"version": "27.0.6",
|
||||
"integrity": "sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g==",
|
||||
"version": "27.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.0.tgz",
|
||||
"integrity": "sha512-pRP5cLIzN7I7Vp6mHKRSaZD7YpBTK7hawx5si8trMKqk4+WOdK8NEKOTO2G8PKWD1HbKMVckVB6/XHh/olhf2g==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@types/istanbul-lib-coverage": "^2.0.0",
|
||||
|
@ -19302,8 +19303,9 @@
|
|||
}
|
||||
},
|
||||
"@jest/types": {
|
||||
"version": "27.0.6",
|
||||
"integrity": "sha512-aSquT1qa9Pik26JK5/3rvnYb4bGtm1VFNesHKmNTwmPIgOrixvhL2ghIvFRNEpzy3gU+rUgjIF/KodbkFAl++g==",
|
||||
"version": "27.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@jest/types/-/types-27.1.0.tgz",
|
||||
"integrity": "sha512-pRP5cLIzN7I7Vp6mHKRSaZD7YpBTK7hawx5si8trMKqk4+WOdK8NEKOTO2G8PKWD1HbKMVckVB6/XHh/olhf2g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@types/istanbul-lib-coverage": "^2.0.0",
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
"use-react-router-breadcrumbs": "^2.0.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@jest/types": "^27.0.6",
|
||||
"@jest/types": "^27.1.0",
|
||||
"@snowpack/app-scripts-react": "^2.0.1",
|
||||
"@snowpack/plugin-postcss": "^1.4.3",
|
||||
"@snowpack/plugin-react-refresh": "^2.5.0",
|
||||
|
|
Loading…
Reference in a new issue