mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
c7e32720bf
Bumps the date-fns group with 2 updates: [date-fns](https://github.com/date-fns/date-fns) and [date-fns-tz](https://github.com/marnusw/date-fns-tz). Updates `date-fns` from 2.30.0 to 3.6.0 - [Release notes](https://github.com/date-fns/date-fns/releases) - [Changelog](https://github.com/date-fns/date-fns/blob/main/CHANGELOG.md) - [Commits](https://github.com/date-fns/date-fns/compare/v2.30.0...v3.6.0) Updates `date-fns-tz` from 2.0.1 to 3.0.0 - [Release notes](https://github.com/marnusw/date-fns-tz/releases) - [Changelog](https://github.com/marnusw/date-fns-tz/blob/master/CHANGELOG.md) - [Commits](https://github.com/marnusw/date-fns-tz/compare/v2.0.1...v3.0.0) --- updated-dependencies: - dependency-name: date-fns dependency-type: direct:production update-type: version-update:semver-major dependency-group: date-fns - dependency-name: date-fns-tz dependency-type: direct:production update-type: version-update:semver-major dependency-group: date-fns ... Signed-off-by: dependabot[bot] <support@github.com>
80 lines
2.4 KiB
JSON
80 lines
2.4 KiB
JSON
{
|
|
"name": "frequi",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"test:unit": "vitest",
|
|
"check-types": "vue-tsc --noEmit",
|
|
"lint": "eslint --ext .ts,vue src tests",
|
|
"lint-ci": "eslint --no-fix --ext .ts,vue src tests",
|
|
"cy:open": "cypress open",
|
|
"cy:run": "cypress run",
|
|
"cy:open-ct": "cypress open-ct",
|
|
"cy:run-ct": "cypress run --component",
|
|
"test:e2e": "yarn playwright test",
|
|
"test:e2e-chromium": "yarn playwright test --project=chromium",
|
|
"test:e2e-msedge": "yarn playwright test --project=msedge"
|
|
},
|
|
"dependencies": {
|
|
"@noction/vue-draggable-grid": "1.9.16",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@vuepic/vue-datepicker": "^8.3.2",
|
|
"@vueuse/core": "^10.9.0",
|
|
"@vueuse/integrations": "^10.9.0",
|
|
"axios": "^1.6.8",
|
|
"bootstrap": "^5.3.3",
|
|
"bootstrap-vue-next": "^0.16.6",
|
|
"core-js": "^3.36.1",
|
|
"date-fns": "^3.6.0",
|
|
"date-fns-tz": "^3.0.0",
|
|
"echarts": "^5.5.0",
|
|
"favico.js": "^0.3.10",
|
|
"humanize-duration": "^3.32.0",
|
|
"pinia": "^2.1.7",
|
|
"pinia-plugin-persistedstate": "^3.2.1",
|
|
"sortablejs": "^1.15.2",
|
|
"vue": "^3.4.21",
|
|
"vue-class-component": "^7.2.5",
|
|
"vue-demi": "^0.14.7",
|
|
"vue-echarts": "^6.6.9",
|
|
"vue-router": "^4.3.0",
|
|
"vue-select": "^4.0.0-beta.6"
|
|
},
|
|
"devDependencies": {
|
|
"@cypress/vite-dev-server": "^5.0.7",
|
|
"@cypress/vue": "^6.0.0",
|
|
"@iconify-json/mdi": "^1.1.64",
|
|
"@playwright/test": "^1.40.0",
|
|
"@types/echarts": "^4.9.22",
|
|
"@types/node": "^20.9.2",
|
|
"@typescript-eslint/eslint-plugin": "^7.5.0",
|
|
"@typescript-eslint/parser": "^7.5.0",
|
|
"@vitejs/plugin-vue": "^5.0.4",
|
|
"@vue/compiler-sfc": "3.4.21",
|
|
"@vue/eslint-config-prettier": "^9.0.0",
|
|
"@vue/eslint-config-typescript": "^13.0.0",
|
|
"@vue/runtime-dom": "^3.4.21",
|
|
"@vue/test-utils": "^2.4.5",
|
|
"cypress": "^13.7.2",
|
|
"eslint": "^8.57.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"eslint-plugin-vue": "^9.24.0",
|
|
"mutationobserver-shim": "^0.3.7",
|
|
"portal-vue": "^3.0.0",
|
|
"prettier": "^3.2.5",
|
|
"sass": "^1.72.0",
|
|
"typescript": "~5.4.3",
|
|
"unplugin-auto-import": "^0.17.5",
|
|
"unplugin-icons": "^0.18.5",
|
|
"unplugin-vue-components": "^0.26.0",
|
|
"vite": "^5.2.7",
|
|
"vitest": "^1.4.0",
|
|
"vue-tsc": "^2.0.7"
|
|
},
|
|
"packageManager": "yarn@4.1.1"
|
|
}
|