mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-26 11:43:59 -05:00
Update JS test packages
This commit is contained in:
parent
c7f8ba7836
commit
0e61034eff
2 changed files with 10 additions and 10 deletions
|
@ -4,8 +4,8 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@testing-library/jest-dom": "5.11.2",
|
"@testing-library/jest-dom": "5.11.2",
|
||||||
"@testing-library/react": "10.4.7",
|
"@testing-library/react": "10.4.8",
|
||||||
"@testing-library/user-event": "12.1.0",
|
"@testing-library/user-event": "12.1.1",
|
||||||
"@types/codemirror": "0.0.97",
|
"@types/codemirror": "0.0.97",
|
||||||
"@types/deep-equal": "1.0.1",
|
"@types/deep-equal": "1.0.1",
|
||||||
"@types/emoji-mart": "3.0.2",
|
"@types/emoji-mart": "3.0.2",
|
||||||
|
|
16
yarn.lock
16
yarn.lock
|
@ -1585,18 +1585,18 @@
|
||||||
lodash "^4.17.15"
|
lodash "^4.17.15"
|
||||||
redent "^3.0.0"
|
redent "^3.0.0"
|
||||||
|
|
||||||
"@testing-library/react@10.4.7":
|
"@testing-library/react@10.4.8":
|
||||||
version "10.4.7"
|
version "10.4.8"
|
||||||
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.7.tgz#fc14847fb70a5e93576b8f7f0d1490ead02a9061"
|
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-10.4.8.tgz#5eb730291b8fd81cdb2d8877770d060b044ae4a4"
|
||||||
integrity sha512-hUYbum3X2f1ZKusKfPaooKNYqE/GtPiQ+D2HJaJ4pkxeNJQFVUEvAvEh9+3QuLdBeTWkDMNY5NSijc5+pGdM4Q==
|
integrity sha512-clgpFR6QHiRRcdhFfAKDhH8UXpNASyfkkANhtCsCVBnai+O+mK1rGtMES+Apc7ql5Wyxu7j8dcLiC4pV5VblHA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.10.3"
|
"@babel/runtime" "^7.10.3"
|
||||||
"@testing-library/dom" "^7.17.1"
|
"@testing-library/dom" "^7.17.1"
|
||||||
|
|
||||||
"@testing-library/user-event@12.1.0":
|
"@testing-library/user-event@12.1.1":
|
||||||
version "12.1.0"
|
version "12.1.1"
|
||||||
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.1.0.tgz#a2597419466a93e338c91baa7bb22d4da0309d1d"
|
resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-12.1.1.tgz#ff985f97f7f6b8f8c3c8ae5a7deb883007bc6820"
|
||||||
integrity sha512-aH/XuNFpPD6dA+fh754EGqKeAzpH66HpLJYkv9vOAih2yGmTM8JiZ8uisQDGWRPkc6sxE2zCqDwLR4ZskhRCxw==
|
integrity sha512-gJ2lD3tANqVLS6GWh2gEqvEYDPlxzR+6uLAvzdb5CH6KIM6kXfCwsvK0oLhmDRFAuj8WfnBH9CaM5YDplkWFrQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.10.2"
|
"@babel/runtime" "^7.10.2"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue