VueTorrent/package.json
dependabot[bot] 7f7dff9cde
chore(deps): bump the all group with 9 updates (#1955)
Bumps the all group with 9 updates:

| Package | From | To |
| --- | --- | --- |
| [pinia](https://github.com/vuejs/pinia) | `2.2.3` | `2.2.4` |
| [vue](https://github.com/vuejs/core) | `3.5.10` | `3.5.11` |
| [vue-i18n](https://github.com/intlify/vue-i18n/tree/HEAD/packages/vue-i18n) | `10.0.3` | `10.0.4` |
| [vue3-apexcharts](https://github.com/apexcharts/vue3-apexcharts) | `1.6.0` | `1.7.0` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.4` | `22.7.5` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.8.0` | `8.8.1` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.8.0` | `8.8.1` |
| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) | `2.1.1` | `2.1.2` |
| [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `2.1.1` | `2.1.2` |


Updates `pinia` from 2.2.3 to 2.2.4
- [Release notes](https://github.com/vuejs/pinia/releases)
- [Commits](https://github.com/vuejs/pinia/compare/pinia@2.2.3...pinia@2.2.4)

Updates `vue` from 3.5.10 to 3.5.11
- [Release notes](https://github.com/vuejs/core/releases)
- [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vuejs/core/compare/v3.5.10...v3.5.11)

Updates `vue-i18n` from 10.0.3 to 10.0.4
- [Release notes](https://github.com/intlify/vue-i18n/releases)
- [Changelog](https://github.com/intlify/vue-i18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/intlify/vue-i18n/commits/v10.0.4/packages/vue-i18n)

Updates `vue3-apexcharts` from 1.6.0 to 1.7.0
- [Commits](https://github.com/apexcharts/vue3-apexcharts/commits)

Updates `@types/node` from 22.7.4 to 22.7.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Updates `@typescript-eslint/eslint-plugin` from 8.8.0 to 8.8.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.8.0 to 8.8.1
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v8.8.1/packages/parser)

Updates `@vitest/coverage-v8` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/coverage-v8)

Updates `vitest` from 2.1.1 to 2.1.2
- [Release notes](https://github.com/vitest-dev/vitest/releases)
- [Commits](https://github.com/vitest-dev/vitest/commits/v2.1.2/packages/vitest)

---
updated-dependencies:
- dependency-name: pinia
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vue
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vue-i18n
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vue3-apexcharts
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: "@vitest/coverage-v8"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: vitest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-07 19:09:14 -05:00

70 lines
2 KiB
JSON

{
"name": "vuetorrent",
"private": true,
"version": "2.14.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "vue-tsc && vite build",
"postbuild": "node write-version.cjs",
"build-demo": "vue-tsc && vite build -m demo",
"check-build": "vue-tsc",
"preview": "vite preview",
"preview-demo": "vite preview -m demo",
"lint": "eslint --fix && prettier . -w -u",
"test": "vitest run",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@ctrl/tinycolor": "^4.1.0",
"@faker-js/faker": "^9.0.3",
"@flatten-js/interval-tree": "^1.1.3",
"@fontsource/roboto": "^5.1.0",
"@fontsource/roboto-mono": "^5.1.0",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@vueuse/core": "^11.1.0",
"@zip.js/zip.js": "^2.7.52",
"apexcharts": "^3.54.0",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"lodash.debounce": "^4.0.8",
"pinia": "^2.2.4",
"pinia-persistence-plugin": "^0.0.5",
"pixi.js": "^8.4.1",
"uuid": "^10.0.0",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.11",
"vue-concurrency": "^5.0.1",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5",
"vue3-apexcharts": "^1.7.0",
"vue3-toastify": "^0.2.3",
"vuedraggable": "^4.1.0",
"vuetify": "^3.7.2"
},
"devDependencies": {
"@pinia/testing": "^0.1.6",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.7.5",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.2",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.28.0",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"sass": "^1.79.4",
"timezone-mock": "^1.3.6",
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-top-level-await": "^1.4.4",
"vitest": "^2.0.1",
"vue-tsc": "^2.1.6"
}
}