updated deps

This commit is contained in:
Sendou 2020-06-07 10:11:50 +03:00
parent da3de75af7
commit 8fd7080b2c
2 changed files with 8 additions and 8 deletions

View File

@ -2166,9 +2166,9 @@
}
},
"@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": "11.2.1",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-11.2.1.tgz",
"integrity": "sha512-dwXa4y+9mAp1+wR/1ufFjm5kUHsvJ5Y5dCdaWyU1CXIA7SNSHcEYVWHGjwZNGrxf00Jm16bN57z5gUMsXCzjSA==",
"requires": {
"@babel/runtime": "^7.10.2"
},
@ -12473,9 +12473,9 @@
}
},
"react-datepicker": {
"version": "2.16.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-2.16.0.tgz",
"integrity": "sha512-TvcmSY27rn0JKvuJuIXNNS+niGQNdgtuG/CsBttVYhPOA9KmSw7c2PvQBPVEvzkyV+QPNJ8jN/KVJNj9uvopqA==",
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/react-datepicker/-/react-datepicker-3.0.0.tgz",
"integrity": "sha512-Yrxan1tERAiWS0EzitpiaiXOIz0APTUtV75uWbaS+jSaKoGCR6wUN2FDwr1ACGlnEoGhR9QQ2Vq3odnWtgJsOA==",
"requires": {
"classnames": "^2.2.6",
"date-fns": "^2.0.1",

View File

@ -12,7 +12,7 @@
"@sendou/react-sketch": "^0.5.2",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.2.1",
"@testing-library/user-event": "^10.4.1",
"@testing-library/user-event": "^11.2.1",
"@types/jest": "^25.2.3",
"@types/reach__router": "^1.3.5",
"@types/react": "^16.9.35",
@ -31,7 +31,7 @@
"node-sass": "^4.14.1",
"react": "^16.13.1",
"react-color": "^2.18.1",
"react-datepicker": "^2.16.0",
"react-datepicker": "^3.0.0",
"react-dom": "^16.13.1",
"react-draggable": "^4.4.2",
"react-helmet-async": "^1.0.6",