Skip to content

Commit ea88357

Browse files
committed
feat(frontend): update angular-cli to 1.0.0-beta.30
1 parent 2565d5a commit ea88357

File tree

4 files changed

+13
-114
lines changed

4 files changed

+13
-114
lines changed

angular-cli.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"project": {
3-
"version": "1.0.0-beta.29",
3+
"version": "1.0.0-beta.30",
44
"name": "shardis"
55
},
66
"apps": [
@@ -22,9 +22,7 @@
2222
"../../../node_modules/clarity-ui/clarity-ui.min.css",
2323
"styles.scss"
2424
],
25-
"scripts": [
26-
"../../../node_modules/web-animations-js/web-animations.min.js"
27-
],
25+
"scripts": [],
2826
"environments": {
2927
"source": "environments/environment.ts",
3028
"dev": "environments/environment.ts",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"zone.js": "0.7.6"
4242
},
4343
"devDependencies": {
44-
"@angular/cli": "1.0.0-beta.29",
44+
"@angular/cli": "1.0.0-beta.30",
4545
"@angular/compiler-cli": "2.4.5",
4646
"@types/jasmine": "2.5.41",
4747
"@types/node": "7.0.4",

src/main/typescript/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import 'clarity-icons';
3131

3232
// Animations
3333
// Needed for: All but Chrome and Firefox, Not supported in IE9
34-
// import 'web-animations-js';
34+
import 'web-animations-js';
3535

3636
// Date, currency, decimal and percent pipes
3737
// Needed for: All but Chrome, Firefox, Edge, IE11 and Safari 10

yarn.lock

Lines changed: 9 additions & 108 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
version "1.0.14"
1616
resolved "https://registry.yarnpkg.com/@angular-cli/base-href-webpack/-/base-href-webpack-1.0.14.tgz#575f604f55f4c171608d3c377dc40d26858b49d6"
1717

18-
"@angular/cli@1.0.0-beta.29":
19-
version "1.0.0-beta.29"
20-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.0.0-beta.29.tgz#10b015be8acc89dfa1cf2a84eb24dc72bc38746a"
18+
"@angular/cli@1.0.0-beta.30":
19+
version "1.0.0-beta.30"
20+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.0.0-beta.30.tgz#2236353c07deaf0a3f18c8ee909929b222e7c057"
2121
dependencies:
2222
"@angular-cli/ast-tools" "^1.0.14"
2323
"@angular-cli/base-href-webpack" "^1.0.14"
@@ -1077,7 +1077,7 @@ concat-map@0.0.1:
10771077
version "0.0.1"
10781078
resolved "https://registry.yarnpkg.com/concat-map/-/concat-map-0.0.1.tgz#d8a96bd77fd68df7793a73036a3ba0d5405d477b"
10791079

1080-
concat-stream@1.5.0, concat-stream@^1.4.7:
1080+
concat-stream@^1.4.7:
10811081
version "1.5.0"
10821082
resolved "https://registry.yarnpkg.com/concat-stream/-/concat-stream-1.5.0.tgz#53f7d43c51c5e43f81c8fdd03321c631be68d611"
10831083
dependencies:
@@ -1508,10 +1508,6 @@ debug@*, debug@2, debug@^2.1.3, debug@^2.2.0:
15081508
dependencies:
15091509
ms "0.7.2"
15101510

1511-
debug@0.7.4:
1512-
version "0.7.4"
1513-
resolved "https://registry.yarnpkg.com/debug/-/debug-0.7.4.tgz#06e1ea8082c2cb14e39806e22e2f6f757f92af39"
1514-
15151511
debug@2.2.0, debug@~2.2.0:
15161512
version "2.2.0"
15171513
resolved "https://registry.yarnpkg.com/debug/-/debug-2.2.0.tgz#f87057e995b1a1f6ae6a4960664137bc56f039da"
@@ -1846,10 +1842,6 @@ es6-iterator@2:
18461842
es5-ext "^0.10.7"
18471843
es6-symbol "3"
18481844

1849-
es6-promise@~4.0.3:
1850-
version "4.0.5"
1851-
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.0.5.tgz#7882f30adde5b240ccfa7f7d78c548330951ae42"
1852-
18531845
es6-symbol@3, es6-symbol@^3.0.2, es6-symbol@~3.1:
18541846
version "3.1.0"
18551847
resolved "https://registry.yarnpkg.com/es6-symbol/-/es6-symbol-3.1.0.tgz#94481c655e7a7cad82eba832d97d5433496d7ffa"
@@ -2020,15 +2012,6 @@ extract-text-webpack-plugin@^2.0.0-rc.1:
20202012
loader-utils "^0.2.16"
20212013
webpack-sources "^0.1.0"
20222014

2023-
extract-zip@~1.5.0:
2024-
version "1.5.0"
2025-
resolved "https://registry.yarnpkg.com/extract-zip/-/extract-zip-1.5.0.tgz#92ccf6d81ef70a9fa4c1747114ccef6d8688a6c4"
2026-
dependencies:
2027-
concat-stream "1.5.0"
2028-
debug "0.7.4"
2029-
mkdirp "0.5.0"
2030-
yauzl "2.4.1"
2031-
20322015
extsprintf@1.0.2:
20332016
version "1.0.2"
20342017
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550"
@@ -2060,12 +2043,6 @@ faye-websocket@^0.10.0:
20602043
dependencies:
20612044
websocket-driver ">=0.5.1"
20622045

2063-
fd-slicer@~1.0.1:
2064-
version "1.0.1"
2065-
resolved "https://registry.yarnpkg.com/fd-slicer/-/fd-slicer-1.0.1.tgz#8b5bcbd9ec327c5041bf9ab023fd6750f1177e65"
2066-
dependencies:
2067-
pend "~1.2.0"
2068-
20692046
figures@^1.3.5:
20702047
version "1.7.0"
20712048
resolved "https://registry.yarnpkg.com/figures/-/figures-1.7.0.tgz#cbe1e3affcf1cd44b80cadfed28dc793a9701d2e"
@@ -2209,14 +2186,6 @@ fs-extra@^2.0.0:
22092186
graceful-fs "^4.1.2"
22102187
jsonfile "^2.1.0"
22112188

2212-
fs-extra@~1.0.0:
2213-
version "1.0.0"
2214-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-1.0.0.tgz#cd3ce5f7e7cb6145883fcae3191e9877f8587950"
2215-
dependencies:
2216-
graceful-fs "^4.1.2"
2217-
jsonfile "^2.1.0"
2218-
klaw "^1.0.0"
2219-
22202189
fs.realpath@^1.0.0:
22212190
version "1.0.0"
22222191
resolved "https://registry.yarnpkg.com/fs.realpath/-/fs.realpath-1.0.0.tgz#1504ad2523158caa40db4a2787cb01411994ea4f"
@@ -2574,13 +2543,6 @@ hash.js@^1.0.0:
25742543
dependencies:
25752544
inherits "^2.0.1"
25762545

2577-
hasha@~2.2.0:
2578-
version "2.2.0"
2579-
resolved "https://registry.yarnpkg.com/hasha/-/hasha-2.2.0.tgz#78d7cbfc1e6d66303fe79837365984517b2f6ee1"
2580-
dependencies:
2581-
is-stream "^1.0.1"
2582-
pinkie-promise "^2.0.0"
2583-
25842546
hawk@~3.1.3:
25852547
version "3.1.3"
25862548
resolved "https://registry.yarnpkg.com/hawk/-/hawk-3.1.3.tgz#078444bd7c1640b0fe540d2c9b73d59678e8e1c4"
@@ -2994,7 +2956,7 @@ is-retry-allowed@^1.0.0:
29942956
version "1.1.0"
29952957
resolved "https://registry.yarnpkg.com/is-retry-allowed/-/is-retry-allowed-1.1.0.tgz#11a060568b67339444033d0125a61a20d564fb34"
29962958

2997-
is-stream@^1.0.0, is-stream@^1.0.1:
2959+
is-stream@^1.0.0:
29982960
version "1.1.0"
29992961
resolved "https://registry.yarnpkg.com/is-stream/-/is-stream-1.1.0.tgz#12d4a3dd4e68e0b79ceb8dbc84173ae80d91ca44"
30002962

@@ -3217,13 +3179,6 @@ karma-jasmine@1.1.0:
32173179
version "1.1.0"
32183180
resolved "https://registry.yarnpkg.com/karma-jasmine/-/karma-jasmine-1.1.0.tgz#22e4c06bf9a182e5294d1f705e3733811b810acf"
32193181

3220-
karma-phantomjs-launcher@1.0.2:
3221-
version "1.0.2"
3222-
resolved "https://registry.yarnpkg.com/karma-phantomjs-launcher/-/karma-phantomjs-launcher-1.0.2.tgz#19e1041498fd75563ed86730a22c1fe579fa8fb1"
3223-
dependencies:
3224-
lodash "^4.0.1"
3225-
phantomjs-prebuilt "^2.1.7"
3226-
32273182
karma-remap-istanbul@0.4.0:
32283183
version "0.4.0"
32293184
resolved "https://registry.yarnpkg.com/karma-remap-istanbul/-/karma-remap-istanbul-0.4.0.tgz#1f26ff34081acc063c8fd1a5e026de5fd9d0a081"
@@ -3280,10 +3235,6 @@ karma@1.4.1:
32803235
tmp "0.0.28"
32813236
useragent "^2.1.10"
32823237

3283-
kew@~0.7.0:
3284-
version "0.7.0"
3285-
resolved "https://registry.yarnpkg.com/kew/-/kew-0.7.0.tgz#79d93d2d33363d6fdd2970b335d9141ad591d79b"
3286-
32873238
kind-of@^3.0.2:
32883239
version "3.1.0"
32893240
resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.1.0.tgz#475d698a5e49ff5e53d14e3e732429dc8bf4cf47"
@@ -3555,7 +3506,7 @@ lodash@^3.8.0:
35553506
version "3.10.1"
35563507
resolved "https://registry.yarnpkg.com/lodash/-/lodash-3.10.1.tgz#5bf45e8e49ba4189e17d482789dfd15bd140b7b6"
35573508

3558-
lodash@^4.0.0, lodash@^4.0.1, lodash@^4.1.0, lodash@^4.11.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.0:
3509+
lodash@^4.0.0, lodash@^4.1.0, lodash@^4.11.1, lodash@^4.14.0, lodash@^4.17.2, lodash@^4.17.3, lodash@^4.17.4, lodash@^4.2.1, lodash@^4.3.0, lodash@^4.5.0:
35593510
version "4.17.4"
35603511
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
35613512

@@ -3756,12 +3707,6 @@ minimist@^1.1.0, minimist@^1.1.3, minimist@^1.2.0:
37563707
version "1.2.0"
37573708
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.0.tgz#a35008b20f41383eec1fb914f4cd5df79a264284"
37583709

3759-
mkdirp@0.5.0:
3760-
version "0.5.0"
3761-
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.0.tgz#1d73076a6df986cd9344e15e71fcc05a4c9abf12"
3762-
dependencies:
3763-
minimist "0.0.8"
3764-
37653710
mkdirp@0.5.x, "mkdirp@>=0.5 0", mkdirp@^0.5.0, mkdirp@^0.5.1, mkdirp@~0.5.0, mkdirp@~0.5.1:
37663711
version "0.5.1"
37673712
resolved "https://registry.yarnpkg.com/mkdirp/-/mkdirp-0.5.1.tgz#30057438eac6cf7f8c4767f38648d6697d75c903"
@@ -4275,24 +4220,6 @@ pbkdf2@^3.0.3:
42754220
dependencies:
42764221
create-hmac "^1.1.2"
42774222

4278-
pend@~1.2.0:
4279-
version "1.2.0"
4280-
resolved "https://registry.yarnpkg.com/pend/-/pend-1.2.0.tgz#7a57eb550a6783f9115331fcf4663d5c8e007a50"
4281-
4282-
phantomjs-prebuilt@^2.1.7:
4283-
version "2.1.14"
4284-
resolved "https://registry.yarnpkg.com/phantomjs-prebuilt/-/phantomjs-prebuilt-2.1.14.tgz#d53d311fcfb7d1d08ddb24014558f1188c516da0"
4285-
dependencies:
4286-
es6-promise "~4.0.3"
4287-
extract-zip "~1.5.0"
4288-
fs-extra "~1.0.0"
4289-
hasha "~2.2.0"
4290-
kew "~0.7.0"
4291-
progress "~1.1.8"
4292-
request "~2.79.0"
4293-
request-progress "~2.0.1"
4294-
which "~1.2.10"
4295-
42964223
pify@^2.0.0, pify@^2.3.0:
42974224
version "2.3.0"
42984225
resolved "https://registry.yarnpkg.com/pify/-/pify-2.3.0.tgz#ed141a6ac043a849ea588498e7dca8b15330e90c"
@@ -4584,10 +4511,6 @@ process@^0.11.0:
45844511
version "0.11.9"
45854512
resolved "https://registry.yarnpkg.com/process/-/process-0.11.9.tgz#7bd5ad21aa6253e7da8682264f1e11d11c0318c1"
45864513

4587-
progress@~1.1.8:
4588-
version "1.1.8"
4589-
resolved "https://registry.yarnpkg.com/progress/-/progress-1.1.8.tgz#e260c78f6161cdd9b0e56cc3e0a85de17c7a57be"
4590-
45914514
promise@^7.1.1:
45924515
version "7.1.1"
45934516
resolved "https://registry.yarnpkg.com/promise/-/promise-7.1.1.tgz#489654c692616b8aa55b0724fa809bb7db49c5bf"
@@ -4953,13 +4876,7 @@ request-capture-har@^1.1.4:
49534876
version "1.1.4"
49544877
resolved "https://registry.yarnpkg.com/request-capture-har/-/request-capture-har-1.1.4.tgz#e6ad76eb8e7a1714553fdbeef32cd4518e4e2013"
49554878

4956-
request-progress@~2.0.1:
4957-
version "2.0.1"
4958-
resolved "https://registry.yarnpkg.com/request-progress/-/request-progress-2.0.1.tgz#5d36bb57961c673aa5b788dbc8141fdf23b44e08"
4959-
dependencies:
4960-
throttleit "^1.0.0"
4961-
4962-
request@2, request@^2.61.0, request@^2.72.0, request@^2.75.0, request@^2.78.0, request@^2.79.0, request@~2.79.0:
4879+
request@2, request@^2.61.0, request@^2.72.0, request@^2.75.0, request@^2.78.0, request@^2.79.0:
49634880
version "2.79.0"
49644881
resolved "https://registry.yarnpkg.com/request/-/request-2.79.0.tgz#4dfe5bf6be8b8cdc37fcf93e04b65577722710de"
49654882
dependencies:
@@ -5067,18 +4984,12 @@ rx@^4.1.0:
50674984
version "4.1.0"
50684985
resolved "https://registry.yarnpkg.com/rx/-/rx-4.1.0.tgz#a5f13ff79ef3b740fe30aa803fb09f98805d4782"
50694986

5070-
rxjs@5.1.0:
4987+
rxjs@5.1.0, rxjs@^5.0.1:
50714988
version "5.1.0"
50724989
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.1.0.tgz#0aa9018b7f440b505fa42bd742b6738be550e720"
50734990
dependencies:
50744991
symbol-observable "^1.0.1"
50754992

5076-
rxjs@^5.0.1:
5077-
version "5.0.3"
5078-
resolved "https://registry.yarnpkg.com/rxjs/-/rxjs-5.0.3.tgz#fc8bdf464ebf938812748e4196788f392fef9754"
5079-
dependencies:
5080-
symbol-observable "^1.0.1"
5081-
50824993
safe-buffer@^5.0.1:
50834994
version "5.0.1"
50844995
resolved "https://registry.yarnpkg.com/safe-buffer/-/safe-buffer-5.0.1.tgz#d263ca54696cd8a306b5ca6551e92de57918fbe7"
@@ -5640,10 +5551,6 @@ text-extensions@^1.0.0:
56405551
version "1.3.3"
56415552
resolved "https://registry.yarnpkg.com/text-extensions/-/text-extensions-1.3.3.tgz#fef0c8ce07f5bb3b8297bcf075304531754124bf"
56425553

5643-
throttleit@^1.0.0:
5644-
version "1.0.0"
5645-
resolved "https://registry.yarnpkg.com/throttleit/-/throttleit-1.0.0.tgz#9e785836daf46743145a5984b6268d828528ac6c"
5646-
56475554
through2@2.0.1, through2@^2.0.0:
56485555
version "2.0.1"
56495556
resolved "https://registry.yarnpkg.com/through2/-/through2-2.0.1.tgz#384e75314d49f32de12eebb8136b8eb6b5d59da9"
@@ -6158,7 +6065,7 @@ which-module@^1.0.0:
61586065
version "1.0.0"
61596066
resolved "https://registry.yarnpkg.com/which-module/-/which-module-1.0.0.tgz#bba63ca861948994ff307736089e3b96026c2a4f"
61606067

6161-
which@1, which@^1.1.1, which@^1.2.1, which@^1.2.9, which@~1.2.10:
6068+
which@1, which@^1.1.1, which@^1.2.1, which@^1.2.9:
61626069
version "1.2.12"
61636070
resolved "https://registry.yarnpkg.com/which/-/which-1.2.12.tgz#de67b5e450269f194909ef23ece4ebe416fa1192"
61646071
dependencies:
@@ -6372,12 +6279,6 @@ yarn@0.19.1:
63726279
user-home "^2.0.0"
63736280
validate-npm-package-license "^3.0.1"
63746281

6375-
yauzl@2.4.1:
6376-
version "2.4.1"
6377-
resolved "https://registry.yarnpkg.com/yauzl/-/yauzl-2.4.1.tgz#9528f442dab1b2284e58b4379bb194e22e0c4005"
6378-
dependencies:
6379-
fd-slicer "~1.0.1"
6380-
63816282
yeast@0.1.2:
63826283
version "0.1.2"
63836284
resolved "https://registry.yarnpkg.com/yeast/-/yeast-0.1.2.tgz#008e06d8094320c372dbc2f8ed76a0ca6c8ac419"

0 commit comments

Comments
 (0)