2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-08-07 20:32:12 +00:00
* bump deps

* add markuplint setting to disable character-reference
This commit is contained in:
Matthias Mair
2023-04-28 12:12:13 +02:00
committed by GitHub
parent f6831558a4
commit 660a4f8e39
5 changed files with 1414 additions and 2120 deletions

View File

@@ -1,7 +1,7 @@
{
"dependencies": {
"eslint": "^8.3.0",
"eslint": "^8.39.0",
"eslint-config-google": "^0.14.0",
"markuplint": "^1.11.4"
"markuplint": "^3.8.0"
}
}