From 146725d3cdaff7fd694b94aae06700aaf8a8a0b6 Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Wed, 4 May 2016 20:08:11 +0900 Subject: [PATCH 1/5] chore(package.json): update babel --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index adffaadf..193ae494 100644 --- a/package.json +++ b/package.json @@ -72,12 +72,12 @@ }, "devDependencies": { "autoprefixer": "^6.3.6", - "babel-cli": "^6.7.7", - "babel-core": "^6.7.7", - "babel-plugin-transform-inline-environment-variables": "^6.5.0", - "babel-plugin-transform-node-env-inline": "^6.5.0", - "babel-plugin-transform-react-constant-elements": "^6.5.0", - "babel-plugin-transform-react-inline-elements": "^6.6.5", + "babel-cli": "^6.8.0", + "babel-core": "^6.8.0", + "babel-plugin-transform-inline-environment-variables": "^6.8.0", + "babel-plugin-transform-node-env-inline": "^6.8.0", + "babel-plugin-transform-react-constant-elements": "^6.8.0", + "babel-plugin-transform-react-inline-elements": "^6.8.0", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babelify": "^7.3.0", From f13a34d3ba46f2fa35668e49afb5edca16e10548 Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Wed, 4 May 2016 20:08:34 +0900 Subject: [PATCH 2/5] chore(package.json): update gulp-postcss --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 193ae494..14fa2ad9 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "glob": "^7.0.3", "gulp": "^3.9.1", "gulp-concat": "^2.6.0", - "gulp-postcss": "^6.1.0", + "gulp-postcss": "^6.1.1", "gulp-uglify": "^1.5.3", "tslint": "3.8.0-dev.1", "typescript": "1.9.0-dev.20160426", From c583aba4a8e6b219c8b470d87819d4a8c713a394 Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Wed, 4 May 2016 20:08:55 +0900 Subject: [PATCH 3/5] chore(package.json): update socket.io --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 14fa2ad9..d4d261b3 100644 --- a/package.json +++ b/package.json @@ -65,8 +65,8 @@ "request": "^2.72.0", "rxjs": "5.0.0-beta.7", "slate-irc": "karen-irc/slate-irc.git#b12d540fa231b64e4e012c9e29412a2dc448acbe", - "socket.io": "^1.4.5", - "socket.io-client": "^1.4.5", + "socket.io": "^1.4.6", + "socket.io-client": "^1.4.6", "spdy": "^3.3.2", "urijs": "^1.18.0" }, From bbce104532044850687991ed0395f1dbe1fa2e0a Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Wed, 4 May 2016 20:09:22 +0900 Subject: [PATCH 4/5] chore(package.json): update typescript --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d4d261b3..548ac9ee 100644 --- a/package.json +++ b/package.json @@ -92,7 +92,7 @@ "gulp-postcss": "^6.1.1", "gulp-uglify": "^1.5.3", "tslint": "3.8.0-dev.1", - "typescript": "1.9.0-dev.20160426", + "typescript": "1.9.0-dev.20160504", "typings": "^0.8.1", "vinyl-source-stream": "^1.1.0" } From f5954a795aa960b72280dbd6b653e0dec2efa14f Mon Sep 17 00:00:00 2001 From: Tetsuharu OHZEKI Date: Wed, 4 May 2016 20:10:30 +0900 Subject: [PATCH 5/5] chore(package.json): update tslint --- package.json | 2 +- tslint.json | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 548ac9ee..25e6eb89 100644 --- a/package.json +++ b/package.json @@ -91,7 +91,7 @@ "gulp-concat": "^2.6.0", "gulp-postcss": "^6.1.1", "gulp-uglify": "^1.5.3", - "tslint": "3.8.0-dev.1", + "tslint": "3.9.0-dev.0", "typescript": "1.9.0-dev.20160504", "typings": "^0.8.1", "vinyl-source-stream": "^1.1.0" diff --git a/tslint.json b/tslint.json index 53cad1ae..873fd430 100644 --- a/tslint.json +++ b/tslint.json @@ -13,6 +13,7 @@ "no-duplicate-variable": true, "no-eval": true, "no-invalid-this": true, + "no-namespace": [true, "allow-declarations"], "no-require-imports": true, "no-string-literal": true, "no-switch-case-fall-through": true, @@ -22,6 +23,7 @@ "no-use-before-declare": true, "no-var-keyword": true, "no-var-requires": true, + "one-variable-per-declaration": true, "quotemark": [true, "single", "jsx-single", "avoid-escape"], "radix": true, "semicolon": true,