summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-01 14:13:11 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-01 14:13:11 -0500
commitbf69acefc4b5804655af8bc3764351259fbeb571 (patch)
treef41a8f4a8b00b3d11ad3dea9c760666cba167069
parent1543be8a06748d1b191c5806661844fcee7678c8 (diff)
parent3442c783c94d121f964fb25f8465daa3039859ba (diff)
downloadchat-bf69acefc4b5804655af8bc3764351259fbeb571.tar.gz
chat-bf69acefc4b5804655af8bc3764351259fbeb571.tar.bz2
chat-bf69acefc4b5804655af8bc3764351259fbeb571.zip
Merge pull request #2041 from mattermost/temp-babel-eslint-fix
Temporary fix for babel-eslint
-rw-r--r--web/react/package.json15
1 files changed, 8 insertions, 7 deletions
diff --git a/web/react/package.json b/web/react/package.json
index f36e55b40..ed5adebc2 100644
--- a/web/react/package.json
+++ b/web/react/package.json
@@ -13,18 +13,19 @@
"twemoji": "1.4.1"
},
"devDependencies": {
- "browserify": "12.0.1",
- "babelify": "7.2.0",
+ "babel-eslint": "4.1.5",
+ "babel-plugin-transform-runtime": "6.1.4",
"babel-preset-es2015": "6.1.18",
- "babel-preset-stage-0": "6.1.18",
"babel-preset-react": "6.1.18",
- "babel-plugin-transform-runtime": "6.1.4",
- "uglify-js": "2.6.1",
- "watchify": "3.6.1",
+ "babel-preset-stage-0": "6.1.18",
+ "babelify": "7.2.0",
+ "browserify": "12.0.1",
+ "escope": "3.3.0",
"eslint": "1.9.0",
"eslint-plugin-react": "3.9.0",
"exorcist": "0.4.0",
- "babel-eslint": "4.1.5"
+ "uglify-js": "2.6.1",
+ "watchify": "3.6.1"
},
"scripts": {
"check": "",