Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

Commit 417eff7

Browse files
committed
build: update dependencies
1 parent 02a71fd commit 417eff7

File tree

2 files changed

+735
-344
lines changed

2 files changed

+735
-344
lines changed

package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@
2121
}
2222
},
2323
"dependencies": {
24-
"@vueuse/core": "^5.1.3",
25-
"body-scroll-lock": "^4.0.0-beta.0",
26-
"vue": "^3.0.5"
24+
"body-scroll-lock": "^4.0.0-beta.0"
2725
},
2826
"devDependencies": {
2927
"@types/body-scroll-lock": "^2.6.2",
@@ -42,6 +40,10 @@
4240
"stylelint-config-standard": "^22.0.0",
4341
"typescript": "^4.3.2",
4442
"vite": "^2.4.0",
45-
"vue-tsc": "^0.0.24"
43+
"vue": "3.0.11",
44+
"vue-tsc": "0.2.2"
45+
},
46+
"peerDependencies": {
47+
"vue": "3.0.11"
4648
}
4749
}

0 commit comments

Comments
 (0)