Skip to content

Commit 517051e

Browse files
authored
Merge pull request #8 from MaxLeiter/renovate/pin-dependencies
Pin dependencies
2 parents e1af1af + eae115d commit 517051e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
"vue": "^3.2.25"
4343
},
4444
"devDependencies": {
45-
"@types/node": "^17.0.40",
46-
"@types/sortablejs": "^1.13.0",
47-
"@vitejs/plugin-vue": "^2.3.3",
45+
"@types/node": "17.0.40",
46+
"@types/sortablejs": "1.13.0",
47+
"@vitejs/plugin-vue": "2.3.3",
4848
"typescript": "4.7.4",
4949
"vite": "3.0.0-beta.9",
5050
"vue-tsc": "0.38.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,19 @@
77
resolved "https://registry.npmjs.org/@babel/parser/-/parser-7.18.4.tgz"
88
integrity sha512-FDge0dFazETFcxGw/EXzOkN8uJp0PC7Qbm+Pe9T+av2zlBpOgunFHkQPPn+eRuClU73JF+98D531UgayY89tow==
99

10-
"@types/node@^17.0.40":
10+
1111
version "17.0.40"
1212
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.40.tgz#76ee88ae03650de8064a6cf75b8d95f9f4a16090"
1313
integrity sha512-UXdBxNGqTMtm7hCwh9HtncFVLrXoqA3oJW30j6XWp5BH/wu3mVeaxo7cq5benFdBw34HB3XDT2TRPI7rXZ+mDg==
1414

15-
"@types/sortablejs@^1.13.0":
15+
1616
version "1.13.0"
1717
resolved "https://registry.yarnpkg.com/@types/sortablejs/-/sortablejs-1.13.0.tgz#870223438f8f2cd81157b128a4c0261adbcaa946"
1818
integrity sha512-C3064MH72iEfeGCYEGCt7FCxXoAXaMPG0QPnstcxvPmbl54erpISu06d++FY37Smja64iWy5L8wOyHHBghWbJQ==
1919

20-
"@vitejs/plugin-vue@^2.3.3":
20+
2121
version "2.3.3"
22-
resolved "https://registry.npmjs.org/@vitejs/plugin-vue/-/plugin-vue-2.3.3.tgz"
22+
resolved "https://registry.yarnpkg.com/@vitejs/plugin-vue/-/plugin-vue-2.3.3.tgz#fbf80cc039b82ac21a1acb0f0478de8f61fbf600"
2323
integrity sha512-SmQLDyhz+6lGJhPELsBdzXGc+AcaT8stgkbiTFGpXPe8Tl1tJaBw1A6pxDqDuRsVkD8uscrkx3hA7QDOoKYtyw==
2424

2525

0 commit comments

Comments
 (0)