chore: move vue-virtual-scroller to dev dependencies (#187)

Co-authored-by: Daniel Roe <daniel@roe.dev>
This commit is contained in:
Shinigami 2022-11-27 19:52:50 +01:00 committed by GitHub
parent 76715d7cec
commit 5ac225fd11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 9 deletions

View file

@ -67,9 +67,7 @@
"unplugin-auto-import": "^0.12.0",
"vite-plugin-inspect": "^0.7.9",
"vitest": "^0.25.3",
"vue-safe-teleport": "^0.1.1"
},
"dependencies": {
"vue-safe-teleport": "^0.1.1",
"vue-virtual-scroller": "2.0.0-beta.3"
}
}