Updated Preact to fix React DevTools errors. (#3745)
This commit is contained in:
parent
9dd474d12e
commit
ffd5becbde
2 changed files with 5 additions and 5 deletions
|
|
@ -99,7 +99,7 @@
|
|||
"lodash.debounce": "4.0.8",
|
||||
"marked": "^0.7.0",
|
||||
"postscribe": "^2.0.8",
|
||||
"preact": "^8.5.1",
|
||||
"preact": "^8.5.2",
|
||||
"preact-compat": "^3.19.0",
|
||||
"preact-textarea-autosize": "^4.0.7",
|
||||
"prop-types": "^15.7.2",
|
||||
|
|
|
|||
|
|
@ -10101,10 +10101,10 @@ preact-transition-group@^1.1.1:
|
|||
resolved "https://registry.yarnpkg.com/preact-transition-group/-/preact-transition-group-1.1.1.tgz#f0a49327ea515ece34ea2be864c4a7d29e5d6e10"
|
||||
integrity sha1-8KSTJ+pRXs406ivoZMSn0p5dbhA=
|
||||
|
||||
preact@^8.5.1:
|
||||
version "8.5.1"
|
||||
resolved "https://registry.yarnpkg.com/preact/-/preact-8.5.1.tgz#3a86cf5f3d4f6eb3349fa1f106ad59756c2af0e3"
|
||||
integrity sha512-YVnCgcboxGrorFVIPjViqkEPOtfYVDxn5GOJuXHQZiOty+JOw7A+1xJytv/mb1O2QIIRC0SyT+kapA7Wj3jdZA==
|
||||
preact@^8.5.2:
|
||||
version "8.5.2"
|
||||
resolved "https://registry.yarnpkg.com/preact/-/preact-8.5.2.tgz#2f532da485287c07369e08150cf4d23921a09789"
|
||||
integrity sha512-37tlDJGq5IQKqGUbqPZ7qPtsTOWFyxe+ojAOFfzKo0dEPreenqrqgJuS83zGpeGAqD9h9L9Yr7QuxH2W4ZrKxg==
|
||||
|
||||
prelude-ls@~1.1.2:
|
||||
version "1.1.2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue