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:
greenkeeper[bot]
2018-05-27 23:37:36 -04:00
committed by Kevin Barabash
parent 25e07a7df6
commit 659b4e30c8
3 changed files with 18 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
# [<img src="https://khan.github.io/KaTeX/katex-logo.svg" width="130" alt="KaTeX">](https://khan.github.io/KaTeX/)
[![Build Status](https://travis-ci.org/Khan/KaTeX.svg?branch=master)](https://travis-ci.org/Khan/KaTeX)
[![codecov](https://codecov.io/gh/Khan/KaTeX/branch/master/graph/badge.svg)](https://codecov.io/gh/Khan/KaTeX)
[![Join the chat at https://gitter.im/Khan/KaTeX](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Khan/KaTeX?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Join the chat at https://gitter.im/Khan/KaTeX](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/Khan/KaTeX?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Greenkeeper badge](https://badges.greenkeeper.io/Khan/KaTeX.svg)](https://greenkeeper.io/)
![](https://img.badgesize.io/Khan/KaTeX/v0.10.0-alpha/dist/katex.min.js?compression=gzip)
KaTeX is a fast, easy-to-use JavaScript library for TeX math rendering on the web.

9
greenkeeper.json Normal file
View File

@@ -0,0 +1,9 @@
{
"groups": {
"default": {
"packages": [
"package.json"
]
}
}
}

View File

@@ -17,7 +17,7 @@
"license": "MIT",
"devDependencies": {
"babel-eslint": "^8.1.2",
"babel-jest": "^22.0.4",
"babel-jest": "^23.0.1",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.23.0",
"babel-plugin-transform-runtime": "^6.15.0",
@@ -31,8 +31,8 @@
"eslint-plugin-flowtype": "^2.40.1",
"file-loader": "^1.1.11",
"flow-bin": "^0.73.0",
"jest": "^22.0.4",
"jest-serializer-html": "^4.0.1",
"jest": "^23.0.1",
"jest-serializer-html": "^5.0.0",
"js-yaml": "^3.10.0",
"json-stable-stringify": "^1.0.1",
"jspngopt": "^0.2.0",
@@ -40,17 +40,17 @@
"less-loader": "^4.1.0",
"mini-css-extract-plugin": "^0.4.0",
"mkdirp": "^0.5.1",
"pako": "1.0.4",
"pako": "1.0.6",
"pre-commit": "^1.2.2",
"query-string": "^5.1.0",
"query-string": "^6.1.0",
"rimraf": "^2.6.2",
"selenium-webdriver": "^2.48.2",
"selenium-webdriver": "^3.6.0",
"sri-toolbox": "^0.2.0",
"style-loader": "^0.21.0",
"stylelint": "^8.4.0",
"stylelint": "^9.2.1",
"stylelint-config-standard": "^18.0.0",
"uglifyjs-webpack-plugin": "^1.2.5",
"webpack": "^4.8.3",
"webpack": "^4.9.1",
"webpack-bundle-analyzer": "^2.13.0",
"webpack-cli": "^2.1.3",
"webpack-dev-server": "^3.1.4"