Skip to content

Commit 926e4a0

Browse files
committed
feat(frontend): update angular-cli to 1.1.3
1 parent a086da8 commit 926e4a0

File tree

2 files changed

+9
-20
lines changed

2 files changed

+9
-20
lines changed

shardis-frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"zone.js": "0.8.12"
4343
},
4444
"devDependencies": {
45-
"@angular/cli": "1.1.2",
45+
"@angular/cli": "1.1.3",
4646
"@angular/compiler-cli": "4.2.4",
4747
"@angular/language-service": "4.2.4",
4848
"@compodoc/compodoc": "1.0.0-beta.10",

shardis-frontend/yarn.lock

Lines changed: 8 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
dependencies:
99
tslib "^1.7.1"
1010

11-
"@angular/cli@1.1.2":
12-
version "1.1.2"
13-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.1.2.tgz#03855777cdab1ba8dc3f6cdc55eac8fcb0fcf831"
11+
"@angular/cli@1.1.3":
12+
version "1.1.3"
13+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.1.3.tgz#01c414aa838d1862961a8e50823a0abc263f6639"
1414
dependencies:
1515
"@ngtools/json-schema" "1.1.0"
16-
"@ngtools/webpack" "1.4.1"
16+
"@ngtools/webpack" "1.4.2"
1717
autoprefixer "^6.5.3"
1818
chalk "^1.1.3"
1919
common-tags "^1.3.1"
@@ -201,9 +201,9 @@
201201
version "1.1.0"
202202
resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922"
203203

204-
"@ngtools/webpack@1.4.1":
205-
version "1.4.1"
206-
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.4.1.tgz#6d498f21cd1afc027b8b746d8524a7f4e91e1dab"
204+
"@ngtools/webpack@1.4.2":
205+
version "1.4.2"
206+
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.4.2.tgz#136a9b3959e95029d7cb67facfff10a03d2dddbf"
207207
dependencies:
208208
enhanced-resolve "^3.1.0"
209209
loader-utils "^1.0.2"
@@ -2335,7 +2335,7 @@ glob@7.0.x:
23352335
once "^1.3.0"
23362336
path-is-absolute "^1.0.0"
23372337

2338-
glob@^7.0.0, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glob@~7.1.1:
2338+
glob@^7.0.0, glob@^7.0.3, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glob@~7.1.1:
23392339
version "7.1.2"
23402340
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.2.tgz#c19c9df9a028702d678612384a6552404c636d15"
23412341
dependencies:
@@ -2346,17 +2346,6 @@ glob@^7.0.0, glob@^7.0.5, glob@^7.0.6, glob@^7.1.1, glob@^7.1.2, glob@~7.1.1:
23462346
once "^1.3.0"
23472347
path-is-absolute "^1.0.0"
23482348

2349-
glob@^7.0.3:
2350-
version "7.1.1"
2351-
resolved "https://registry.yarnpkg.com/glob/-/glob-7.1.1.tgz#805211df04faaf1c63a3600306cdf5ade50b2ec8"
2352-
dependencies:
2353-
fs.realpath "^1.0.0"
2354-
inflight "^1.0.4"
2355-
inherits "2"
2356-
minimatch "^3.0.2"
2357-
once "^1.3.0"
2358-
path-is-absolute "^1.0.0"
2359-
23602349
globals@^9.0.0:
23612350
version "9.17.0"
23622351
resolved "https://registry.yarnpkg.com/globals/-/globals-9.17.0.tgz#0c0ca696d9b9bb694d2e5470bd37777caad50286"

0 commit comments

Comments
 (0)