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",

View file

@ -587,8 +587,10 @@
"@types/gm": "^1.18.2",
"@types/imap-simple": "^4.2.0",
"@types/jest": "^26.0.13",
"@types/jsonwebtoken": "^8.5.2",
"@types/lodash.set": "^4.3.6",
"@types/mailparser": "^2.7.3",
"@types/mime-types": "^2.1.0",
"@types/moment-timezone": "^0.5.12",
"@types/mongodb": "^3.5.4",
"@types/mqtt": "^2.5.0",
@ -640,9 +642,9 @@
"mongodb": "^3.6.9",
"mqtt": "4.2.6",
"mssql": "^6.2.0",
"node-ssh": "^11.0.0",
"mysql2": "~2.2.0",
"n8n-core": "~0.74.0",
"node-ssh": "^11.0.0",
"nodemailer": "^6.5.0",
"pdf-parse": "^1.1.1",
"pg": "^8.3.0",