Skip to content

Commit

Permalink
Fix XAP builds
Browse files Browse the repository at this point in the history
* Downgrade to stable Tauri releases
* Update and pin Javascript dependencies to patch releases
* Fix Quasar plugin initialization
  • Loading branch information
KarlK90 authored and Stefan Kerkmann committed Apr 25, 2023
1 parent 8645095 commit 2799fd7
Show file tree
Hide file tree
Showing 9 changed files with 1,969 additions and 5,934 deletions.
1,594 changes: 809 additions & 785 deletions Cargo.lock

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,40 +24,40 @@
"*": "prettier -w -u"
},
"dependencies": {
"@quasar/extras": "^1.15.5",
"@radial-color-picker/vue-color-picker": "^5.0.1",
"@tauri-apps/api": "next",
"@vitejs/plugin-vue-jsx": "^2.1.1",
"@vueuse/core": "^9.5.0",
"colord": "^2.9.3",
"pinia": "^2.0.23",
"quasar": "^2.10.0",
"vue": "^3.2.37",
"vue-router": "4"
"@quasar/extras": "~1.15.2",
"@radial-color-picker/vue-color-picker": "~5.0.1",
"@tauri-apps/api": "~1.2.0",
"@vitejs/plugin-vue-jsx": "~3.0.1",
"@vueuse/core": "~10.1.0",
"colord": "~2.9.3",
"pinia": "~2.0.35",
"quasar": "~2.11.10",
"vue": "~3.2.47",
"vue-router": "~4.1.6"
},
"devDependencies": {
"@quasar/vite-plugin": "^1.2.3",
"@tauri-apps/cli": "next",
"@types/node": "^18.11.9",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"@vitejs/plugin-vue": "^3.2.0",
"@vue/eslint-config-prettier": "^7.0.0",
"@vue/eslint-config-typescript": "^11.0.2",
"@vue/runtime-dom": "^3.2.43",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-vue": "^9.7.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"sass": "1.56.1",
"stylelint": "^14.14.1",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard": "^29.0.0",
"typescript": "^4.8.4",
"vite": "^3.2.3",
"vite-plugin-eslint": "^1.8.1",
"vue-tsc": "^1.0.9"
"@quasar/vite-plugin": "~1.3.0",
"@tauri-apps/cli": "~1.2.3",
"@types/node": "~18.16.0",
"@typescript-eslint/eslint-plugin": "~5.59.1",
"@typescript-eslint/parser": "~5.59.1",
"@vitejs/plugin-vue": "~4.1.0",
"@vue/eslint-config-prettier": "~7.1.0",
"@vue/eslint-config-typescript": "~11.0.2",
"@vue/runtime-dom": "~3.2.47",
"eslint": "~8.39.0",
"eslint-config-prettier": "~8.8.0",
"eslint-plugin-vue": "~9.11.0",
"husky": "~8.0.3",
"lint-staged": "~13.2.1",
"prettier": "~2.8.8",
"sass": "1.62.0",
"stylelint": "~15.6.0",
"stylelint-config-recommended": "~12.0.0",
"stylelint-config-standard": "~33.0.0",
"typescript": "~5.0.4",
"vite": "~4.3.1",
"vite-plugin-eslint": "~1.8.1",
"vue-tsc": "~1.4.4"
}
}
Loading

0 comments on commit 2799fd7

Please sign in to comment.