mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Update dependencies to enable Greenkeeper 🌴 (#1368)
* chore: add Greenkeeper config file * chore(package): update dependencies * chore(package): update dependencies * docs(readme): add Greenkeeper badge * Exclude "dockers/texcmp/package.json", * Revert "dockers/texcmp/package.json" Reverts ddc6aa9e05d9e3a7e1e960c7c62f15b8dbff70a9
This commit is contained in:
committed by
Kevin Barabash
parent
25e07a7df6
commit
659b4e30c8
@@ -1,7 +1,7 @@
|
|||||||
# [<img src="https://khan.github.io/KaTeX/katex-logo.svg" width="130" alt="KaTeX">](https://khan.github.io/KaTeX/)
|
# [<img src="https://khan.github.io/KaTeX/katex-logo.svg" width="130" alt="KaTeX">](https://khan.github.io/KaTeX/)
|
||||||
[](https://travis-ci.org/Khan/KaTeX)
|
[](https://travis-ci.org/Khan/KaTeX)
|
||||||
[](https://codecov.io/gh/Khan/KaTeX)
|
[](https://codecov.io/gh/Khan/KaTeX)
|
||||||
[](https://gitter.im/Khan/KaTeX?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
[](https://gitter.im/Khan/KaTeX?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [](https://greenkeeper.io/)
|
||||||

|

|
||||||
|
|
||||||
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
|
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.
|
||||||
|
9
greenkeeper.json
Normal file
9
greenkeeper.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"groups": {
|
||||||
|
"default": {
|
||||||
|
"packages": [
|
||||||
|
"package.json"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
16
package.json
16
package.json
@@ -17,7 +17,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babel-eslint": "^8.1.2",
|
"babel-eslint": "^8.1.2",
|
||||||
"babel-jest": "^22.0.4",
|
"babel-jest": "^23.0.1",
|
||||||
"babel-loader": "^7.1.4",
|
"babel-loader": "^7.1.4",
|
||||||
"babel-plugin-transform-class-properties": "^6.23.0",
|
"babel-plugin-transform-class-properties": "^6.23.0",
|
||||||
"babel-plugin-transform-runtime": "^6.15.0",
|
"babel-plugin-transform-runtime": "^6.15.0",
|
||||||
@@ -31,8 +31,8 @@
|
|||||||
"eslint-plugin-flowtype": "^2.40.1",
|
"eslint-plugin-flowtype": "^2.40.1",
|
||||||
"file-loader": "^1.1.11",
|
"file-loader": "^1.1.11",
|
||||||
"flow-bin": "^0.73.0",
|
"flow-bin": "^0.73.0",
|
||||||
"jest": "^22.0.4",
|
"jest": "^23.0.1",
|
||||||
"jest-serializer-html": "^4.0.1",
|
"jest-serializer-html": "^5.0.0",
|
||||||
"js-yaml": "^3.10.0",
|
"js-yaml": "^3.10.0",
|
||||||
"json-stable-stringify": "^1.0.1",
|
"json-stable-stringify": "^1.0.1",
|
||||||
"jspngopt": "^0.2.0",
|
"jspngopt": "^0.2.0",
|
||||||
@@ -40,17 +40,17 @@
|
|||||||
"less-loader": "^4.1.0",
|
"less-loader": "^4.1.0",
|
||||||
"mini-css-extract-plugin": "^0.4.0",
|
"mini-css-extract-plugin": "^0.4.0",
|
||||||
"mkdirp": "^0.5.1",
|
"mkdirp": "^0.5.1",
|
||||||
"pako": "1.0.4",
|
"pako": "1.0.6",
|
||||||
"pre-commit": "^1.2.2",
|
"pre-commit": "^1.2.2",
|
||||||
"query-string": "^5.1.0",
|
"query-string": "^6.1.0",
|
||||||
"rimraf": "^2.6.2",
|
"rimraf": "^2.6.2",
|
||||||
"selenium-webdriver": "^2.48.2",
|
"selenium-webdriver": "^3.6.0",
|
||||||
"sri-toolbox": "^0.2.0",
|
"sri-toolbox": "^0.2.0",
|
||||||
"style-loader": "^0.21.0",
|
"style-loader": "^0.21.0",
|
||||||
"stylelint": "^8.4.0",
|
"stylelint": "^9.2.1",
|
||||||
"stylelint-config-standard": "^18.0.0",
|
"stylelint-config-standard": "^18.0.0",
|
||||||
"uglifyjs-webpack-plugin": "^1.2.5",
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
||||||
"webpack": "^4.8.3",
|
"webpack": "^4.9.1",
|
||||||
"webpack-bundle-analyzer": "^2.13.0",
|
"webpack-bundle-analyzer": "^2.13.0",
|
||||||
"webpack-cli": "^2.1.3",
|
"webpack-cli": "^2.1.3",
|
||||||
"webpack-dev-server": "^3.1.4"
|
"webpack-dev-server": "^3.1.4"
|
||||||
|
Reference in New Issue
Block a user