Skip to content

Commit 391413f

Browse files
committed
Update to Ng10
1 parent 75f78cc commit 391413f

File tree

11 files changed

+2200
-2524
lines changed

11 files changed

+2200
-2524
lines changed
File renamed without changes.

package-lock.json

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

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,29 +26,29 @@
2626
},
2727
"private": true,
2828
"dependencies": {
29-
"@angular/animations": "~9.1.11",
30-
"@angular/common": "~9.1.11",
31-
"@angular/compiler": "~9.1.11",
32-
"@angular/core": "~9.1.11",
33-
"@angular/forms": "~9.1.11",
34-
"@angular/platform-browser": "~9.1.11",
35-
"@angular/platform-browser-dynamic": "~9.1.11",
36-
"@angular/router": "~9.1.11",
29+
"@angular/animations": "~10.0.2",
30+
"@angular/common": "~10.0.2",
31+
"@angular/compiler": "~10.0.2",
32+
"@angular/core": "~10.0.2",
33+
"@angular/forms": "~10.0.2",
34+
"@angular/platform-browser": "~10.0.2",
35+
"@angular/platform-browser-dynamic": "~10.0.2",
36+
"@angular/router": "~10.0.2",
3737
"rxjs": "~6.6.0",
38-
"tslib": "^1.10.0",
38+
"tslib": "^2.0.0",
3939
"zone.js": "~0.10.2"
4040
},
4141
"devDependencies": {
42-
"@angular-devkit/build-angular": "~0.901.10",
43-
"@angular-devkit/build-ng-packagr": "~0.901.10",
44-
"@angular/cli": "~9.1.10",
45-
"@angular/compiler-cli": "~9.1.11",
46-
"@angular/language-service": "~9.1.11",
47-
"@types/node": "^12.11.1",
48-
"codelyzer": "^5.1.2",
49-
"ng-packagr": "^9.0.0",
50-
"ts-node": "~7.0.0",
51-
"tslint": "~5.15.0",
52-
"typescript": "~3.8.3"
42+
"@angular-devkit/build-angular": "~0.1000.1",
43+
"@angular-devkit/build-ng-packagr": "~0.1000.1",
44+
"@angular/cli": "~10.0.1",
45+
"@angular/compiler-cli": "~10.0.2",
46+
"@angular/language-service": "~10.0.2",
47+
"@types/node": "^14.0.19",
48+
"codelyzer": "^6.0.0",
49+
"ng-packagr": "^10.0.0",
50+
"ts-node": "~8.10.2",
51+
"tslint": "~6.1.0",
52+
"typescript": "~3.9.6"
5353
}
5454
}

projects/angular-dual-listbox/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,8 @@
1818
"peerDependencies": {
1919
"@angular/common": ">=8.0.0",
2020
"@angular/core": ">=8.0.0"
21+
},
22+
"dependencies": {
23+
"tslib": "^2.0.0"
2124
}
2225
}

projects/angular-dual-listbox/tsconfig.lib.json

Lines changed: 1 addition & 1 deletion
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/lib",
55
"target": "es2015",

projects/angular-dual-listbox/tsconfig.spec.json

Lines changed: 1 addition & 1 deletion
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/spec",
55
"types": [

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.json",
2+
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
44
"outDir": "./out-tsc/app",
55
"types": []

tsconfig.base.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
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+
"paths": {
22+
"angular-dual-listbox": [
23+
"dist/angular-dual-listbox"
24+
],
25+
"angular-dual-listbox/*": [
26+
"dist/angular-dual-listbox/*"
27+
]
28+
}
29+
}
30+
}

tsconfig.json

Lines changed: 17 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,20 @@
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-
"paths": {
22-
"angular-dual-listbox": [
23-
"dist/angular-dual-listbox"
24-
],
25-
"angular-dual-listbox/*": [
26-
"dist/angular-dual-listbox/*"
27-
]
8+
"files": [],
9+
"references": [
10+
{
11+
"path": "./tsconfig.app.json"
12+
},
13+
{
14+
"path": "./projects/angular-dual-listbox/tsconfig.lib.json"
15+
},
16+
{
17+
"path": "./projects/angular-dual-listbox/tsconfig.spec.json"
2818
}
29-
}
19+
]
3020
}

tsconfig.spec.json

Lines changed: 1 addition & 1 deletion
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/spec",
55
"types": [

0 commit comments

Comments
 (0)