Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 3bf7481

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update angular monorepo to v4.4.7
1 parent 3016a12 commit 3bf7481

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

‎basic/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
},
1515
"private": true,
1616
"dependencies": {
17-
"@angular/common": "4.4.6",
18-
"@angular/compiler": "4.4.6",
19-
"@angular/core": "4.4.6",
20-
"@angular/forms": "4.4.6",
21-
"@angular/http": "4.4.6",
22-
"@angular/platform-browser": "4.4.6",
23-
"@angular/platform-browser-dynamic": "4.4.6",
24-
"@angular/router": "4.4.6",
17+
"@angular/common": "4.4.7",
18+
"@angular/compiler": "4.4.7",
19+
"@angular/core": "4.4.7",
20+
"@angular/forms": "4.4.7",
21+
"@angular/http": "4.4.7",
22+
"@angular/platform-browser": "4.4.7",
23+
"@angular/platform-browser-dynamic": "4.4.7",
24+
"@angular/router": "4.4.7",
2525
"angular2-moment": "1.9.0",
2626
"apollo-angular": "0.13.3",
2727
"apollo-client": "1.9.3",
@@ -34,7 +34,7 @@
3434
},
3535
"devDependencies": {
3636
"@angular/cli": "1.7.4",
37-
"@angular/compiler-cli": "4.4.6",
37+
"@angular/compiler-cli": "4.4.7",
3838
"codelyzer": "2.1.1",
3939
"tslint": "4.5.1",
4040
"typescript": "2.9.2"

‎basic/yarn.lock

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -92,65 +92,65 @@
9292
optionalDependencies:
9393
node-sass "^4.7.2"
9494

95-
"@angular/common@4.4.6":
96-
version "4.4.6"
97-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-4.4.6.tgz#4b81420724e0828a0e839b95a55eb1a7e83918f2"
95+
"@angular/common@4.4.7":
96+
version "4.4.7"
97+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-4.4.7.tgz#c2fd3e68a05f661c3d2a040fdad00af4119bb852"
9898
dependencies:
9999
tslib "^1.7.1"
100100

101-
"@angular/compiler-cli@4.4.6":
102-
version "4.4.6"
103-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-4.4.6.tgz#bafd3d1e260e99087eb9a8cf7532dbd603abb9b1"
101+
"@angular/compiler-cli@4.4.7":
102+
version "4.4.7"
103+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-4.4.7.tgz#18e698f6da6166e75df7f782bd26f1f0f34e39f9"
104104
dependencies:
105-
"@angular/tsc-wrapped" "4.4.6"
105+
"@angular/tsc-wrapped" "4.4.7"
106106
minimist "^1.2.0"
107107
reflect-metadata "^0.1.2"
108108

109-
"@angular/compiler@4.4.6":
110-
version "4.4.6"
111-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.4.6.tgz#2ee1faf25b757e1d128979074be7fae529b3bc20"
109+
"@angular/compiler@4.4.7":
110+
version "4.4.7"
111+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-4.4.7.tgz#c90b0a8d450e1ea19a5a60309ca03b0925a2f269"
112112
dependencies:
113113
tslib "^1.7.1"
114114

115-
"@angular/core@4.4.6":
116-
version "4.4.6"
117-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.4.6.tgz#13031fd10dcfe438875419b38f21120958bc2354"
115+
"@angular/core@4.4.7":
116+
version "4.4.7"
117+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-4.4.7.tgz#18bdc17bec7bdccb6424402fc90550e15a6d221b"
118118
dependencies:
119119
tslib "^1.7.1"
120120

121-
"@angular/forms@4.4.6":
122-
version "4.4.6"
123-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-4.4.6.tgz#fe64ace42435c1b80f49034b7c41ce8caf14a44a"
121+
"@angular/forms@4.4.7":
122+
version "4.4.7"
123+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-4.4.7.tgz#f9503ad8f4bd77a7ba93714afea46c4944887758"
124124
dependencies:
125125
tslib "^1.7.1"
126126

127-
"@angular/http@4.4.6":
128-
version "4.4.6"
129-
resolved "https://registry.yarnpkg.com/@angular/http/-/http-4.4.6.tgz#0af680c6710bdc026d940e225cfd0f6a5c005d0c"
127+
"@angular/http@4.4.7":
128+
version "4.4.7"
129+
resolved "https://registry.yarnpkg.com/@angular/http/-/http-4.4.7.tgz#8fab2eb121cda38ad9c568e5268f7d69ab8b904e"
130130
dependencies:
131131
tslib "^1.7.1"
132132

133-
"@angular/platform-browser-dynamic@4.4.6":
134-
version "4.4.6"
135-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-4.4.6.tgz#4d3d9a6a7bf2cf3de4058a615ae059eff641fa36"
133+
"@angular/platform-browser-dynamic@4.4.7":
134+
version "4.4.7"
135+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-4.4.7.tgz#c10676f49de5ac604e326cba440ff6a6af6588fe"
136136
dependencies:
137137
tslib "^1.7.1"
138138

139-
"@angular/platform-browser@4.4.6":
140-
version "4.4.6"
141-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-4.4.6.tgz#a9839c547e1b654fa1d24a89780c8ba6ab8dcce0"
139+
"@angular/platform-browser@4.4.7":
140+
version "4.4.7"
141+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-4.4.7.tgz#76d5af9438d6a349ea0b5fe97bd8fbe1fdc216a9"
142142
dependencies:
143143
tslib "^1.7.1"
144144

145-
"@angular/router@4.4.6":
146-
version "4.4.6"
147-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-4.4.6.tgz#0f6ad29ae0ff8d2c9ea379bd320447217b7ec866"
145+
"@angular/router@4.4.7":
146+
version "4.4.7"
147+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-4.4.7.tgz#b642ae00f5f93f5e864f3d2b3e735509cd814c05"
148148
dependencies:
149149
tslib "^1.7.1"
150150

151-
"@angular/tsc-wrapped@4.4.6":
152-
version "4.4.6"
153-
resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-4.4.6.tgz#16787cbbf50bdc7e738123b19c32527f244e178d"
151+
"@angular/tsc-wrapped@4.4.7":
152+
version "4.4.7"
153+
resolved "https://registry.yarnpkg.com/@angular/tsc-wrapped/-/tsc-wrapped-4.4.7.tgz#d4d9ffb0a689a9ce3009012446a5ae382941f06d"
154154
dependencies:
155155
tsickle "^0.21.0"
156156

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /