VueTorrent/package.json
dependabot[bot] 31913c0917
chore(deps): bump the all group with 6 updates (#1981)
Bumps the all group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [vuetify](https://github.com/vuetifyjs/vuetify/tree/HEAD/packages/vuetify) | `3.7.2` | `3.7.3` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `22.7.5` | `22.7.7` |
| [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) | `8.9.0` | `8.11.0` |
| [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) | `8.9.0` | `8.11.0` |
| [eslint-plugin-vue](https://github.com/vuejs/eslint-plugin-vue) | `9.29.0` | `9.29.1` |
| [sass](https://github.com/sass/dart-sass) | `1.79.5` | `1.80.3` |


Updates `vuetify` from 3.7.2 to 3.7.3
- [Release notes](https://github.com/vuetifyjs/vuetify/releases)
- [Commits](https://github.com/vuetifyjs/vuetify/commits/v3.7.3/packages/vuetify)

Updates `@types/node` from 22.7.5 to 22.7.7
- [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.9.0 to 8.11.0
- [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.11.0/packages/eslint-plugin)

Updates `@typescript-eslint/parser` from 8.9.0 to 8.11.0
- [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.11.0/packages/parser)

Updates `eslint-plugin-vue` from 9.29.0 to 9.29.1
- [Release notes](https://github.com/vuejs/eslint-plugin-vue/releases)
- [Commits](https://github.com/vuejs/eslint-plugin-vue/compare/v9.29.0...v9.29.1)

Updates `sass` from 1.79.5 to 1.80.3
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sass/dart-sass/compare/1.79.5...1.80.3)

---
updated-dependencies:
- dependency-name: vuetify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-minor
  dependency-group: all
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: eslint-plugin-vue
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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-22 09:23:41 +02:00

70 lines
2 KiB
JSON

{
"name": "vuetorrent",
"private": true,
"version": "2.15.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.1",
"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.5.1",
"uuid": "^10.0.0",
"vite-plugin-vuetify": "^2.0.4",
"vue": "^3.5.12",
"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.3"
},
"devDependencies": {
"@pinia/testing": "^0.1.6",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^22.7.7",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.11.0",
"@typescript-eslint/parser": "^8.11.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.3",
"@vue/test-utils": "^2.4.6",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-vue": "^9.29.1",
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"sass": "^1.80.3",
"timezone-mock": "^1.3.6",
"typescript": "^5.6.3",
"vite": "^5.4.9",
"vite-plugin-top-level-await": "^1.4.4",
"vitest": "^2.0.1",
"vue-tsc": "^2.1.6"
}
}