mirror of
https://github.com/marocchino/sticky-pull-request-comment.git
synced 2025-12-15 12:46:30 +00:00
⬆️ Update jest
This commit is contained in:
parent
bd55d2a06c
commit
23b42b17eb
2 changed files with 266 additions and 1279 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
"@octokit/graphql-schema": "^14.22.0"
|
"@octokit/graphql-schema": "^14.22.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^27.4.1",
|
"@types/jest": "^29.5.3",
|
||||||
"@types/node": "^20.4.2",
|
"@types/node": "^20.4.2",
|
||||||
"@typescript-eslint/parser": "^6.0.0",
|
"@typescript-eslint/parser": "^6.0.0",
|
||||||
"@vercel/ncc": "^0.36.1",
|
"@vercel/ncc": "^0.36.1",
|
||||||
|
|
@ -40,11 +40,11 @@
|
||||||
"eslint-plugin-github": "^4.9.0",
|
"eslint-plugin-github": "^4.9.0",
|
||||||
"eslint-plugin-jest": "^27.2.3",
|
"eslint-plugin-jest": "^27.2.3",
|
||||||
"eslint-plugin-prettier": "^5.0.0",
|
"eslint-plugin-prettier": "^5.0.0",
|
||||||
"jest": "^27.5.1",
|
"jest": "^29.6.1",
|
||||||
"jest-circus": "^29.6.1",
|
"jest-circus": "^29.6.1",
|
||||||
"js-yaml": "^4.1.0",
|
"js-yaml": "^4.1.0",
|
||||||
"prettier": "3.0.0",
|
"prettier": "3.0.0",
|
||||||
"ts-jest": "^27.1.4",
|
"ts-jest": "^29.1.1",
|
||||||
"typescript": "^5.1.6"
|
"typescript": "^5.1.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue