fix(deps): update dependency vue-flatpickr-component to v9.0.8 (#2494)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [vue-flatpickr-component](https://github.com/ankurk91/vue-flatpickr-component) | dependencies | patch | [`9.0.6` -> `9.0.8`](https://renovatebot.com/diffs/npm/vue-flatpickr-component/9.0.6/9.0.8) |
---
### Release Notes
<details>
<summary>ankurk91/vue-flatpickr-component</summary>
### [`v9.0.8`](https://github.com/ankurk91/vue-flatpickr-component/blob/HEAD/CHANGELOG.md#​908-httpsgithubcomankurk91vue-flatpickr-componentcompare906908)
[Compare Source](13c93d0e16
...9.0.8)
- Add type definition
- Allow to run with `@vue/compat`
### [`v9.0.7`](https://github.com/ankurk91/vue-flatpickr-component/compare/9.0.6...13c93d0e16884cf9b788a48a4af2d6783f242304)
[Compare Source](https://github.com/ankurk91/vue-flatpickr-component/compare/9.0.6...13c93d0e16884cf9b788a48a4af2d6783f242304)
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox.
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xNTMuNCIsInVwZGF0ZWRJblZlciI6IjMyLjE1My40In0=-->
Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2494
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-authored-by: renovate <renovatebot@kolaente.de>
Co-committed-by: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
5be75f3c54
commit
d77addd266
3 changed files with 6 additions and 7 deletions
|
@ -56,7 +56,7 @@
|
|||
"vue": "3.2.40",
|
||||
"vue-advanced-cropper": "2.8.6",
|
||||
"vue-drag-resize": "2.0.3",
|
||||
"vue-flatpickr-component": "9.0.6",
|
||||
"vue-flatpickr-component": "9.0.8",
|
||||
"vue-i18n": "9.2.2",
|
||||
"vue-router": "4.1.5",
|
||||
"workbox-precaching": "6.5.4",
|
||||
|
|
|
@ -76,7 +76,7 @@ specifiers:
|
|||
vue: 3.2.40
|
||||
vue-advanced-cropper: 2.8.6
|
||||
vue-drag-resize: 2.0.3
|
||||
vue-flatpickr-component: 9.0.6
|
||||
vue-flatpickr-component: 9.0.8
|
||||
vue-i18n: 9.2.2
|
||||
vue-router: 4.1.5
|
||||
vue-tsc: 0.40.13
|
||||
|
@ -124,7 +124,7 @@ dependencies:
|
|||
vue: 3.2.40
|
||||
vue-advanced-cropper: 2.8.6_vue@3.2.40
|
||||
vue-drag-resize: 2.0.3
|
||||
vue-flatpickr-component: 9.0.6_vue@3.2.40
|
||||
vue-flatpickr-component: 9.0.8_vue@3.2.40
|
||||
vue-i18n: 9.2.2_vue@3.2.40
|
||||
vue-router: 4.1.5_vue@3.2.40
|
||||
workbox-precaching: 6.5.4
|
||||
|
@ -12709,9 +12709,9 @@ packages:
|
|||
- supports-color
|
||||
dev: true
|
||||
|
||||
/vue-flatpickr-component/9.0.6_vue@3.2.40:
|
||||
resolution: {integrity: sha512-U3355po5WPejAagvDig+MA7v8NWr0+Dbx3a1pds19hx4i9CeXuBSpD7vl0fxKhk+Hfu3T+DN2aOR69HIwSJh1A==}
|
||||
engines: {node: '>=10.13.0'}
|
||||
/vue-flatpickr-component/9.0.8_vue@3.2.40:
|
||||
resolution: {integrity: sha512-wuvG3ijNkGwUKP+F5l4Jai5za46pI7T2AQ+boPY0QB2Y4EP6hcaubfaYwMqrs4w69u8JCnqsKqGg+mWpqF5j3A==}
|
||||
engines: {node: '>=12.13.0'}
|
||||
peerDependencies:
|
||||
vue: ^3.0.0
|
||||
dependencies:
|
||||
|
|
1
src/types/vue-flatpickr-component.d.ts
vendored
1
src/types/vue-flatpickr-component.d.ts
vendored
|
@ -1 +0,0 @@
|
|||
declare module 'vue-flatpickr-component';
|
Loading…
Reference in a new issue