Fix dependencies

This fixes the problem when running lerna bootstrap without --hoist.
This commit is contained in:
Kaito Udagawa
2021-06-20 13:03:01 +09:00
parent 4dbf64b1a4
commit f08c13a222
2 changed files with 4 additions and 1 deletions

View File

@@ -40,6 +40,7 @@
"@types/lodash.set": "^4.3.6",
"@types/node": "^14.14.40",
"@types/quill": "^2.0.1",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^2.13.0",
"@typescript-eslint/parser": "^2.13.0",
"@vue/cli-plugin-babel": "^4.1.2",