mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
Compare commits
26 Commits
50678f6ce8
...
f45ed48e91
Author | SHA1 | Date | |
---|---|---|---|
|
f45ed48e91 | ||
|
95b9c3ddbd | ||
|
01fd04be0a | ||
|
6368f41922 | ||
|
eea76bfb5d | ||
|
5b52fb0d71 | ||
|
b7fb3bb30b | ||
|
7d16cfba49 | ||
|
66313b4145 | ||
|
bcddac0f7b | ||
|
6f5bea4be7 | ||
|
841eb7c569 | ||
|
33d2827b96 | ||
|
774d1e1d02 | ||
|
13024fb709 | ||
|
dd9f926024 | ||
|
ff69f58694 | ||
|
678bd9cde2 | ||
|
ccaa10873a | ||
|
f6369c5752 | ||
|
719fb2956c | ||
|
3ed79d5a6f | ||
|
2901e39dc4 | ||
|
2fa8fbe066 | ||
|
1ed82df781 | ||
|
43ac3407f7 |
38
package.json
38
package.json
|
@ -19,13 +19,13 @@
|
|||
"@noction/vue-draggable-grid": "1.9.16",
|
||||
"@popperjs/core": "^2.11.8",
|
||||
"@vuepic/vue-datepicker": "^9.0.3",
|
||||
"@vueuse/core": "^11.0.3",
|
||||
"@vueuse/integrations": "^11.0.3",
|
||||
"@vueuse/core": "^11.1.0",
|
||||
"@vueuse/integrations": "^11.1.0",
|
||||
"axios": "^1.7.7",
|
||||
"bootstrap": "^5.3.3",
|
||||
"bootstrap-vue-next": "^0.24.12",
|
||||
"bootstrap-vue-next": "^0.24.17",
|
||||
"core-js": "^3.38.1",
|
||||
"date-fns": "^3.6.0",
|
||||
"date-fns": "^4.1.0",
|
||||
"date-fns-tz": "^3.1.3",
|
||||
"deepmerge": "^4.3.1",
|
||||
"echarts": "^5.5.1",
|
||||
|
@ -34,42 +34,42 @@
|
|||
"pinia": "2.2.2",
|
||||
"pinia-plugin-persistedstate": "^4.0.1",
|
||||
"sortablejs": "^1.15.3",
|
||||
"vue": "^3.5.4",
|
||||
"vue": "^3.5.6",
|
||||
"vue-demi": "^0.14.10",
|
||||
"vue-echarts": "^7.0.3",
|
||||
"vue-router": "^4.4.4",
|
||||
"vue-router": "^4.4.5",
|
||||
"vue-select": "^4.0.0-beta.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.10.0",
|
||||
"@iconify-json/mdi": "^1.2.0",
|
||||
"@playwright/test": "^1.47.0",
|
||||
"@playwright/test": "^1.47.1",
|
||||
"@types/echarts": "^4.9.22",
|
||||
"@types/node": "^22.5.4",
|
||||
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
||||
"@typescript-eslint/parser": "^8.5.0",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vue/compiler-sfc": "3.5.4",
|
||||
"@types/node": "^22.5.5",
|
||||
"@typescript-eslint/eslint-plugin": "^8.6.0",
|
||||
"@typescript-eslint/parser": "^8.6.0",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"@vue/compiler-sfc": "3.5.6",
|
||||
"@vue/eslint-config-prettier": "^9.0.0",
|
||||
"@vue/eslint-config-typescript": "^13.0.0",
|
||||
"@vue/runtime-dom": "^3.5.4",
|
||||
"@vue/runtime-dom": "^3.5.6",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"eslint": "^9.10.0",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"eslint-plugin-vue": "^9.28.0",
|
||||
"globals": "^15.9.0",
|
||||
"happy-dom": "^15.7.3",
|
||||
"happy-dom": "^15.7.4",
|
||||
"mutationobserver-shim": "^0.3.7",
|
||||
"portal-vue": "^3.0.0",
|
||||
"prettier": "^3.3.3",
|
||||
"sass": "^1.78.0",
|
||||
"sass": "^1.79.1",
|
||||
"typescript": "~5.6.2",
|
||||
"typescript-eslint": "^8.5.0",
|
||||
"unplugin-auto-import": "^0.18.2",
|
||||
"typescript-eslint": "^8.6.0",
|
||||
"unplugin-auto-import": "^0.18.3",
|
||||
"unplugin-icons": "^0.19.3",
|
||||
"unplugin-vue-components": "^0.27.4",
|
||||
"vite": "^5.4.3",
|
||||
"vitest": "^2.0.5",
|
||||
"vite": "^5.4.6",
|
||||
"vitest": "^2.1.1",
|
||||
"vue-tsc": "^2.1.6"
|
||||
},
|
||||
"packageManager": "pnpm@9.6.0"
|
||||
|
|
721
pnpm-lock.yaml
721
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user