Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ajuvonen committed May 20, 2024
1 parent 5cc8ce4 commit 0fe2fb2
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 53 deletions.
90 changes: 45 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@vuelidate/validators": "^2.0.4",
"@vuepic/vue-datepicker": "^8.6.0",
"@vueuse/core": "^10.9.0",
"chart.js": "^4.4.2",
"chart.js": "^4.4.3",
"ics": "^3.7.2",
"luxon": "^3.4.4",
"pinia": "^2.1.7",
Expand All @@ -33,15 +33,15 @@
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2",
"vuedraggable": "^4.1.0",
"vuetify": "3.6.5"
"vuetify": "3.6.6"
},
"devDependencies": {
"@pinia/testing": "^0.1.3",
"@rushstack/eslint-patch": "^1.10.2",
"@rushstack/eslint-patch": "^1.10.3",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.6",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@types/uuid": "^9.0.8",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-istanbul": "^1.6.0",
Expand All @@ -54,16 +54,16 @@
"eslint-plugin-cypress": "^3.2.0",
"eslint-plugin-vue": "^9.26.0",
"jsdom": "^24.0.0",
"npm-run-all2": "^6.1.2",
"npm-run-all2": "^6.2.0",
"prettier": "^3.2.5",
"sass": "^1.77.1",
"sass": "^1.77.2",
"start-server-and-test": "^2.0.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-vuetify": "^2.0.3",
"vitest": "^1.6.0",
"vue-tsc": "^2.0.17"
"vue-tsc": "^2.0.19"
},
"engines": {
"node": ">=20.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ exports[`ScheduleView > mounts 1`] = `
<transition-stub data-v-295747d4="" name="expand-transition" appear="false" persisted="false" css="true">
<div class="v-expansion-panel-text">
<div class="v-expansion-panel-text__wrapper">
<div class="v-slide-group v-tabs v-tabs--horizontal v-tabs--align-tabs-start v-tabs--grow v-tabs--density-default" tabindex="0" role="tablist" data-v-295747d4="">
<div class="v-slide-group v-slide-group--mobile v-tabs v-tabs--horizontal v-tabs--align-tabs-start v-tabs--grow v-tabs--density-default" tabindex="0" role="tablist" data-v-295747d4="">
<!---->
<div class="v-slide-group__container">
<div class="v-slide-group__content"><button data-v-295747d4="" type="button" class="v-btn v-theme--customLight v-btn--density-default v-btn--size-default v-btn--variant-text v-tab" tabindex="-1" role="tab" aria-selected="false" data-test-id="week-0-calendar-tab-0" value="0"><span class="v-btn__overlay"></span><span class="v-btn__underlay"></span>
Expand Down

0 comments on commit 0fe2fb2

Please sign in to comment.