mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Merge pull request #72 from dangeredwolf/renovate/jest-monorepo
Update dependency @types/jest to ^29.0.2
This commit is contained in:
commit
ab971626f7
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -16,7 +16,7 @@
|
|||
"@cloudflare/workers-types": "^3.16.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/webpack-plugin": "^1.19.0",
|
||||
"@types/jest": "^29.0.1",
|
||||
"@types/jest": "^29.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
||||
"@typescript-eslint/parser": "^5.37.0",
|
||||
"dotenv": "^16.0.2",
|
||||
|
@ -1822,9 +1822,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/jest": {
|
||||
"version": "29.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz",
|
||||
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==",
|
||||
"version": "29.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.2.tgz",
|
||||
"integrity": "sha512-TaklkwSEtvwJpleiKBHgEBySIQlcZ08gYP/s5wdtdLnjz9uxjnDd7U+Y0JWACebkqBc+jtbol2PEtEW0wQV2zQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"expect": "^29.0.0",
|
||||
|
@ -8687,9 +8687,9 @@
|
|||
}
|
||||
},
|
||||
"@types/jest": {
|
||||
"version": "29.0.1",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.1.tgz",
|
||||
"integrity": "sha512-CAZrjLRZs4xEdIrfrdV74xK1Vo/BKQZwUcjJv3gp6gMeV3BsVxMnXTcgtYOKyphT4DPPo7jxVEVhuwJTQn3oPQ==",
|
||||
"version": "29.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@types/jest/-/jest-29.0.2.tgz",
|
||||
"integrity": "sha512-TaklkwSEtvwJpleiKBHgEBySIQlcZ08gYP/s5wdtdLnjz9uxjnDd7U+Y0JWACebkqBc+jtbol2PEtEW0wQV2zQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"expect": "^29.0.0",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"@cloudflare/workers-types": "^3.16.0",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@sentry/webpack-plugin": "^1.19.0",
|
||||
"@types/jest": "^29.0.1",
|
||||
"@types/jest": "^29.0.2",
|
||||
"@typescript-eslint/eslint-plugin": "^5.37.0",
|
||||
"@typescript-eslint/parser": "^5.37.0",
|
||||
"dotenv": "^16.0.2",
|
||||
|
|
Loading…
Add table
Reference in a new issue