Skip to content

Commit 0c145bf

Browse files
committed
upgrade angular to 2.4.8
1 parent e7f26ae commit 0c145bf

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
},
2929
"homepage": "https://github.com/springboot-angular2-tutorial/angular2-app",
3030
"dependencies": {
31-
"@angular/common": "~2.4.0",
32-
"@angular/compiler": "~2.4.0",
33-
"@angular/core": "~2.4.0",
34-
"@angular/forms": "~2.4.0",
35-
"@angular/http": "~2.4.0",
36-
"@angular/platform-browser": "~2.4.0",
37-
"@angular/platform-browser-dynamic": "~2.4.0",
38-
"@angular/router": "~3.4.0",
31+
"@angular/common": "~2.4.8",
32+
"@angular/compiler": "~2.4.8",
33+
"@angular/core": "~2.4.8",
34+
"@angular/forms": "~2.4.8",
35+
"@angular/http": "~2.4.8",
36+
"@angular/platform-browser": "~2.4.8",
37+
"@angular/platform-browser-dynamic": "~2.4.8",
38+
"@angular/router": "~3.4.8",
3939
"@angularclass/hmr": "^1.2.2",
4040
"@angularclass/hmr-loader": "^3.0.2",
4141
"aphrodite": "^1.1.0",
@@ -48,8 +48,8 @@
4848
"zone.js": "~0.7.6"
4949
},
5050
"devDependencies": {
51-
"@angular/compiler-cli": "~2.4.0",
52-
"@angular/platform-server": "~2.4.0",
51+
"@angular/compiler-cli": "~2.4.8",
52+
"@angular/platform-server": "~2.4.8",
5353
"@types/jasmine": "^2.5.37",
5454
"@types/lodash": "^4.14.38",
5555
"@types/node": "^7.0.0",

yarn.lock

+36-36
Original file line numberDiff line numberDiff line change
@@ -2,55 +2,55 @@
22
# yarn lockfile v1
33

44

5-
"@angular/common@~2.4.0":
6-
version "2.4.4"
7-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-2.4.4.tgz#039520c6395476d7f35ca250973dfef946c62831"
5+
"@angular/common@~2.4.8":
6+
version "2.4.8"
7+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-2.4.8.tgz#e45a77a9d852c8e7135053ff38cf805435458c48"
88

9-
"@angular/compiler-cli@~2.4.0":
10-
version "2.4.4"
11-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-2.4.4.tgz#726598f850e599677fa1638d1728096384665a63"
9+
"@angular/compiler-cli@~2.4.8":
10+
version "2.4.8"
11+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-2.4.8.tgz#6dad3b467243166bf2515d21993d2d1a4700a161"
1212
dependencies:
13-
"@angular/tsc-wrapped" "0.5.1"
13+
"@angular/tsc-wrapped" "0.5.2"
1414
minimist "^1.2.0"
1515
reflect-metadata "^0.1.2"
1616

17-
"@angular/compiler@~2.4.0":
18-
version "2.4.4"
19-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-2.4.4.tgz#86b861685ebc4c7b19b1133bf8c5bf4d28c71475"
17+
"@angular/compiler@~2.4.8":
18+
version "2.4.8"
19+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-2.4.8.tgz#fa788fc8bed9f322b040af2b9a06a70991390e23"
2020

21-
"@angular/core@~2.4.0":
22-
version "2.4.4"
23-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-2.4.4.tgz#eafef7bbdefea321fa5e79998bb2f6707c70729d"
21+
"@angular/core@~2.4.8":
22+
version "2.4.8"
23+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-2.4.8.tgz#bf1a4fc324827516e6c3222047a9b2cbdaee6976"
2424

25-
"@angular/forms@~2.4.0":
26-
version "2.4.4"
27-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-2.4.4.tgz#9679ca369d5bc2968ee1a67634ac221d75487364"
25+
"@angular/forms@~2.4.8":
26+
version "2.4.8"
27+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-2.4.8.tgz#51512a801aaf3a1eba7bce2b22694537b93f047f"
2828

29-
"@angular/http@~2.4.0":
30-
version "2.4.4"
31-
resolved "https://registry.yarnpkg.com/@angular/http/-/http-2.4.4.tgz#e41a9808eeec9cfdf3d5f9f92d0041b5c041fd60"
29+
"@angular/http@~2.4.8":
30+
version "2.4.8"
31+
resolved "https://registry.yarnpkg.com/@angular/http/-/http-2.4.8.tgz#e81ac8e4db836ed813edc4ffa137596cd5836baf"
3232

33-
"@angular/platform-browser-dynamic@~2.4.0":
34-
version "2.4.4"
35-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-2.4.4.tgz#b5948cf2cac33c9634a400a7ece8fb5600f83107"
33+
"@angular/platform-browser-dynamic@~2.4.8":
34+
version "2.4.8"
35+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-2.4.8.tgz#86059fe930489d1ca0056a5aba0b4420414759f5"
3636

37-
"@angular/platform-browser@~2.4.0":
38-
version "2.4.4"
39-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-2.4.4.tgz#0bff3512d00b199211ff28df0aa5c6841718a19c"
37+
"@angular/platform-browser@~2.4.8":
38+
version "2.4.8"
39+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-2.4.8.tgz#686bc82d9188e354181699640777237ed79122ed"
4040

41-
"@angular/platform-server@~2.4.0":
42-
version "2.4.4"
43-
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-2.4.4.tgz#2fc2d0b4ac29c8f08a3702a8da3ab79933b737d0"
41+
"@angular/platform-server@~2.4.8":
42+
version "2.4.8"
43+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-2.4.8.tgz#6ccf9550f11137286007c7ff01d4b449c421acbe"
4444
dependencies:
4545
parse5 "^2.2.1"
4646

47-
"@angular/router@~3.4.0":
48-
version "3.4.4"
49-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-3.4.4.tgz#8564889d5bf322a1a4b679bd82c053df03eabb72"
47+
"@angular/router@~3.4.8":
48+
version "3.4.8"
49+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-3.4.8.tgz#d569099359848a3f708df87f685c98d37621ab97"
5050

51-
"@angular/tsc-wrapped@0.5.1":
52-
version "0.5.1"
53-
resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-0.5.1.tgz#7a69bec999eef41903dddaaccdc862cfcface52c"
51+
"@angular/tsc-wrapped@0.5.2":
52+
version "0.5.2"
53+
resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-0.5.2.tgz#2eddf472c467fcb334ea94deddaaa71990c5a482"
5454
dependencies:
5555
tsickle "^0.2"
5656

@@ -1189,7 +1189,7 @@ dateformat@^1.0.11, dateformat@^1.0.6:
11891189
get-stdin "^4.0.1"
11901190
meow "^3.3.0"
11911191

1192-
debug@2.2.0, debug@^2.2.0, debug@~2.2.0:
1192+
debug@2.2.0, debug@~2.2.0:
11931193
version "2.2.0"
11941194
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
11951195
dependencies:
@@ -1201,7 +1201,7 @@ debug@2.3.3:
12011201
dependencies:
12021202
ms "0.7.2"
12031203

1204-
debug@2.6.0:
1204+
debug@2.6.0, debug@^2.2.0:
12051205
version "2.6.0"
12061206
resolved "https://registry.yarnpkg.com/debug/-/debug-2.6.0.tgz#bc596bcabe7617f11d9fa15361eded5608b8499b"
12071207
dependencies:

0 commit comments

Comments
 (0)