diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-05-31 13:30:23 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-05-31 13:30:23 +0200 |
commit | 475e80e72ba7d46309c1265101cfcf49bab7373d (patch) | |
tree | 88a97c6ffe4356e67a442eef2f762e3510f09c38 /package.json | |
parent | aaff92b5b117e2fadf334bc890156a73b902c826 (diff) | |
download | website-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.json | 2 |
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" }, |