Upgrade preact, once again

Seems to not cause regressions like it did last time. Crossing
fingers now.
This commit is contained in:
Simon Ser 2025-01-07 17:06:08 +01:00
parent 6ea3601718
commit e4088304bf
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -8,7 +8,7 @@
"dependencies": {
"htm": "^3.0.4",
"linkifyjs": "^4.1.3",
"preact": "10.17.1"
"preact": "^10.17.1"
},
"devDependencies": {
"@eslint/js": "^9.11.1",
@ -4095,9 +4095,9 @@
}
},
"node_modules/preact": {
"version": "10.17.1",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.17.1.tgz",
"integrity": "sha512-X9BODrvQ4Ekwv9GURm9AKAGaomqXmip7NQTZgY7gcNmr7XE83adOMJvd3N42id1tMFU7ojiynRsYnY6/BRFxLA==",
"version": "10.25.4",
"resolved": "https://registry.npmjs.org/preact/-/preact-10.25.4.tgz",
"integrity": "sha512-jLdZDb+Q+odkHJ+MpW/9U5cODzqnB+fy2EiHSZES7ldV5LK7yjlVzTp7R8Xy6W6y75kfK8iWYtFVH7lvjwrCMA==",
"license": "MIT",
"funding": {
"type": "opencollective",

View File

@ -4,7 +4,7 @@
"dependencies": {
"htm": "^3.0.4",
"linkifyjs": "^4.1.3",
"preact": "10.17.1"
"preact": "^10.17.1"
},
"devDependencies": {
"@eslint/js": "^9.11.1",