-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
The CLI creates a plugin with the wrong dependencies. Vuetify 3.8 was released yesterday, which requires Vue 3.5, which can't be updated due to the @vcmap/ui dependency.
"peerDependencies": {
"@vcmap-cesium/engine": "^11.0.2",
"@vcmap/core": "^6.1.3",
"@vcmap/ui": "^6.1.3",
"ol": "^10.4.0",
"vue": "~3.4.38", // can't be 3.5
"vuetify": "^3.7.16" // can be 3.8
},Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels