Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksgata committed Jan 5, 2024
1 parent 0dc4391 commit fabb90f
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@
},
"dependencies": {
"@babel/parser": "^7.22.10",
"@date-io/date-fns": "^2.17.0",
"@pinia/nuxt": "^0.4.11",
"@types/crypto-js": "^4.1.1",
"@vueuse/core": "^10.2.1",
"@vueuse/nuxt": "^10.2.1",
"bcrypt-ts": "^4.0.0",
"crypto-js": "^4.1.1",
"date-fns": "^3.0.6",
"html2canvas": "^1.4.1",
"material-design-icons": "^3.0.1",
"mdi": "^2.2.43",
Expand All @@ -33,6 +35,6 @@
"sass": "^1.63.6",
"vee-validate": "^4.12.3",
"vue3-toastify": "^0.1.11",
"vuetify": "3.4.7"
"vuetify": "3.4.9"
}
}
2 changes: 1 addition & 1 deletion plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default defineNuxtPlugin((nuxtApp) => {
sets: {
mdi,
},
},
}
});

nuxtApp.vueApp.use(vuetify);
Expand Down
25 changes: 21 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,18 @@
dependencies:
mime "^3.0.0"

"@date-io/core@^2.17.0":
version "2.17.0"
resolved "https://registry.npmmirror.com/@date-io/core/-/core-2.17.0.tgz#360a4d0641f069776ed22e457876e8a8a58c205e"
integrity sha512-+EQE8xZhRM/hsY0CDTVyayMDDY5ihc4MqXCrPxooKw19yAzUIC6uUqsZeaOFNL9YKTNxYKrJP5DFgE8o5xRCOw==

"@date-io/date-fns@^2.17.0":
version "2.17.0"
resolved "https://registry.npmmirror.com/@date-io/date-fns/-/date-fns-2.17.0.tgz#1d9d0a02e0137524331819c9576a4e8e19a6142b"
integrity sha512-L0hWZ/mTpy3Gx/xXJ5tq5CzHo0L7ry6KEO9/w/JWiFWFLZgiNVo3ex92gOl3zmzjHqY/3Ev+5sehAr8UnGLEng==
dependencies:
"@date-io/core" "^2.17.0"

"@esbuild/[email protected]":
version "0.19.10"
resolved "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.19.10.tgz#fb3922a0183d27446de00cf60d4f7baaadf98d84"
Expand Down Expand Up @@ -2210,6 +2222,11 @@ csstype@^3.1.3:
resolved "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz#d80ff294d114fb0e6ac500fbf85b60137d7eff81"
integrity sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==

date-fns@^3.0.6:
version "3.0.6"
resolved "https://registry.npmmirror.com/date-fns/-/date-fns-3.0.6.tgz#fe3aeb7592d359f075ffc41cb16139828810ca83"
integrity sha512-W+G99rycpKMMF2/YD064b2lE7jJGUe+EjOES7Q8BIGY8sbNdbgcs9XFTZwvzc9Jx1f3k7LB7gZaZa7f8Agzljg==

[email protected]:
version "2.6.9"
resolved "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz#5d128515df134ff327e90a4c93f4e077a536341f"
Expand Down Expand Up @@ -5489,10 +5506,10 @@ vue@^3.3.8:
"@vue/server-renderer" "3.3.13"
"@vue/shared" "3.3.13"

[email protected].7:
version "3.4.7"
resolved "https://registry.npmjs.org/vuetify/-/vuetify-3.4.7.tgz#3bb39f081fc66be0ad1038cf3c8458584a03354f"
integrity sha512-K++yer5H94Yi/uzgKDOTYRPA9qipVntomEohRsegfAnRqmFyw2x9clHVEoTRa/Fvk3nkHti0zn90Mp7mSUwVnw==
[email protected].9:
version "3.4.9"
resolved "https://registry.npmmirror.com/vuetify/-/vuetify-3.4.9.tgz#f26952a4a7c643fb3be9c6771bc26aaebf6e3169"
integrity sha512-pgBPdbgrHHHZWRybWevzRFezMax6CP2MccTivjOZSOF0XsnzoNOJGGpkTgIfBrk4UCp9jKx6JOJIztGtx/IcSw==

webidl-conversions@^3.0.0:
version "3.0.1"
Expand Down

0 comments on commit fabb90f

Please sign in to comment.