mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
chore(deps): update test packages
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
d12a3e7b18
commit
843d66c0f2
4 changed files with 408 additions and 309 deletions
|
@ -90,7 +90,7 @@
|
|||
"@types/diff": "5.0.2",
|
||||
"@types/express": "4.17.16",
|
||||
"@types/express-session": "1.17.5",
|
||||
"@types/jest": "29.2.6",
|
||||
"@types/jest": "29.4.0",
|
||||
"@types/mysql": "2.15.21",
|
||||
"@types/node": "18.11.18",
|
||||
"@types/passport-local": "1.0.35",
|
||||
|
@ -107,7 +107,7 @@
|
|||
"eslint-plugin-local-rules": "1.3.2",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"http-proxy-middleware": "2.0.6",
|
||||
"jest": "29.3.1",
|
||||
"jest": "29.4.1",
|
||||
"mocked-env": "1.3.5",
|
||||
"prettier": "2.8.3",
|
||||
"source-map-support": "0.5.21",
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
"eslint-config-prettier": "8.6.0",
|
||||
"eslint-plugin-jest": "27.2.1",
|
||||
"eslint-plugin-prettier": "4.2.1",
|
||||
"jest": "29.3.1",
|
||||
"jest": "29.4.1",
|
||||
"microbundle": "0.15.1",
|
||||
"prettier": "2.8.3",
|
||||
"ts-jest": "29.0.5",
|
||||
|
|
|
@ -134,7 +134,7 @@
|
|||
"@types/d3-graphviz": "2.6.7",
|
||||
"@types/diff": "5.0.2",
|
||||
"@types/dompurify": "2.4.0",
|
||||
"@types/jest": "29.2.6",
|
||||
"@types/jest": "29.4.0",
|
||||
"@types/js-yaml": "4.0.5",
|
||||
"@types/luxon": "3.2.0",
|
||||
"@types/markdown-it": "12.2.3",
|
||||
|
@ -163,8 +163,8 @@
|
|||
"eslint-plugin-prettier": "4.2.1",
|
||||
"eslint-plugin-promise": "6.1.1",
|
||||
"eslint-plugin-testing-library": "5.10.0",
|
||||
"jest": "29.3.1",
|
||||
"jest-environment-jsdom": "29.3.1",
|
||||
"jest": "29.4.1",
|
||||
"jest-environment-jsdom": "29.4.1",
|
||||
"prettier": "2.8.3",
|
||||
"react-test-renderer": "18.2.0",
|
||||
"ts-loader": "9.4.2",
|
||||
|
|
Loading…
Reference in a new issue