Skip to content

Commit 97ca21b

Browse files
kdinevdamyanpetev
authored andcommitted
feat(*): updating dependencies #8116
1 parent 4bf4d37 commit 97ca21b

File tree

9 files changed

+2984
-3103
lines changed

9 files changed

+2984
-3103
lines changed

e2e/tsconfig.e2e.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
"module": "commonjs",

package-lock.json

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

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@
4444
},
4545
"private": true,
4646
"dependencies": {
47-
"@angular/animations": "^10.0.0",
48-
"@angular/common": "^10.0.0",
49-
"@angular/compiler": "^10.0.0",
50-
"@angular/core": "^10.0.0",
51-
"@angular/forms": "^10.0.0",
52-
"@angular/platform-browser": "^10.0.0",
53-
"@angular/platform-browser-dynamic": "^10.0.0",
54-
"@angular/router": "^10.0.0",
47+
"@angular/animations": "^10.1.0",
48+
"@angular/common": "^10.1.0",
49+
"@angular/compiler": "^10.1.0",
50+
"@angular/core": "^10.1.0",
51+
"@angular/forms": "^10.1.0",
52+
"@angular/platform-browser": "^10.1.0",
53+
"@angular/platform-browser-dynamic": "^10.1.0",
54+
"@angular/router": "^10.1.0",
5555
"@types/hammerjs": "^2.0.36",
5656
"@types/source-map": "0.5.2",
5757
"classlist.js": "^1.1.20150312",
@@ -61,25 +61,25 @@
6161
"jszip": "^3.5.0",
6262
"lodash.merge": "^4.6.2",
6363
"resize-observer-polyfill": "^1.5.1",
64-
"rxjs": "^6.5.4",
64+
"rxjs": "^6.6.3",
6565
"tslib": "^2.0.0",
6666
"setimmediate": "^1.0.5",
6767
"web-animations-js": "^2.3.2",
6868
"zone.js": "~0.10.3"
6969
},
7070
"devDependencies": {
71-
"@angular-devkit/build-angular": "~0.1000.0",
72-
"@angular-devkit/build-ng-packagr": "~0.1000.0",
73-
"@angular-devkit/schematics": "^10.0.0",
74-
"@angular/cli": "~10.0.0",
75-
"@angular/compiler-cli": "^10.0.0",
76-
"@angular/language-service": "^10.0.0",
71+
"@angular-devkit/build-angular": "~0.1001.0",
72+
"@angular-devkit/build-ng-packagr": "~0.1001.0",
73+
"@angular-devkit/schematics": "^10.1.0",
74+
"@angular/cli": "~10.1.0",
75+
"@angular/compiler-cli": "^10.1.0",
76+
"@angular/language-service": "^10.1.0",
7777
"@angularclass/hmr": "^2.1.3",
7878
"@types/jasmine": "^3.3.16",
7979
"@types/jasminewd2": "^2.0.8",
8080
"@types/node": "^12.12.39",
8181
"@types/webpack-env": "^1.15.2",
82-
"browser-sync": "^2.26.3",
82+
"browser-sync": "^2.26.12",
8383
"codelyzer": "^5.1.2",
8484
"coveralls": "^3.1.0",
8585
"gulp": "^4.0.2",
@@ -110,7 +110,7 @@
110110
"ng-packagr": "^10.0.0",
111111
"pngcrush": "^2.0.1",
112112
"protractor": "~7.0.0",
113-
"sassdoc": "^2.5.1",
113+
"sassdoc": "^2.7.3",
114114
"sassdoc-plugin-localization": "^1.4.1",
115115
"stylelint": "^11.1.1",
116116
"stylelint-scss": "^3.17.2",
@@ -119,7 +119,7 @@
119119
"tslint": "~6.1.0",
120120
"typedoc": "^0.17.7",
121121
"typedoc-plugin-localization": "^2.2.1",
122-
"typescript": "~3.9.3",
122+
"typescript": "~4.0.2",
123123
"webpack-sources": "1.3.0"
124124
}
125125
}

projects/igniteui-angular/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.base.json",
2+
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../out-tsc/lib",
55
"target": "es2015",

projects/igniteui-angular/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.base.json",
2+
"extends": "../../tsconfig.json",
33
"compilerOptions": {
44
"outDir": "../../out-tsc/spec",
55
"target": "es5",

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

tsconfig.base.json

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

tsconfig.json

Lines changed: 46 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,50 @@
1-
// This is a "Solution Style" tsconfig.json file, and is used by editors and TypeScript’slanguage server to improve development experience.
2-
// It is not intended to be used to perform a compilation.
31
{
4-
"files": [],
5-
"references": [
6-
{
7-
"path": "./src/tsconfig.app.json"
2+
"compileOnSave": false,
3+
"compilerOptions": {
4+
"baseUrl": "./",
5+
"downlevelIteration": true,
6+
"importHelpers": true,
7+
"module": "es2020",
8+
"outDir": "./dist/out-tsc",
9+
"sourceMap": true,
10+
"declaration": false,
11+
"moduleResolution": "node",
12+
"experimentalDecorators": true,
13+
"target": "es2015",
14+
"typeRoots": [
15+
"node_modules/@types"
16+
],
17+
"lib": [
18+
"es2017",
19+
"dom"
20+
],
21+
"paths": {
22+
"igniteui-angular": [
23+
"projects/igniteui-angular/src/public_api.ts"
24+
]
25+
},
26+
"rootDir": "."
827
},
9-
{
10-
"path": "./src/tsconfig.spec.json"
28+
"exclude": [
29+
"dist"
30+
],
31+
"typedocOptions": {
32+
"mode": "file",
33+
"out": "dist/igniteui-angular/docs/typescript",
34+
"exclude": "**/*.spec.ts",
35+
"theme": "node_modules/igniteui-typedoc-theme/dist",
36+
"excludePrivate": true,
37+
"excludeProtected": true,
38+
"excludeNotExported": true,
39+
"name": "Ignite UI for Angular",
40+
"target": "es2015",
41+
"module": "commonjs",
42+
"moduleResolution": "node",
43+
"preserveConstEnums": true,
44+
"stripInternal": true,
45+
"readme": "none"
1146
},
12-
{
13-
"path": "./e2e/tsconfig.e2e.json"
14-
},
15-
{
16-
"path": "./projects/igniteui-angular/tsconfig.lib.json"
17-
},
18-
{
19-
"path": "./projects/igniteui-angular/tsconfig.spec.json"
47+
"angularCompilerOptions": {
48+
"generateDeepReexports": true
2049
}
21-
]
22-
}
50+
}

0 commit comments

Comments
 (0)