-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Switch to using Yarn v4 for package management
- Loading branch information
Showing
5 changed files
with
7,351 additions
and
4,549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# We have to use the node-modules linker as Yarn PnP does not work with Vite when using different drives | ||
# See: https://github.com/vitejs/vite/issues/10802 | ||
# See: https://github.com/vitejs/vite/issues/15496 | ||
nodeLinker: node-modules | ||
nmMode: hardlinks-global |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,37 +23,38 @@ | |
"typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false", | ||
"format": "prettier --write src" | ||
}, | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@mdi/font": "^7.4.47", | ||
"@mdi/js": "^7.4.47", | ||
"@sentry/vue": "^7.102.0", | ||
"@vueuse/core": "^10.8.0", | ||
"@sentry/vue": "^8.18.0", | ||
"@vueuse/core": "^10.11.0", | ||
"pinia": "^2.1.7", | ||
"pinia-plugin-persistedstate": "^3.2.1", | ||
"pulltorefreshjs": "^0.1.22", | ||
"vue": "^3.4.19", | ||
"vue-router": "^4.2.5", | ||
"vuetify": "^3.5.4" | ||
"vue": "^3.4.32", | ||
"vue-router": "^4.4.0", | ||
"vuetify": "^3.6.13" | ||
}, | ||
"devDependencies": { | ||
"@rushstack/eslint-patch": "^1.7.2", | ||
"@tsconfig/node18": "^18.2.2", | ||
"@types/node": "^18.19.17", | ||
"@rushstack/eslint-patch": "^1.10.3", | ||
"@sentry/vite-plugin": "^2.21.1", | ||
"@tsconfig/node20": "^20.1.4", | ||
"@types/node": "^20.14.11", | ||
"@types/pulltorefreshjs": "^0.1.7", | ||
"@vitejs/plugin-vue": "^5.0.4", | ||
"@vitejs/plugin-vue": "^5.0.5", | ||
"@vue/eslint-config-prettier": "^9.0.0", | ||
"@vue/eslint-config-typescript": "^12.0.0", | ||
"@vue/eslint-config-typescript": "^13.0.0", | ||
"@vue/tsconfig": "^0.5.1", | ||
"eslint": "^8.56.0", | ||
"eslint": "^8.57.0", | ||
"eslint-plugin-import": "^2.29.1", | ||
"eslint-plugin-simple-import-sort": "^12.0.0", | ||
"eslint-plugin-vue": "^9.21.1", | ||
"prettier": "^3.2.5", | ||
"typescript": "~5.3.3", | ||
"vite": "^5.1.4", | ||
"eslint-plugin-simple-import-sort": "^12.1.1", | ||
"eslint-plugin-vue": "^9.27.0", | ||
"prettier": "^3.3.3", | ||
"typescript": "^5.5.3", | ||
"vite": "^5.3.4", | ||
"vite-plugin-html": "^3.2.2", | ||
"vite-plugin-pwa": "^0.19.0", | ||
"vite-plugin-vuetify": "^2.0.1", | ||
"vue-tsc": "^1.8.27" | ||
"vite-plugin-pwa": "^0.20.0", | ||
"vite-plugin-vuetify": "^2.0.3", | ||
"vue-tsc": "^2.0.26" | ||
} | ||
} |
Oops, something went wrong.