feat: update dependencies

This commit is contained in:
Alexandre Nunes 2021-01-07 11:29:16 -03:00
parent c4a7df61fb
commit cb9e0c8506
2 changed files with 2322 additions and 2894 deletions

5186
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -30,23 +30,23 @@
},
"homepage": "https://github.com/asnunes/mathml-to-latex#readme",
"devDependencies": {
"@types/jest": "24.9.0",
"@types/jest": "26.0.20",
"@types/xmldom": "^0.1.30",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"git-commit-msg-linter": "^2.7.0",
"husky": "^4.3.0",
"jest": "24.9.0",
"lint-staged": "^10.4.0",
"prettier": "^2.1.1",
"ts-jest": "^26.3.0",
"ts-loader": "^8.0.4",
"typescript": "^4.0.2"
"@typescript-eslint/eslint-plugin": "^4.12.0",
"@typescript-eslint/parser": "^4.12.0",
"eslint": "^7.17.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.1",
"git-commit-msg-linter": "^3.0.0",
"husky": "^4.3.7",
"jest": "26.6.3",
"lint-staged": "^10.5.3",
"prettier": "^2.2.1",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.14",
"typescript": "^4.1.3"
},
"dependencies": {
"xmldom": "^0.3.0"
"xmldom": "^0.4.0"
}
}