diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json index 4c5dceabb..277e5bb63 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "manage:translations": "node ./config/webpack/translationRunner.js", "start": "node ./streaming/index.js", "test": "npm run test:lint && npm run test:jest", - "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/", + "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ streaming/", "test:jest": "cross-env NODE_ENV=test jest --coverage", "postinstall": "npm rebuild node-sass" }, @@ -22,6 +22,7 @@ "private": true, "dependencies": { "array-includes": "^3.0.3", + "atrament": "^0.2.3", "autoprefixer": "^7.1.6", "axios": "~0.16.2", "babel-core": "^6.25.0", @@ -120,13 +121,13 @@ "websocket.js": "^0.1.12" }, "devDependencies": { - "babel-eslint": "^7.2.3", + "babel-eslint": "^8.2.1", "enzyme": "^3.2.0", "enzyme-adapter-react-16": "^1.1.0", - "eslint": "^3.19.0", + "eslint": "^4.15.0", "eslint-plugin-import": "^2.8.0", - "eslint-plugin-jsx-a11y": "^4.0.0", - "eslint-plugin-react": "^6.10.3", + "eslint-plugin-jsx-a11y": "^5.1.1", + "eslint-plugin-react": "^7.5.1", "jest": "^21.2.1", "raf": "^3.4.0", "react-intl-translations-manager": "^5.0.0", |