Skip to content
This repository has been archived by the owner on Dec 28, 2018. It is now read-only.

Commit

Permalink
Auto merge of #641 - saneyuki:package, r=saneyuki
Browse files Browse the repository at this point in the history
chore(package.json): update dependencies

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/karen-irc/karen/641)
<!-- Reviewable:end -->
  • Loading branch information
dokidokivisual committed May 4, 2016
2 parents ba9e1e6 + f5954a7 commit 1bda2f9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@
"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"
},
"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",
Expand All @@ -89,10 +89,10 @@
"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",
"tslint": "3.9.0-dev.0",
"typescript": "1.9.0-dev.20160504",
"typings": "^0.8.1",
"vinyl-source-stream": "^1.1.0"
}
Expand Down
2 changes: 2 additions & 0 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 1bda2f9

Please sign in to comment.