mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-04-19 16:16:13 +00:00
Update JS test packages
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
c5ad0e6eca
commit
b367909752
2 changed files with 13 additions and 13 deletions
|
@ -8,7 +8,7 @@
|
|||
"@matejmazur/react-katex": "3.1.3",
|
||||
"@testing-library/jest-dom": "5.11.6",
|
||||
"@testing-library/react": "11.2.2",
|
||||
"@testing-library/user-event": "12.5.0",
|
||||
"@testing-library/user-event": "12.6.0",
|
||||
"@types/codemirror": "0.0.102",
|
||||
"@types/d3-graphviz": "2.6.6",
|
||||
"@types/diff": "4.0.2",
|
||||
|
@ -159,7 +159,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@cypress/webpack-preprocessor": "5.5.0",
|
||||
"@testing-library/cypress": "7.0.2",
|
||||
"@testing-library/cypress": "7.0.3",
|
||||
"@types/redux-devtools": "3.0.47",
|
||||
"@types/redux-devtools-extension": "2.13.2",
|
||||
"cross-env": "7.0.3",
|
||||
|
|
22
yarn.lock
22
yarn.lock
|
@ -1644,15 +1644,15 @@
|
|||
"@svgr/plugin-svgo" "^5.4.0"
|
||||
loader-utils "^2.0.0"
|
||||
|
||||
"@testing-library/cypress@7.0.2":
|
||||
version "7.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-7.0.2.tgz#a97bc7dee8756aff195e5be57db2889fe292f923"
|
||||
integrity sha512-avBCbcCMPFHvWg4BBCA/pIh3MCwcKoJ+rc3XyZdKC5mFYPV7edjW3s4KZx/x3klXuttyuM/UesRhbSj4l5aQbw==
|
||||
"@testing-library/cypress@7.0.3":
|
||||
version "7.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/cypress/-/cypress-7.0.3.tgz#1f4bcf992d0a0ff55da13b80f6f785c976ef9c0d"
|
||||
integrity sha512-JOYW4VSSyHxaZDUhrS5N7tZA8jhr3ISx73WnLPpNkPqDCLUIJpo8ZQihti68Q4Qv5hVuA+I2rUI2glORaEFPaA==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.12.5"
|
||||
"@testing-library/dom" "^7.26.6"
|
||||
"@testing-library/dom" "^7.28.1"
|
||||
|
||||
"@testing-library/dom@^7.26.6", "@testing-library/dom@^7.28.1":
|
||||
"@testing-library/dom@^7.28.1":
|
||||
version "7.28.1"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.28.1.tgz#dea78be6e1e6db32ddcb29a449e94d9700c79eb9"
|
||||
integrity sha512-acv3l6kDwZkQif/YqJjstT3ks5aaI33uxGNVIQmdKzbZ2eMKgg3EV2tB84GDdc72k3Kjhl6mO8yUt6StVIdRDg==
|
||||
|
@ -1688,12 +1688,12 @@
|
|||
"@babel/runtime" "^7.12.5"
|
||||
"@testing-library/dom" "^7.28.1"
|
||||
|
||||
"@testing-library/user-event@12.5.0":
|
||||
version "12.5.0"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.5.0.tgz#7c6f69cee4dbd11037ac9c3f62c5d81b9a4ccf30"
|
||||
integrity sha512-9uXr4+OwjHVUxzdfYZ2yCnF3xlEzr8cZOdqjGnqD8Qb1NoCJrm7UXxG3RUpL2QqcqZ1eqVuxkFJTCky5Yit+XQ==
|
||||
"@testing-library/user-event@12.6.0":
|
||||
version "12.6.0"
|
||||
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.6.0.tgz#2d0229e399eb5a0c6c112e848611432356cac886"
|
||||
integrity sha512-FNEH/HLmOk5GO70I52tKjs7WvGYckeE/SrnLX/ip7z2IGbffyd5zOUM1tZ10vsTphqm+VbDFI0oaXu0wcfQsAQ==
|
||||
dependencies:
|
||||
"@babel/runtime" "^7.10.2"
|
||||
"@babel/runtime" "^7.12.5"
|
||||
|
||||
"@types/anymatch@*":
|
||||
version "1.3.1"
|
||||
|
|
Loading…
Add table
Reference in a new issue