mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 02:11:57 +00:00
chore(deps): bump the vue group with 6 updates
Bumps the vue group with 6 updates: | Package | From | To | | --- | --- | --- | | [pinia-plugin-persistedstate](https://github.com/prazdevs/pinia-plugin-persistedstate) | `3.2.3` | `4.0.1` | | [vue](https://github.com/vuejs/core) | `3.5.0` | `3.5.4` | | [vue-router](https://github.com/vuejs/router) | `4.4.3` | `4.4.4` | | [@vue/compiler-sfc](https://github.com/vuejs/core/tree/HEAD/packages/compiler-sfc) | `3.5.0` | `3.5.4` | | [@vue/runtime-dom](https://github.com/vuejs/core/tree/HEAD/packages/runtime-dom) | `3.5.0` | `3.5.4` | | [vue-tsc](https://github.com/vuejs/language-tools/tree/HEAD/packages/tsc) | `2.1.4` | `2.1.6` | Updates `pinia-plugin-persistedstate` from 3.2.3 to 4.0.1 - [Release notes](https://github.com/prazdevs/pinia-plugin-persistedstate/releases) - [Changelog](https://github.com/prazdevs/pinia-plugin-persistedstate/blob/main/CHANGELOG.md) - [Commits](https://github.com/prazdevs/pinia-plugin-persistedstate/compare/v3.2.3...v4.0.1) Updates `vue` from 3.5.0 to 3.5.4 - [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.0...v3.5.4) Updates `vue-router` from 4.4.3 to 4.4.4 - [Release notes](https://github.com/vuejs/router/releases) - [Commits](https://github.com/vuejs/router/compare/v4.4.3...v4.4.4) Updates `@vue/compiler-sfc` from 3.5.0 to 3.5.4 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.4/packages/compiler-sfc) Updates `@vue/runtime-dom` from 3.5.0 to 3.5.4 - [Release notes](https://github.com/vuejs/core/releases) - [Changelog](https://github.com/vuejs/core/blob/main/CHANGELOG.md) - [Commits](https://github.com/vuejs/core/commits/v3.5.4/packages/runtime-dom) Updates `vue-tsc` from 2.1.4 to 2.1.6 - [Release notes](https://github.com/vuejs/language-tools/releases) - [Changelog](https://github.com/vuejs/language-tools/blob/master/CHANGELOG.md) - [Commits](https://github.com/vuejs/language-tools/commits/v2.1.6/packages/tsc) --- updated-dependencies: - dependency-name: pinia-plugin-persistedstate dependency-type: direct:production update-type: version-update:semver-major dependency-group: vue - dependency-name: vue dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vue - dependency-name: vue-router dependency-type: direct:production update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vue/compiler-sfc" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: "@vue/runtime-dom" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue - dependency-name: vue-tsc dependency-type: direct:development update-type: version-update:semver-patch dependency-group: vue ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
4cdfca5a58
commit
a0b185bbe5
12
package.json
12
package.json
|
@ -32,12 +32,12 @@
|
|||
"favico.js": "^0.3.10",
|
||||
"humanize-duration": "^3.32.1",
|
||||
"pinia": "2.2.2",
|
||||
"pinia-plugin-persistedstate": "^3.2.3",
|
||||
"pinia-plugin-persistedstate": "^4.0.1",
|
||||
"sortablejs": "^1.15.3",
|
||||
"vue": "^3.5.0",
|
||||
"vue": "^3.5.4",
|
||||
"vue-demi": "^0.14.10",
|
||||
"vue-echarts": "^7.0.3",
|
||||
"vue-router": "^4.4.3",
|
||||
"vue-router": "^4.4.4",
|
||||
"vue-select": "^4.0.0-beta.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
@ -49,10 +49,10 @@
|
|||
"@typescript-eslint/eslint-plugin": "^8.4.0",
|
||||
"@typescript-eslint/parser": "^8.4.0",
|
||||
"@vitejs/plugin-vue": "^5.1.3",
|
||||
"@vue/compiler-sfc": "3.5.0",
|
||||
"@vue/compiler-sfc": "3.5.4",
|
||||
"@vue/eslint-config-prettier": "^9.0.0",
|
||||
"@vue/eslint-config-typescript": "^13.0.0",
|
||||
"@vue/runtime-dom": "^3.5.0",
|
||||
"@vue/runtime-dom": "^3.5.4",
|
||||
"@vue/test-utils": "^2.4.6",
|
||||
"eslint": "^9.9.1",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
|
@ -70,7 +70,7 @@
|
|||
"unplugin-vue-components": "^0.27.4",
|
||||
"vite": "^5.4.3",
|
||||
"vitest": "^2.0.5",
|
||||
"vue-tsc": "^2.1.4"
|
||||
"vue-tsc": "^2.1.6"
|
||||
},
|
||||
"packageManager": "pnpm@9.6.0"
|
||||
}
|
||||
|
|
1142
pnpm-lock.yaml
1142
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user