diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-08-10 00:51:43 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-08-10 00:51:43 +0900 |
| commit | def823ceeaa1903d6fe9beeca99c94705efd8564 (patch) | |
| tree | c4c0c28b72cde2d53f55372e0a021ea25b5e51a1 | |
| parent | Fix #2133 など (diff) | |
| parent | fix(package): update node-sass to version 4.9.3 (#2131) (diff) | |
| download | sharkey-def823ceeaa1903d6fe9beeca99c94705efd8564.tar.gz sharkey-def823ceeaa1903d6fe9beeca99c94705efd8564.tar.bz2 sharkey-def823ceeaa1903d6fe9beeca99c94705efd8564.zip | |
Merge branch 'master' of https://github.com/syuilo/misskey
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 5fdfe57c5e..21b7e3c5c9 100644 --- a/package.json +++ b/package.json @@ -154,7 +154,7 @@ "monk": "6.0.6", "ms": "2.1.1", "nan": "2.10.0", - "node-sass": "4.9.2", + "node-sass": "4.9.3", "node-sass-json-importer": "3.3.1", "nprogress": "0.2.0", "object-assign-deep": "0.4.0", @@ -187,7 +187,7 @@ "style-loader": "0.22.1", "stylus": "0.54.5", "stylus-loader": "3.0.2", - "summaly": "2.0.6", + "summaly": "2.1.0", "systeminformation": "3.42.9", "syuilo-password-strength": "0.0.1", "textarea-caret": "3.1.0", |