diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-08-23 14:37:49 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-08-23 14:37:49 +0200 |
commit | 0f6da32b148c0f4146b2ae9ad1add9a9f00cc339 (patch) | |
tree | 1272a5892e357aa0a0d370545effa6800092d568 /client/package.json | |
parent | 39f87cb21689a912559d0498641db7d2de4a784d (diff) | |
download | PeerTube-0f6da32b148c0f4146b2ae9ad1add9a9f00cc339.tar.gz PeerTube-0f6da32b148c0f4146b2ae9ad1add9a9f00cc339.tar.zst PeerTube-0f6da32b148c0f4146b2ae9ad1add9a9f00cc339.zip |
Client: update to new form api
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index 46cbb9441..6fc48d11e 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -22,6 +22,7 @@ | |||
22 | "@angular/common": "2.0.0-rc.4", | 22 | "@angular/common": "2.0.0-rc.4", |
23 | "@angular/compiler": "2.0.0-rc.4", | 23 | "@angular/compiler": "2.0.0-rc.4", |
24 | "@angular/core": "2.0.0-rc.4", | 24 | "@angular/core": "2.0.0-rc.4", |
25 | "@angular/forms": "^0.2.0", | ||
25 | "@angular/http": "2.0.0-rc.4", | 26 | "@angular/http": "2.0.0-rc.4", |
26 | "@angular/platform-browser": "2.0.0-rc.4", | 27 | "@angular/platform-browser": "2.0.0-rc.4", |
27 | "@angular/platform-browser-dynamic": "2.0.0-rc.4", | 28 | "@angular/platform-browser-dynamic": "2.0.0-rc.4", |
@@ -42,7 +43,7 @@ | |||
42 | "ie-shim": "^0.1.0", | 43 | "ie-shim": "^0.1.0", |
43 | "intl": "^1.2.4", | 44 | "intl": "^1.2.4", |
44 | "json-loader": "^0.5.4", | 45 | "json-loader": "^0.5.4", |
45 | "ng2-bootstrap": "1.0.16", | 46 | "ng2-bootstrap": "1.0.24", |
46 | "ng2-file-upload": "^1.0.3", | 47 | "ng2-file-upload": "^1.0.3", |
47 | "node-sass": "^3.7.0", | 48 | "node-sass": "^3.7.0", |
48 | "normalize.css": "^4.1.1", | 49 | "normalize.css": "^4.1.1", |