Skip to content

Commit

Permalink
Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 20, 2022
1 parent 71a02c8 commit 7c97b90
Show file tree
Hide file tree
Showing 6 changed files with 451 additions and 72 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions docs/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand Down
10 changes: 5 additions & 5 deletions packages/playground/vite-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.2.31",
"vue": "3.2.35",
"vue3-marquee": "workspace:*"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.2.0",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vue-tsc": "^0.31.4"
"@vitejs/plugin-vue": "2.3.3",
"typescript": "4.6.4",
"vite": "2.9.9",
"vue-tsc": "0.31.4"
}
}
16 changes: 8 additions & 8 deletions packages/vue3-marquee/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@
"./dist/style.css": "./dist/style.css"
},
"devDependencies": {
"@babel/types": "^7.17.0",
"@types/node": "^17.0.18",
"@vitejs/plugin-vue": "^2.2.0",
"typescript": "^4.5.5",
"vite": "^2.8.4",
"vue": "^3.2.31",
"vue-tsc": "^0.31.4",
"vue-typegen": "^0.2.0"
"@babel/types": "7.17.0",
"@types/node": "17.0.21",
"@vitejs/plugin-vue": "2.2.4",
"typescript": "4.6.2",
"vite": "2.8.6",
"vue": "3.2.31",
"vue-tsc": "0.31.4",
"vue-typegen": "0.2.0"
},
"bugs": {
"url": "https://github.com/megasanjay/vue3-marquee/issues",
Expand Down
16 changes: 8 additions & 8 deletions packages/vue3-marquee/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand Down Expand Up @@ -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==
Expand All @@ -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==
Expand Down Expand Up @@ -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==
Expand All @@ -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==
Expand Down
Loading

0 comments on commit 7c97b90

Please sign in to comment.