mirror of
https://github.com/apricote/Listory.git
synced 2026-01-13 21:21:02 +00:00
Merge remote-tracking branch 'origin/renovate/testing-library-user-event-12.x' into master
This commit is contained in:
commit
766a46f52f
2 changed files with 7 additions and 7 deletions
12
frontend/package-lock.json
generated
12
frontend/package-lock.json
generated
|
|
@ -1860,17 +1860,17 @@
|
|||
}
|
||||
},
|
||||
"@testing-library/user-event": {
|
||||
"version": "10.4.1",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-10.4.1.tgz",
|
||||
"integrity": "sha512-3sdJAfjT0i4aNvo0Gqod5MvZXutMXarVsLtb+r1t65AaRJY7BgMIzWgOtfM5dxRvZsc7IdXnCt9+gcWhiXk1xg==",
|
||||
"version": "12.1.3",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.1.3.tgz",
|
||||
"integrity": "sha512-U6tpKWbBMvqt8tIF77crr9VyP1W+yxK+c48xH5rvYwmT4MER5jvWAFqNzkn542Bt3qeDCn0aqwb0Pv+3mDbLtw==",
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.10.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.4.tgz",
|
||||
"integrity": "sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==",
|
||||
"version": "7.11.2",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.11.2.tgz",
|
||||
"integrity": "sha512-TeWkU52so0mPtDcaCTxNBI/IHiz0pZgr8VEFqXFtZWpYD08ZB6FaSwVAS8MKRQAP3bYKiVjwysOJgMFY28o6Tw==",
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
"@fullhuman/postcss-purgecss": "2.3.0",
|
||||
"@testing-library/jest-dom": "5.11.4",
|
||||
"@testing-library/react": "10.4.9",
|
||||
"@testing-library/user-event": "10.4.1",
|
||||
"@testing-library/user-event": "12.1.3",
|
||||
"@types/jest": "25.2.3",
|
||||
"@types/node": "12.12.55",
|
||||
"@types/react": "16.9.49",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue