mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 03:08:40 +00:00
Update testing infrastructure NPM packages (#1044)
* Update testing infrastructure NPM packages Travis is currently failing all tests. This should fix it, as documented in https://github.com/eslint/eslint/issues/9767 * Add package-lock.json
This commit is contained in:
committed by
Kevin Barabash
parent
484d44ee70
commit
63733f796a
20
package.json
20
package.json
@@ -16,25 +16,25 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"babel-eslint": "^7.2.0",
|
||||
"babel-jest": "^20.0.3",
|
||||
"babel-eslint": "^8.1.2",
|
||||
"babel-jest": "^22.0.4",
|
||||
"babel-loader": "^7.1.2",
|
||||
"babel-plugin-transform-class-properties": "^6.23.0",
|
||||
"babel-plugin-transform-runtime": "^6.15.0",
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"babel-preset-flow": "^6.23.0",
|
||||
"babel-register": "^6.24.0",
|
||||
"babel-register": "^6.26.0",
|
||||
"babelify": "^7.3.0",
|
||||
"browserify": "^13.3.0",
|
||||
"check-dependencies": "^1.1.0",
|
||||
"clean-css": "^3.4.23",
|
||||
"eslint": "^4.6.1",
|
||||
"eslint-plugin-flowtype": "^2.35.1",
|
||||
"eslint": "^4.14.0",
|
||||
"eslint-plugin-flowtype": "^2.40.1",
|
||||
"express": "^4.14.0",
|
||||
"flow-bin": "^0.54.0",
|
||||
"flow-bin": "^0.62.0",
|
||||
"glob": "^7.1.1",
|
||||
"jest": "^20.0.4",
|
||||
"jest-serializer-html": "^4.0.0",
|
||||
"jest": "^22.0.4",
|
||||
"jest-serializer-html": "^4.0.1",
|
||||
"js-yaml": "^3.3.1",
|
||||
"json-stable-stringify": "^1.0.1",
|
||||
"jspngopt": "^0.2.0",
|
||||
@@ -48,8 +48,8 @@
|
||||
"rimraf": "^2.6.2",
|
||||
"selenium-webdriver": "^2.48.2",
|
||||
"sri-toolbox": "^0.2.0",
|
||||
"stylelint": "^8.2.0",
|
||||
"stylelint-config-standard": "^17.0.0",
|
||||
"stylelint": "^8.4.0",
|
||||
"stylelint-config-standard": "^18.0.0",
|
||||
"uglify-js": "~2.7.5",
|
||||
"webpack": "^3.6.0",
|
||||
"webpack-dev-server": "^2.8.2"
|
||||
|
Reference in New Issue
Block a user