mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-03 17:11:54 +00:00
Move eslint plugins to devDependencies
Signed-off-by: David Mehren <git@herrmehren.de>
This commit is contained in:
parent
49112647cb
commit
ed1dd428b7
1 changed files with 2 additions and 2 deletions
|
@ -45,8 +45,6 @@
|
||||||
"class-validator": "0.13.1",
|
"class-validator": "0.13.1",
|
||||||
"cli-color": "2.0.0",
|
"cli-color": "2.0.0",
|
||||||
"connect-typeorm": "1.1.4",
|
"connect-typeorm": "1.1.4",
|
||||||
"eslint-plugin-jest": "24.4.2",
|
|
||||||
"eslint-plugin-local-rules": "1.1.0",
|
|
||||||
"express-session": "1.17.2",
|
"express-session": "1.17.2",
|
||||||
"file-type": "16.5.3",
|
"file-type": "16.5.3",
|
||||||
"joi": "17.4.2",
|
"joi": "17.4.2",
|
||||||
|
@ -83,6 +81,8 @@
|
||||||
"eslint": "7.32.0",
|
"eslint": "7.32.0",
|
||||||
"eslint-config-prettier": "8.3.0",
|
"eslint-config-prettier": "8.3.0",
|
||||||
"eslint-plugin-import": "2.24.2",
|
"eslint-plugin-import": "2.24.2",
|
||||||
|
"eslint-plugin-jest": "24.4.2",
|
||||||
|
"eslint-plugin-local-rules": "1.1.0",
|
||||||
"eslint-plugin-prettier": "4.0.0",
|
"eslint-plugin-prettier": "4.0.0",
|
||||||
"jest": "27.2.1",
|
"jest": "27.2.1",
|
||||||
"prettier": "2.4.1",
|
"prettier": "2.4.1",
|
||||||
|
|
Loading…
Reference in a new issue