aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2024-01-10 20:30:29 +0100
committerSimon Ser <contact@emersion.fr>2024-01-10 20:30:29 +0100
commit141fc3e07c69b1985719d6075e2f101a3f73d6fe (patch)
tree410aac577ccf735d44932322944dbf0246b07cb5
parentb38777e92a2767b3ecb221ae292a8e0d8fea8755 (diff)
downloadgamja-141fc3e07c69b1985719d6075e2f101a3f73d6fe.tar.gz
gamja-141fc3e07c69b1985719d6075e2f101a3f73d6fe.zip
Pin preact to v10.17.1
We can't upgrade due to this bug: https://github.com/preactjs/preact/issues/4221
-rw-r--r--package-lock.json2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/package-lock.json b/package-lock.json
index 162d1a6..9d57ced 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -8,7 +8,7 @@
"dependencies": {
"htm": "^3.0.4",
"linkifyjs": "^4.1.3",
- "preact": "^10.5.9"
+ "preact": "10.17.1"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.0",
diff --git a/package.json b/package.json
index 2dec05d..0c43a3a 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"dependencies": {
"htm": "^3.0.4",
"linkifyjs": "^4.1.3",
- "preact": "^10.5.9"
+ "preact": "10.17.1"
},
"devDependencies": {
"@parcel/packager-raw-url": "^2.0.0",