Skip to content

Commit 1431027

Browse files
committed
Angular 10.2
1 parent c3c0838 commit 1431027

File tree

7 files changed

+1483
-1503
lines changed

7 files changed

+1483
-1503
lines changed

src/AngularComponents/package-lock.json

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

src/AngularComponents/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,24 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~10.0.2",
15-
"@angular/common": "~10.0.2",
16-
"@angular/compiler": "~10.0.2",
17-
"@angular/core": "~10.0.2",
18-
"@angular/forms": "~10.0.2",
19-
"@angular/platform-browser": "~10.0.2",
20-
"@angular/platform-browser-dynamic": "~10.0.2",
21-
"@angular/router": "~10.0.2",
14+
"@angular/animations": "~10.2.0",
15+
"@angular/common": "~10.2.0",
16+
"@angular/compiler": "~10.2.0",
17+
"@angular/core": "~10.2.0",
18+
"@angular/forms": "~10.2.0",
19+
"@angular/platform-browser": "~10.2.0",
20+
"@angular/platform-browser-dynamic": "~10.2.0",
21+
"@angular/router": "~10.2.0",
2222
"core-js": "^2.5.4",
2323
"rxjs": "~6.5.3",
2424
"tslib": "^2.0.0",
2525
"zone.js": "~0.10.3"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "^0.1000.1",
29-
"@angular/cli": "~10.0.1",
30-
"@angular/compiler-cli": "^10.0.2",
31-
"@angular/language-service": "~10.0.2",
28+
"@angular-devkit/build-angular": "^0.1002.0",
29+
"@angular/cli": "~10.2.0",
30+
"@angular/compiler-cli": "^10.2.0",
31+
"@angular/language-service": "~10.2.0",
3232
"@types/node": "^12.11.1",
3333
"codelyzer": "^5.1.2",
3434
"ts-node": "~7.0.0",

src/AngularComponents/src/tsconfig.app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.base.json",
2+
"extends": "../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/app",
55
"types": []

src/AngularComponents/tsconfig.base.json

Lines changed: 0 additions & 22 deletions
This file was deleted.

src/AngularComponents/tsconfig.json

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
1-
/*
2-
This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’s language server to improve development experience.
3-
It is not intended to be used to perform a compilation.
4-
5-
To learn more about this file see: https://angular.io/config/solution-tsconfig.
6-
*/
71
{
8-
"files": [],
9-
"references": [
10-
{
11-
"path": "./src/tsconfig.app.json"
12-
},
13-
{
14-
"path": "./src/tsconfig.spec.json"
15-
}
16-
]
17-
}
2+
"compileOnSave": false,
3+
"compilerOptions": {
4+
"baseUrl": "./",
5+
"outDir": "./dist/out-tsc",
6+
"sourceMap": true,
7+
"declaration": false,
8+
"module": "es2020",
9+
"moduleResolution": "node",
10+
"emitDecoratorMetadata": true,
11+
"experimentalDecorators": true,
12+
"importHelpers": true,
13+
"target": "es2015",
14+
"typeRoots": [
15+
"node_modules/@types"
16+
],
17+
"lib": [
18+
"es2018",
19+
"dom"
20+
]
21+
}
22+
}

src/ReportGenerator.Core/Reporting/Builders/Rendering/resources/main.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/ReportGenerator.Core/Reporting/Builders/Rendering/resources/polyfills.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)