Skip to content

Commit db1d2bc

Browse files
committed
Angular 10
1 parent 5147e25 commit db1d2bc

File tree

8 files changed

+2708
-2098
lines changed

8 files changed

+2708
-2098
lines changed

src/AngularComponents/package-lock.json

+2,651-2,058
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/AngularComponents/package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,28 @@
1111
},
1212
"private": true,
1313
"dependencies": {
14-
"@angular/animations": "~9.1.0",
15-
"@angular/common": "~9.1.0",
16-
"@angular/compiler": "~9.1.0",
17-
"@angular/core": "~9.1.0",
18-
"@angular/forms": "~9.1.0",
19-
"@angular/platform-browser": "~9.1.0",
20-
"@angular/platform-browser-dynamic": "~9.1.0",
21-
"@angular/router": "~9.1.0",
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",
2222
"core-js": "^2.5.4",
2323
"rxjs": "~6.5.3",
24-
"tslib": "^1.10.0",
25-
"zone.js": "~0.10.2"
24+
"tslib": "^2.0.0",
25+
"zone.js": "~0.10.3"
2626
},
2727
"devDependencies": {
28-
"@angular-devkit/build-angular": "^0.901.7",
29-
"@angular/cli": "~9.1.0",
30-
"@angular/compiler-cli": "^9.1.0",
31-
"@angular/language-service": "~9.1.0",
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",
3232
"@types/node": "^12.11.1",
3333
"codelyzer": "^5.1.2",
3434
"ts-node": "~7.0.0",
35-
"tslint": "~5.11.0",
36-
"typescript": "~3.7.5"
35+
"tslint": "~6.1.0",
36+
"typescript": "~3.9.6"
3737
}
3838
}

src/AngularComponents/src/tsconfig.app.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"extends": "../tsconfig.json",
2+
"extends": "../tsconfig.base.json",
33
"compilerOptions": {
44
"outDir": "../out-tsc/app",
55
"types": []
+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
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/AngularComponents/tsconfig.json

+16-21
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
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+
*/
17
{
2-
"compileOnSave": false,
3-
"compilerOptions": {
4-
"baseUrl": "./",
5-
"outDir": "./dist/out-tsc",
6-
"sourceMap": true,
7-
"declaration": false,
8-
"module": "esnext",
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-
}
8+
"files": [],
9+
"references": [
10+
{
11+
"path": "./src/tsconfig.app.json"
12+
},
13+
{
14+
"path": "./src/tsconfig.spec.json"
15+
}
16+
]
17+
}

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

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)