Merge pull request #3 from asnunes/dependencies-update
Dependencies update
This commit is contained in:
commit
dc847d7593
5186
package-lock.json
generated
5186
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
32
package.json
32
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mathml-to-latex",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "A JavaScript tool to convert mathml string to LaTeX string",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user