We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fc5485 commit 95c74ddCopy full SHA for 95c74dd
app-extension/src/index.js
@@ -23,7 +23,7 @@ module.exports = function (api) {
23
// hard dependencies, as in a minimum version of the "quasar"
24
// package or a minimum version of "@quasar/app" CLI
25
api.compatibleWith('quasar', '^1.5.0')
26
- api.compatibleWith('@quasar/app', '^1.3.0') // needed for describe to work properly
+ api.compatibleWith('@quasar/app', '^1.3.0 || ^2.0.0') // needed for describe to work properly
27
api.compatibleWith('@quasar/extras', '^1.8.0') // needed for latest font and svg support
28
29
// Uncomment the line below if you provide a JSON API for your component
0 commit comments