aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2016-04-04 13:31:31 +0900
committerKazuki Yamaguchi <k@rhe.jp>2016-04-04 13:31:31 +0900
commit09fff82648361f9de1778ba2ad967e6022c59a16 (patch)
tree7c0c4c065bfea9562934e462cb0df2ca1fd8c25b
parenteab9e948954ed32d83187ac9d890ca2ef9990afc (diff)
downloadpoe-09fff82648361f9de1778ba2ad967e6022c59a16.tar.gz
frontend: 依存パッケージを更新
-rw-r--r--frontend/package.json19
-rw-r--r--frontend/typings.json4
2 files changed, 12 insertions, 11 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 1aad9ce..80a26f1 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -3,7 +3,7 @@
"version": "1.0.0",
"license": "MIT",
"scripts": {
- "start": "concurrent \"npm run tsc:w\" \"npm run lite\"",
+ "start": "concurrently \"npm run tsc:w\" \"npm run lite\"",
"tsc": "tsc",
"tsc:w": "tsc -w",
"lite": "lite-server",
@@ -11,22 +11,23 @@
"postinstall": "typings install"
},
"dependencies": {
- "angular2": "2.0.0-beta.7",
- "codemirror": "^5.12.0",
- "es6-promise": "^3.0.2",
- "es6-shim": "^0.33.3",
+ "angular2": "2.0.0-beta.13",
+ "codemirror": "^5.13.2",
+ "es6-promise": "^3.1.2",
+ "es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"systemjs": "0.19.17",
- "zone.js": "0.5.15"
+ "zone.js": "0.6.8"
},
"devDependencies": {
- "clean-css": "^3.4.10",
+ "clean-css": "^3.4.11",
"concurrently": "^2.0.0",
"lite-server": "^2.1.0",
"proxy-middleware": "^0.15.0",
- "typescript": "^1.8.2",
- "typings": "^0.6.8",
+ "systemjs-builder": "^0.15.14",
+ "typescript": "^1.8.9",
+ "typings": "^0.7.12",
"uglify-js": "^2.6.2",
"url": "^0.11.0"
}
diff --git a/frontend/typings.json b/frontend/typings.json
index 07f8096..835989f 100644
--- a/frontend/typings.json
+++ b/frontend/typings.json
@@ -1,6 +1,6 @@
{
"ambientDependencies": {
- "codemirror": "github:DefinitelyTyped/DefinitelyTyped/codemirror/codemirror.d.ts#4de74cb527395c13ba20b438c3a7a419ad931f1c",
- "es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#6697d6f7dadbf5773cb40ecda35a76027e0783b2"
+ "codemirror": "github:DefinitelyTyped/DefinitelyTyped/codemirror/codemirror.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd",
+ "es6-shim": "github:DefinitelyTyped/DefinitelyTyped/es6-shim/es6-shim.d.ts#7de6c3dd94feaeb21f20054b9f30d5dabc5efabd"
}
}