update deps

This commit is contained in:
Kalle (Sendou)
2020-12-17 10:08:43 +02:00
parent b524f03738
commit f83b3f99c5
2 changed files with 12 additions and 12 deletions

18
package-lock.json generated
View File

@@ -1482,9 +1482,9 @@
"integrity": "sha512-i9YbZPN3QgfighY/1X1Pu118VUz2Fmmhd6b2n0/O8YVgGGfw0FbUYoA97k7FkpGJ+pLCFEDLUmAPPV4D1kpeFw=="
},
"@hookform/resolvers": {
"version": "1.1.2",
"resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-1.1.2.tgz",
"integrity": "sha512-I3kYtdj1QX9VkNq4GtC2ZNfoBV13GpoxZCsoA9F3CyAmkQmiznJt6HG8Oc9/R3PLqPrw98FiIzyVs/rG0FnGAA=="
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/@hookform/resolvers/-/resolvers-1.2.0.tgz",
"integrity": "sha512-YCKEj/3Kdo3uNt+zrWKV8txaiuATtvgHyz+KYmun3n5JDjxdI0HcVQgfcmJabmkBXBzKuIIrYfxaV8sRuAPZ8w=="
},
"@jest/types": {
"version": "26.6.2",
@@ -1900,9 +1900,9 @@
}
},
"@types/node": {
"version": "14.14.13",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.13.tgz",
"integrity": "sha512-vbxr0VZ8exFMMAjCW8rJwaya0dMCDyYW2ZRdTyjtrCvJoENMpdUHOT/eTzvgyA5ZnqRZ/sI0NwqAxNHKYokLJQ==",
"version": "14.14.14",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.14.14.tgz",
"integrity": "sha512-UHnOPWVWV1z+VV8k6L1HhG7UbGBgIdghqF3l9Ny9ApPghbjICXkUJSd/b9gOgQfjM1r+37cipdw/HJ3F6ICEnQ==",
"dev": true
},
"@types/nprogress": {
@@ -8501,9 +8501,9 @@
}
},
"react-hook-form": {
"version": "6.13.0",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.13.0.tgz",
"integrity": "sha512-AADO0EtAGEggII3DNhBCwm7MSwkBWCVo72K32NY6YzhSTBL5bJsBfWJ4/PVGBer31js5ppt+I6/qUyLo8o8AvA=="
"version": "6.13.1",
"resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-6.13.1.tgz",
"integrity": "sha512-Q0N7MYcbA8SigYufb02h9z97ZKCpIbe62rywOTPsK4Ntvh6fRTGDXSuzWuRhLHhArLoWbGrWYSNSS4tlb+OFXg=="
},
"react-hotkeys-hook": {
"version": "2.4.0",

View File

@@ -29,7 +29,7 @@
"@chakra-ui/theme-tools": "^1.0.1",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@hookform/resolvers": "^1.1.2",
"@hookform/resolvers": "^1.2.0",
"@lingui/react": "^3.3.0",
"@prisma/client": "^2.13.0",
"@sendou/react-sketch": "^0.5.2",
@@ -44,7 +44,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.3",
"react-hook-form": "^6.13.0",
"react-hook-form": "^6.13.1",
"react-hotkeys-hook": "^2.4.0",
"react-icons": "^4.1.0",
"react-infinite-scroller": "^1.2.4",
@@ -60,7 +60,7 @@
"@lingui/macro": "^3.3.0",
"@prisma/cli": "^2.13.0",
"@types/next-auth": "^3.1.18",
"@types/node": "^14.14.13",
"@types/node": "^14.14.14",
"@types/nprogress": "^0.2.0",
"@types/react": "^17.0.0",
"@types/react-infinite-scroller": "^1.2.1",