https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32244 --- Comment #7 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Aleisha Amohia from comment #6)
(In reply to David Nind from comment #5)
I'm not sure about the license version for Vue - in the current main, node_modules/view/package.json says 3.5.13, rather than 3.5.4.
We got this from package.json under 'dependencies':
"vue": "^3.5.4",
But can see now the different version in node_modules/vue/package.json
{ "name": "vue", "version": "3.5.13", }
Is there any guidance on which we should use?
^3.5.4 means minimum 3.5.4. Then 3.5.13 is the version we are using, which will certainly change soon. You should not use the exact version but "VueJS 3" instead I would say. -- You are receiving this mail because: You are watching all bug changes.