Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit cca27c0

Browse files
CaerusKaruThomasBurleson
authored andcommitted
chore: bump deps to Angular and CDK v6 final
1 parent 9689207 commit cca27c0

File tree

7 files changed

+167
-274
lines changed

7 files changed

+167
-274
lines changed

build-config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const buildVersion = package.version;
1313
* Required Angular version for all Angular Layout packages. This version will be used
1414
* as the peer dependency version for Angular in all release packages.
1515
*/
16-
const angularVersion = '>=6.0.0-beta.0 <7.0.0';
16+
const angularVersion = '^6.0.0';
1717

1818
/** License that will be placed inside of all created bundles. */
1919
const buildLicense = `/**

package-lock.json

Lines changed: 147 additions & 254 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,27 @@
2727
"node": ">= 5.4.1"
2828
},
2929
"dependencies": {
30-
"@angular/cdk": "6.0.0-beta.5",
31-
"@angular/common": "^6.0.0-rc.0",
32-
"@angular/compiler": "^6.0.0-rc.0",
33-
"@angular/core": "^6.0.0-rc.0",
34-
"@angular/platform-browser": "^6.0.0-rc.0",
30+
"@angular/cdk": "6.0.0",
31+
"@angular/common": "^6.0.0",
32+
"@angular/compiler": "^6.0.0",
33+
"@angular/core": "^6.0.0",
34+
"@angular/platform-browser": "^6.0.0",
3535
"core-js": "^2.4.1",
36-
"rxjs": "^6.0.0-rc.0",
36+
"rxjs": "^6.0.0",
3737
"systemjs": "0.19.43",
3838
"tsickle": "^0.27.0",
3939
"tslib": "^1.8.0",
4040
"zone.js": "^0.8.18"
4141
},
4242
"devDependencies": {
43-
"@angular/animations": "^6.0.0-rc.0",
44-
"@angular/compiler-cli": "^6.0.0-rc.0",
45-
"@angular/forms": "^6.0.0-rc.0",
46-
"@angular/http": "^6.0.0-rc.0",
47-
"@angular/material": "6.0.0-beta.5",
48-
"@angular/platform-browser-dynamic": "^6.0.0-rc.0",
49-
"@angular/platform-server": "^6.0.0-rc.0",
50-
"@angular/router": "^6.0.0-rc.0",
43+
"@angular/animations": "^6.0.0",
44+
"@angular/compiler-cli": "^6.0.0",
45+
"@angular/forms": "^6.0.0",
46+
"@angular/http": "^6.0.0",
47+
"@angular/material": "6.0.0",
48+
"@angular/platform-browser-dynamic": "^6.0.0",
49+
"@angular/platform-server": "^6.0.0",
50+
"@angular/router": "^6.0.0",
5151
"@google-cloud/storage": "^1.4.0",
5252
"@types/chalk": "^0.4.31",
5353
"@types/fs-extra": "^4.0.5",

src/apps/demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"devDependencies": {
3333
"@angular/cli": "1.7.2",
3434
"@angular/compiler-cli": "file:../../../node_modules/@angular/compiler-cli",
35-
"@angular/language-service": "^6.0.0-rc.1",
35+
"@angular/language-service": "^6.0.0",
3636
"@types/jasmine": "~2.8.3",
3737
"@types/jasminewd2": "~2.0.2",
3838
"@types/node": "~6.0.60",

src/apps/hello-world/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"devDependencies": {
3232
"@angular/cli": "~1.7.2",
3333
"@angular/compiler-cli": "file:../../../node_modules/@angular/compiler-cli",
34-
"@angular/language-service": "^6.0.0-rc.1",
34+
"@angular/language-service": "^6.0.0",
3535
"typescript": "file:../../../node_modules/typescript"
3636
}
3737
}

src/apps/universal-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"@angular/cli": "1.7.2",
3838
"@angular/compiler-cli": "file:../../../node_modules/@angular/compiler-cli",
39-
"@angular/language-service": "^6.0.0-rc.1",
39+
"@angular/language-service": "^6.0.0",
4040
"@types/jasmine": "~2.8.3",
4141
"@types/jasminewd2": "~2.0.2",
4242
"@types/node": "~6.0.60",

src/lib/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
},
2424
"homepage": "https://github.com/angular/flex-layout#readme",
2525
"peerDependencies": {
26-
"@angular/cdk": ">=6.0.0-beta.0 <7.0.0",
26+
"@angular/cdk": "^6.0.0",
2727
"@angular/core": "0.0.0-NG",
2828
"@angular/common": "0.0.0-NG",
29-
"rxjs": "^6.0.0-rc.0"
29+
"rxjs": "^6.0.0"
3030
},
3131
"dependencies": {
3232
"tslib": "^1.7.1"

0 commit comments

Comments
 (0)