Fix timer counting, fix flickering on comment creation, update dependencies

This commit is contained in:
Maksim Eltyshev
2019-10-19 17:11:37 +05:00
parent 2566ff376e
commit e07b0bc5b1
5 changed files with 21 additions and 13 deletions

View File

@@ -4197,9 +4197,9 @@
}
},
"date-fns": {
"version": "2.5.0",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.5.0.tgz",
"integrity": "sha512-I6Tkis01//nRcmvMQw/MRE1HAtcuA5Ie6jGPb8bJZJub7494LGOObqkV3ParnsSVviAjk5C8mNKDqYVBzCopWg=="
"version": "2.5.1",
"resolved": "https://registry.npmjs.org/date-fns/-/date-fns-2.5.1.tgz",
"integrity": "sha512-ZBrQmuaqH9YqIejbgu8f09ki7wdD2JxWsRTZ/+HnnLNmkI56ty0evnWzKY+ihLT0xX5VdUX0vDNZCxJJGKX2+Q=="
},
"date-now": {
"version": "0.1.4",
@@ -11223,9 +11223,9 @@
}
},
"redux-orm": {
"version": "0.14.1",
"resolved": "https://registry.npmjs.org/redux-orm/-/redux-orm-0.14.1.tgz",
"integrity": "sha512-0bh1nFxEmdV1SvYfYRmXx9KKhOURCR+Gl8GSGl+Hc7ePjF3v8mCVDIhQlANgdbs/8fXte7ZpOoVb0Syl+0i8pw==",
"version": "0.15.0",
"resolved": "https://registry.npmjs.org/redux-orm/-/redux-orm-0.15.0.tgz",
"integrity": "sha512-/QPZrCWU712pJzwOvWnwCm+5oCygN8i2T6ZxBiGwDBrm+FSHOMxdmaHA+M1e0iEE+pwiYow6EnqsMNuFwtTpew==",
"requires": {
"@babel/runtime": "^7.6.0",
"immutable-ops": "^0.7.0",