Skip to content

Commit

Permalink
feat(ng): updated angular packages to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
pimenovoleg committed May 4, 2018
1 parent 6b18106 commit 8df2b1d
Show file tree
Hide file tree
Showing 17 changed files with 152 additions and 95 deletions.
190 changes: 123 additions & 67 deletions package-lock.json

Large diffs are not rendered by default.

27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,26 @@
"npm": ">=5"
},
"dependencies": {
"@angular/animations": ">=6.0.0-rc.5 <7.0.0",
"@angular/common": ">=6.0.0-rc.5 <7.0.0",
"@angular/compiler": ">=6.0.0-rc.5 <7.0.0",
"@angular/core": ">=6.0.0-rc.5 <7.0.0",
"@angular/forms": ">=6.0.0-rc.5 <7.0.0",
"@angular/platform-browser": ">=6.0.0-rc.5 <7.0.0",
"core-js": "2.5.3",
"@angular/animations": "6.0.0",
"@angular/common": "6.0.0",
"@angular/compiler": "6.0.0",
"@angular/core": "6.0.0",
"@angular/elements": "6.0.0",
"@angular/forms": "6.0.0",
"@angular/platform-browser": "6.0.0",
"core-js": "^2.5.5",
"@ptsecurity/mosaic-icons": "2.5.0",
"rxjs": "6.0.0",
"systemjs": "0.19.43",
"tslib": "1.9.0",
"zone.js": "0.8.26"
},
"devDependencies": {
"@angular/compiler-cli": "^6.0.0-rc.5",
"@angular/http": "^6.0.0-rc.5",
"@angular/platform-browser-dynamic": "^6.0.0-rc.5",
"@angular/platform-server": "^6.0.0-rc.5",
"@angular/router": "^6.0.0-rc.5",
"@angular/compiler-cli": "6.0.0",
"@angular/http": "6.0.0",
"@angular/platform-browser-dynamic": "6.0.0",
"@angular/platform-server": "6.0.0",
"@angular/router": "6.0.0",
"@ptsecurity/prettier-config": "0.1.0",
"@ptsecurity/tslint-config": "0.5.0",
"@types/chalk": "^2.2.0",
Expand Down Expand Up @@ -111,7 +112,7 @@
"tsconfig-paths": "^3.3.1",
"tsconfig-paths-webpack-plugin": "^2.0.0",
"tslint": "5.9.1",
"typescript": "2.7.2",
"typescript": "2.7.x",
"uglify-js": "^2.8.29",
"url-loader": "^1.0.1",
"wallaby-webpack": "^3.9.5",
Expand Down
2 changes: 1 addition & 1 deletion src/cdk/a11y/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"public-api.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/cdk/a11y",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/cdk/collections/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/cdk/collections",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/cdk/keycodes/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/cdk/keycodes",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/cdk/platform/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/cdk/platform",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/cdk/style-manager/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/cdk/style-manager",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/cdk/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/cdk",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/cdk/tsconfig.tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"./testing/index.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": false, // Workaround for Angular #22210
"strictMetadataEmit": true,
"skipTemplateCodegen": true,
"emitDecoratorMetadata": true,
"fullTemplateTypeCheck": true
Expand Down
2 changes: 1 addition & 1 deletion src/lib/button/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/mosaic/button",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/core/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/mosaic/core",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/divider/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/mosaic/divider",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/icon/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/mosaic/icon",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/list/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/mosaic/list",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/radio/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"public-api.ts"
],
"angularCompilerOptions": {
"strictMetadataEmit": false, // Workaround for Angular #22210
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/mosaic/radio",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
],
"angularCompilerOptions": {
"annotateForClosureCompiler": true,
"strictMetadataEmit": false,
"strictMetadataEmit": true,
"flatModuleOutFile": "index.js",
"flatModuleId": "@ptsecurity/mosaic",
"skipTemplateCodegen": true,
Expand Down
2 changes: 1 addition & 1 deletion src/lib/tsconfig.tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
},
"angularCompilerOptions": {
"strictMetadataEmit": false, // Workaround for Angular #22210
"strictMetadataEmit": true,
"skipTemplateCodegen": true,
"emitDecoratorMetadata": true,
"fullTemplateTypeCheck": true
Expand Down

0 comments on commit 8df2b1d

Please sign in to comment.