Update preact

This commit is contained in:
Simon Ser 2021-01-12 16:04:49 +01:00
parent f35f316577
commit 218b131608
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View file

@ -162,9 +162,9 @@
}
},
"preact": {
"version": "10.4.4",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.4.4.tgz",
"integrity": "sha512-EaTJrerceyAPatQ+vfnadoopsMBZAOY7ak9ogVdUi5xbpR8SoHgtLryXnW+4mQOwt21icqoVR1brkU2dq7pEBA=="
"version": "10.5.9",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.5.9.tgz",
"integrity": "sha512-X4m+4VMVINl/JFQKALOCwa3p8vhMAhBvle0hJ/W44w/WWfNb2TA7RNicDV3K2dNVs57f61GviEnVLiwN+fxiIg=="
},
"qs": {
"version": "6.9.4",

View file

@ -3,7 +3,7 @@
"dependencies": {
"anchorme": "^2.1.2",
"htm": "^3.0.4",
"preact": "^10.4.4"
"preact": "^10.5.9"
},
"devDependencies": {
"http-server": "^0.12.3"