diff --git a/aio/package.json b/aio/package.json index af263d61a0..8bdc23acbb 100644 --- a/aio/package.json +++ b/aio/package.json @@ -61,7 +61,7 @@ "build-ie-polyfills": "node node_modules/webpack/bin/webpack.js -p src/ie-polyfills.js src/generated/ie-polyfills.min.js", "update-webdriver": "webdriver-manager update --standalone false --gecko false $CHROMEDRIVER_VERSION_ARG", "~~check-env": "node scripts/check-environment", - "~~build": "ng build --prod --configuration=stable --source-map", + "~~build": "ng build --prod --configuration=stable", "post~~build": "yarn sw-manifest && yarn sw-copy" }, "engines": { @@ -71,14 +71,14 @@ "private": true, "dependencies": { "@angular/animations": "^6.0.0-rc.3", - "@angular/cdk": "^5.0.0-rc.1", + "@angular/cdk": "^5.2.4", "@angular/common": "^6.0.0-rc.3", "@angular/compiler": "^6.0.0-rc.3", "@angular/core": "^6.0.0-rc.3", "@angular/elements": "^6.0.0-rc.3", "@angular/forms": "^6.0.0-rc.3", "@angular/http": "^6.0.0-rc.3", - "@angular/material": "^5.0.0-rc.1", + "@angular/material": "^5.2.4", "@angular/platform-browser": "^6.0.0-rc.3", "@angular/platform-browser-dynamic": "^6.0.0-rc.3", "@angular/platform-server": "^6.0.0-rc.3", diff --git a/aio/scripts/_payload-limits.json b/aio/scripts/_payload-limits.json index d9e0dec0ac..cbb2403e6e 100755 --- a/aio/scripts/_payload-limits.json +++ b/aio/scripts/_payload-limits.json @@ -2,9 +2,9 @@ "aio": { "master": { "uncompressed": { - "runtime": 2632, - "main": 551338, - "polyfills": 38526, + "runtime": 2689, + "main": 562050, + "polyfills": 38587, "prettify": 14886 } } diff --git a/aio/yarn.lock b/aio/yarn.lock index 10951ea7eb..6c8645df40 100644 --- a/aio/yarn.lock +++ b/aio/yarn.lock @@ -98,9 +98,9 @@ dependencies: tslib "^1.9.0" -"@angular/cdk@^5.0.0-rc.1": - version "5.0.0-rc.1" - resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-5.0.0-rc.1.tgz#7d6d937fea50074962db8ce02664b164401d197d" +"@angular/cdk@^5.2.4": + version "5.2.4" + resolved "https://registry.yarnpkg.com/@angular/cdk/-/cdk-5.2.4.tgz#c0a429a8710d8fedb157f546e21cb49d4335f7f7" dependencies: tslib "^1.7.1" @@ -171,9 +171,9 @@ dependencies: tslib "^1.9.0" -"@angular/material@^5.0.0-rc.1": - version "5.0.0-rc.1" - resolved "https://registry.yarnpkg.com/@angular/material/-/material-5.0.0-rc.1.tgz#63456b7568c102b6bb7983a2837cc317350fe270" +"@angular/material@^5.2.4": + version "5.2.4" + resolved "https://registry.yarnpkg.com/@angular/material/-/material-5.2.4.tgz#9e823798324283d23ea839156fac5bcb73443d55" dependencies: tslib "^1.7.1"