chore: move stray prod deps to dev deps (#27914)

This commit is contained in:
Samuel Attard 2021-02-25 13:08:34 -08:00 коммит произвёл GitHub
Родитель 5ea2794857
Коммит 4d5e0cf2c4
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -24,12 +24,14 @@
"@types/send": "^0.14.5",
"@types/split": "^1.0.0",
"@types/stream-json": "^1.5.1",
"@types/temp": "^0.8.34",
"@types/uuid": "^3.4.6",
"@types/webpack": "^4.41.21",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"asar": "^3.0.3",
"aws-sdk": "^2.727.1",
"check-for-leaks": "^1.2.1",
"colors": "^1.4.0",
"dotenv-safe": "^4.0.4",
@ -145,9 +147,5 @@
"DEPS": [
"node script/gen-hunspell-filenames.js"
]
},
"dependencies": {
"@types/temp": "^0.8.34",
"aws-sdk": "^2.727.1"
}
}