Skip to content

Commit 95c74dd

Browse files
committed
fix: AE compatibility with q/app v2
1 parent 7fc5485 commit 95c74dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-extension/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = function (api) {
2323
// hard dependencies, as in a minimum version of the "quasar"
2424
// package or a minimum version of "@quasar/app" CLI
2525
api.compatibleWith('quasar', '^1.5.0')
26-
api.compatibleWith('@quasar/app', '^1.3.0') // needed for describe to work properly
26+
api.compatibleWith('@quasar/app', '^1.3.0 || ^2.0.0') // needed for describe to work properly
2727
api.compatibleWith('@quasar/extras', '^1.8.0') // needed for latest font and svg support
2828

2929
// Uncomment the line below if you provide a JSON API for your component

0 commit comments

Comments
 (0)