Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions app-extension/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ module.exports = function (api) {
api.compatibleWith('quasar', '^2.0.0')

if (api.hasVite === true) {
api.compatibleWith('@quasar/app-vite', '^1.0.0-alpha.0')
api.compatibleWith('@quasar/app-vite', '^1.0.0 || ^2.0.0 || ^2.0.0-alpha.1')
}
else {
// should be "@quasar/app-webpack" but that is not backward compatible
api.compatibleWith('@quasar/app', '^3.0.0')
api.compatibleWith('@quasar/app', '^3.0.0 || ^4.0.0 || ^4.0.0-alpha.1')
}

// Uncomment the line below if you provide a JSON API for your component
Expand Down
24 changes: 12 additions & 12 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,22 @@
"dev:electron": "quasar dev -m electron"
},
"dependencies": {
"@quasar/extras": "^1.12.5",
"@quasar/extras": "^1.16.4",
"@quasar/quasar-ui-qactivity": "./ui",
"core-js": "^3.21.1",
"quasar": "^2.5.5",
"core-js": "^3.30.2",
"quasar": "^2.12.0",
"quasar-ui-example-viewer": "^2.0.0-alpha.9",
"quasar-ui-json-api-viewer": "^2.0.0-alpha.6",
"vue": "^3.2.31",
"vue-router": "^4.0.13"
"vue": "^3.3.4",
"vue-router": "^4.2.2"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.16.11",
"@babel/preset-env": "^7.22.4",
"@quasar/app": "^3.3.3",
"babel-loader": "^8.2.3",
"babel-loader": "^9.1.2",
"eslint": "^8.10.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
Expand All @@ -47,19 +47,19 @@
"eslint-plugin-vue": "^8.5.0",
"eslint-webpack-plugin": "^3.1.1",
"gray-matter": "^4.0.3",
"markdown-it": "^12.3.2",
"markdown-it": "^13.0.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-imsize": "^2.0.1",
"markdown-it-ins": "^3.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"prismjs": "^1.27.0",
"prismjs": "^1.29.0",
"raw-loader": "^4.0.2",
"toml": "^3.0.0",
"ware-loader": "^0.2.4"
Expand Down
38 changes: 19 additions & 19 deletions ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,16 @@
"attributes": "dist/vetur/attributes.json"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/eslint-parser": "^7.17.0",
"@babel/core": "^7.22.1",
"@babel/eslint-parser": "^7.21.8",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/node": "^17.0.21",
"@typescript-eslint/eslint-plugin": "^5.13.0",
"@typescript-eslint/parser": "^5.13.0",
"autoprefixer": "^10.4.2",
"cssnano": "^5.1.0",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.1.0",
"@types/node": "^20.2.5",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"eslint": "^8.10.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-import": "^2.25.4",
Expand All @@ -67,17 +67,17 @@
"eslint-plugin-quasar": "^1.1.0",
"eslint-plugin-vue": "^8.5.0",
"eslint-webpack-plugin": "^3.1.1",
"fs-extra": "^10.0.1",
"kolorist": "^1.5.1",
"open": "^8.4.0",
"postcss": "^8.4.7",
"quasar": "^2.5.5",
"fs-extra": "^11.1.1",
"kolorist": "^1.8.0",
"open": "^9.1.0",
"postcss": "^8.4.24",
"quasar": "^2.12.0",
"quasar-json-api": "2.0.0-alpha.3",
"rimraf": "^3.0.2",
"rollup": "^2.69.2",
"rtlcss": "^3.5.0",
"sass": "^1.49.9",
"uglify-js": "^3.15.2",
"rimraf": "^5.0.1",
"rollup": "^3.23.0",
"rtlcss": "^4.1.0",
"sass": "^1.62.1",
"uglify-js": "^3.17.4",
"zlib": "^1.0.5"
},
"browserslist": [
Expand Down