-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from megasanjay/renovate/pin-dependencies
Pin dependencies
- Loading branch information
Showing
6 changed files
with
296 additions
and
138 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,8 +15,8 @@ | |
"author": "Sanjay Soundarajan <[email protected]> (https://sanjaysoundarajan.dev)", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"copyfiles": "^2.4.1", | ||
"vitepress": "^0.20.0" | ||
"copyfiles": "2.4.1", | ||
"vitepress": "0.20.0" | ||
}, | ||
"dependencies": { | ||
"vue3-marquee": "^3.0.4-beta" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -310,7 +310,7 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b" | ||
integrity sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= | ||
|
||
copyfiles@^2.4.1: | ||
[email protected]: | ||
version "2.4.1" | ||
resolved "https://registry.yarnpkg.com/copyfiles/-/copyfiles-2.4.1.tgz#d2dcff60aaad1015f09d0b66e7f0f1c5cd3c5da5" | ||
integrity sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg== | ||
|
@@ -729,7 +729,7 @@ vite@^2.6.5: | |
optionalDependencies: | ||
fsevents "~2.3.2" | ||
|
||
vitepress@^0.20.0: | ||
[email protected]: | ||
version "0.20.0" | ||
resolved "https://registry.yarnpkg.com/vitepress/-/vitepress-0.20.0.tgz#eb4f86abb7a90e9dc52c595fb5cc63ca2b717c60" | ||
integrity sha512-+PZy1BAWha46hcaWqhB1Vet+2dwhebTnk900ZzrAgLiw4Dx0dQpnMRnDlrp5HR8fgmLNB1Ij9PJO4gh4tvb6gQ== | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ | |
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.17.3.tgz#b07702b982990bf6fdc1da5049a23fece4c5c3d0" | ||
integrity sha512-7yJPvPV+ESz2IUTPbOL+YkIGyCqOyNIzdguKQuJGnH7bg1WTIifuM21YqokFt/THWh1AkCRn9IgoykTRCBVpzA== | ||
|
||
"@babel/types@^7.17.0", "@babel/types@^7.6.1", "@babel/types@^7.9.6": | ||
"@babel/[email protected]", "@babel/types@^7.6.1", "@babel/types@^7.9.6": | ||
version "7.17.0" | ||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.17.0.tgz#a826e368bccb6b3d84acd76acad5c0d87342390b" | ||
integrity sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw== | ||
|
@@ -60,12 +60,12 @@ | |
"@nodelib/fs.scandir" "2.1.5" | ||
fastq "^1.6.0" | ||
|
||
"@types/node@^17.0.18": | ||
"@types/[email protected].21": | ||
version "17.0.21" | ||
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.21.tgz#864b987c0c68d07b4345845c3e63b75edd143644" | ||
integrity sha512-DBZCJbhII3r90XbQxI8Y9IjjiiOGlZ0Hr32omXIZvwwZ7p4DMMXGrKXVyPfuoBOri9XNtL0UK69jYIBIsRX3QQ== | ||
|
||
"@vitejs/plugin-vue@^2.2.0": | ||
"@vitejs/[email protected].4": | ||
version "2.2.4" | ||
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.2.4.tgz#ab8b199ca82496b05d2654c5f34ffcf9b947243d" | ||
integrity sha512-ev9AOlp0ljCaDkFZF3JwC/pD2N4Hh+r5srl5JHM6BKg5+99jiiK0rE/XaRs3pVm1wzyKkjUy/StBSoXX5fFzcw== | ||
|
@@ -906,7 +906,7 @@ [email protected]: | |
resolved "https://registry.yarnpkg.com/token-stream/-/token-stream-1.0.0.tgz#cc200eab2613f4166d27ff9afc7ca56d49df6eb4" | ||
integrity sha1-zCAOqyYT9BZtJ/+a/HylbUnfbrQ= | ||
|
||
typescript@^4.5.5: | ||
typescript@4.6.2: | ||
version "4.6.2" | ||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.6.2.tgz#fe12d2727b708f4eef40f51598b3398baa9611d4" | ||
integrity sha512-HM/hFigTBHZhLXshn9sN37H085+hQGeJHJ/X7LpBWLID/fbc2acUMfU+lGD98X81sKP+pFa9f0DZmCwB9GnbAg== | ||
|
@@ -921,7 +921,7 @@ upath@^2.0.1: | |
resolved "https://registry.yarnpkg.com/upath/-/upath-2.0.1.tgz#50c73dea68d6f6b990f51d279ce6081665d61a8b" | ||
integrity sha512-1uEe95xksV1O0CYKXo8vQvN1JEbtJp7lb7C5U9HMsIp6IVwntkH/oNUzyVNQSd4S1sYk2FpSSW44FqMc8qee5w== | ||
|
||
vite@^2.8.4: | ||
[email protected].6: | ||
version "2.8.6" | ||
resolved "https://registry.yarnpkg.com/vite/-/vite-2.8.6.tgz#32d50e23c99ca31b26b8ccdc78b1d72d4d7323d3" | ||
integrity sha512-e4H0QpludOVKkmOsRyqQ7LTcMUDF3mcgyNU4lmi0B5JUbe0ZxeBBl8VoZ8Y6Rfn9eFKYtdXNPcYK97ZwH+K2ug== | ||
|
@@ -1061,15 +1061,15 @@ [email protected]: | |
vscode-pug-languageservice "0.31.4" | ||
vscode-typescript-languageservice "0.31.4" | ||
|
||
vue-tsc@^0.31.4: | ||
[email protected]: | ||
version "0.31.4" | ||
resolved "https://registry.yarnpkg.com/vue-tsc/-/vue-tsc-0.31.4.tgz#cf17f7bca225e6bc0fa577392c07de7b4e1f733a" | ||
integrity sha512-8RnKGmQRo/0rbXkyZmKCOdT62fNWyEaMdS/BDAPE+saGNAniUZsjpOSOjAiLwsQc5qgeI9/mY1W3o4tX7H/7MA== | ||
dependencies: | ||
"@volar/shared" "0.31.4" | ||
vscode-vue-languageservice "0.31.4" | ||
|
||
vue-typegen@^0.2.0: | ||
[email protected]: | ||
version "0.2.0" | ||
resolved "https://registry.yarnpkg.com/vue-typegen/-/vue-typegen-0.2.0.tgz#5ebc6d5577ae63c10d52796721c34afaea695e31" | ||
integrity sha512-uleq28vMIwNVv1ublUQs1a/IxpD9s9rQHnWvb9FnJpFI1XEaicVKRlsbqju4mUfT4sY7NHJiUEepBOdsq7TROQ== | ||
|
@@ -1080,7 +1080,7 @@ vue-typegen@^0.2.0: | |
picocolors "^1.0.0" | ||
sade "^1.8.0" | ||
|
||
vue@^3.2.31: | ||
[email protected]: | ||
version "3.2.31" | ||
resolved "https://registry.yarnpkg.com/vue/-/vue-3.2.31.tgz#e0c49924335e9f188352816788a4cca10f817ce6" | ||
integrity sha512-odT3W2tcffTiQCy57nOT93INw1auq5lYLLYtWpPYQQYQOOdHiqFct9Xhna6GJ+pJQaF67yZABraH47oywkJgFw== | ||
|
Oops, something went wrong.
cebef96
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
vue3-marquee – ./
vue3-marquee-megasanjay.vercel.app
vue3-marquee.vercel.app
vue3-marquee-git-main-megasanjay.vercel.app