Skip to content

Commit

Permalink
Pin dependencies (#7)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 3, 2022
1 parent a7c4313 commit 7b7f260
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@mdi/js": "^7.0.96",
"@mdi/js": "7.0.96",
"@vueuse/core": "9.3.0",
"vite-plugin-inspect": "0.7.4",
"vue": "3.2.40",
Expand All @@ -21,7 +21,7 @@
"sass": "1.55.0",
"typescript": "4.8.4",
"vite": "3.1.4",
"vite-plugin-mdi-icons": "^0.1.0",
"vite-plugin-mdi-icons": "0.1.0",
"vite-plugin-vuetify": "1.0.0-alpha.17",
"vue-tsc": "0.40.13"
}
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
resolved "https://registry.yarnpkg.com/@esbuild/linux-loong64/-/linux-loong64-0.15.10.tgz#78a42897c2cf8db9fd5f1811f7590393b77774c7"
integrity sha512-w0Ou3Z83LOYEkwaui2M8VwIp+nLi/NA60lBLMvaJ+vXVMcsARYdEzLNE7RSm4+lSg4zq4d7fAVuzk7PNQ5JFgg==

"@mdi/js@^7.0.96":
"@mdi/js@7.0.96":
version "7.0.96"
resolved "https://registry.yarnpkg.com/@mdi/js/-/js-7.0.96.tgz#8e7a54d5cb38831e3150632cc19e380f54d9edd6"
integrity sha512-lNqhkV3cpPfYb/Avh+vXLFukUTbHbyHoFo4Jdc7Oc9UvURGVhamFIpgOVvEf2bNA78zvjXTZeVWExUTR+DLBfQ==
Expand Down Expand Up @@ -993,7 +993,7 @@ vite-plugin-inspect@0.7.4:
sirv "^2.0.2"
ufo "^0.8.5"

vite-plugin-mdi-icons@^0.1.0:
vite-plugin-mdi-icons@0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/vite-plugin-mdi-icons/-/vite-plugin-mdi-icons-0.1.0.tgz#69d9712b5136686d8dad2a9572edeb246cd9f93a"
integrity sha512-lSiKuvpa1yudmvTTlTn0c2ihzruWDVR5eL1D+Ed7/jyPdmM1G/NF/tRLqrWpT2+IY0laxf0kp3G1GZ3PFk5n+Q==
Expand Down

0 comments on commit 7b7f260

Please sign in to comment.