Skip to content

Commit

Permalink
chore(deps): bump @vuepic/vue-datepicker from 3.5.3 to 8.8.1 (#402)
Browse files Browse the repository at this point in the history
* chore(deps): bump @vuepic/vue-datepicker from 3.5.3 to 8.8.1

Bumps [@vuepic/vue-datepicker](https://github.com/Vuepic/vue-datepicker) from 3.5.3 to 8.8.1.
- [Release notes](https://github.com/Vuepic/vue-datepicker/releases)
- [Changelog](https://github.com/Vuepic/vue-datepicker/blob/main/CHANGELOG.md)
- [Commits](Vuepic/vue-datepicker@v3.5.3...v8.8.1)

---
updated-dependencies:
- dependency-name: "@vuepic/vue-datepicker"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add required vue-datepicker/dist/main.css import

* Add import to datepicker's scss

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: HappNTH <[email protected]>
  • Loading branch information
dependabot[bot] and HappyNTH authored Jul 2, 2024
1 parent 69dc656 commit 15599d6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion assets/styles/_datepicker.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
$dp__input_padding: 8px 12px;
@import '@vuepic/vue-datepicker/src/VueDatePicker/style/main.scss';
@import '@vuepic/vue-datepicker/dist/main.css';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@tiptap/vue-3": "^2.4.0",
"@vue/apollo-option": "^4.0.0",
"@vue/apollo-util": "^4.0.0-beta.6",
"@vuepic/vue-datepicker": "3.5.3",
"@vuepic/vue-datepicker": "8.8.1",
"apollo-link-sentry": "^3.2.1",
"axios": "^1.6.0",
"body-scroll-lock": "^4.0.0-beta.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3195,12 +3195,12 @@
js-beautify "^1.14.9"
vue-component-type-helpers "^2.0.0"

"@vuepic/vue-datepicker@3.5.3":
version "3.5.3"
resolved "https://registry.yarnpkg.com/@vuepic/vue-datepicker/-/vue-datepicker-3.5.3.tgz#e671e7c93b8a93c3e647552b97e471e6fc6fa272"
integrity sha512-tyqnRDuqj02decCwzwGP7ht0erc33Ktcm8zyEx90C7Vt5Y4roq2CV21ovzmdRluUW8p/1abLcL7ZSqedWtAzKw==
"@vuepic/vue-datepicker@8.8.1":
version "8.8.1"
resolved "https://registry.yarnpkg.com/@vuepic/vue-datepicker/-/vue-datepicker-8.8.1.tgz#8c336cfb2d8f3f145c4dfdd3b99b5d437a7ce227"
integrity sha512-8ehfUz1m69Vuc16Pm4ukgb3Mg1VT14x4EsG1ag4O/qbSNRWztTo+pUV4JnFt0FGLl5gGb6NXlxIvR7EjLgD7Gg==
dependencies:
date-fns "^2.29.3"
date-fns "^3.6.0"

"@vueuse/head@^1.0.26":
version "1.1.5"
Expand Down Expand Up @@ -4940,10 +4940,10 @@ [email protected], dataloader@^2.2.2:
resolved "https://registry.yarnpkg.com/dataloader/-/dataloader-2.2.2.tgz#216dc509b5abe39d43a9b9d97e6e5e473dfbe3e0"
integrity sha512-8YnDaaf7N3k/q5HnTJVuzSyLETjoZjVmHc4AeKAzOvKHEFQKcn64OKBfzHYtE9zGjctNM7V9I0MfnUVLpi7M5g==

date-fns@^2.29.3:
version "2.29.3"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-2.29.3.tgz#27402d2fc67eb442b511b70bbdf98e6411cd68a8"
integrity sha512-dDCnyH2WnnKusqvZZ6+jA1O51Ibt8ZMRNkDZdyAyK4YfbDwa/cEmuztzG5pk6hqlp9aSBPYcjOlktquahGwGeA==
date-fns@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/date-fns/-/date-fns-3.6.0.tgz#f20ca4fe94f8b754951b24240676e8618c0206bf"
integrity sha512-fRHTG8g/Gif+kSh50gaGEdToemgfj74aRX3swtiouboip5JDLAyDE9F11nHMIcvOaXeOC6D7SpNhi7uFyB7Uww==

dayjs@^1.10.4, dayjs@^1.11.6:
version "1.11.7"
Expand Down

0 comments on commit 15599d6

Please sign in to comment.