summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-05-31 13:30:23 +0200
committerThorbjørn Lindeijer <bjorn@lindeijer.nl>2024-05-31 13:30:23 +0200
commit475e80e72ba7d46309c1265101cfcf49bab7373d (patch)
tree88a97c6ffe4356e67a442eef2f762e3510f09c38 /package.json
parentaaff92b5b117e2fadf334bc890156a73b902c826 (diff)
downloadwebsite-475e80e72ba7d46309c1265101cfcf49bab7373d.tar.gz
website-475e80e72ba7d46309c1265101cfcf49bab7373d.tar.bz2
website-475e80e72ba7d46309c1265101cfcf49bab7373d.tar.xz
website-475e80e72ba7d46309c1265101cfcf49bab7373d.zip
Avoid using Vue 3.3+ for now
It's incompatible with Node v12.22.12 that we are running on the server.
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index edfb322..3ad7755 100644
--- a/package.json
+++ b/package.json
@@ -15,7 +15,7 @@
"dependencies": {
"core-js": "^3.37.0",
"normalize.css": "^8.0.1",
- "vue": "^3.4.0",
+ "vue": "~3.2.0",
"vue-class-component": "^8.0.0-0",
"vue-router": "^4.3.2"
},