|
16 | 16 | "test:lib:tgrid": "ng test igniteui-angular --watch=false --no-progress --code-coverage --karma-config=./projects/igniteui-angular/karma.tree-grid.conf.js", |
17 | 17 | "test:lib:hgrid": "ng test igniteui-angular --watch=false --no-progress --code-coverage --karma-config=./projects/igniteui-angular/karma.hierarchical-grid.conf.js", |
18 | 18 | "test:lib:others": "ng test igniteui-angular --watch=false --no-progress --code-coverage --karma-config=./projects/igniteui-angular/karma.non-grid.conf.js", |
19 | | - "test:lib:azure:grid": "ng test igniteui-angular --watch=false --no-progress --karma-config=./projects/igniteui-angular/karma.azure.grid.conf.js --tsConfig=./projects/igniteui-angular/tsconfig.ivy.false.spec.json", |
20 | | - "test:lib:azure:tgrid": "ng test igniteui-angular --watch=false --no-progress --karma-config=./projects/igniteui-angular/karma.azure.tree-grid.conf.js --tsConfig=./projects/igniteui-angular/tsconfig.ivy.false.spec.json", |
21 | | - "test:lib:azure:hgrid": "ng test igniteui-angular --watch=false --no-progress --karma-config=./projects/igniteui-angular/karma.azure.hierarchical-grid.conf.js --tsConfig=./projects/igniteui-angular/tsconfig.ivy.false.spec.json", |
22 | | - "test:lib:azure:others": "ng test igniteui-angular --watch=false --no-progress --karma-config=./projects/igniteui-angular/karma.azure.non-grid.conf.js --tsConfig=./projects/igniteui-angular/tsconfig.ivy.false.spec.json", |
| 19 | + "test:lib:azure:grid": "ng test igniteui-angular --watch=false --no-progress --karma-config=./projects/igniteui-angular/karma.azure.grid.conf.js", |
| 20 | + "test:lib:azure:tgrid": "ng test igniteui-angular --watch=false --no-progress --karma-config=./projects/igniteui-angular/karma.azure.tree-grid.conf.js", |
| 21 | + "test:lib:azure:hgrid": "ng test igniteui-angular --watch=false --no-progress --karma-config=./projects/igniteui-angular/karma.azure.hierarchical-grid.conf.js", |
| 22 | + "test:lib:azure:others": "ng test igniteui-angular --watch=false --no-progress --karma-config=./projects/igniteui-angular/karma.azure.non-grid.conf.js", |
23 | 23 | "test:lib:watch": "ng test igniteui-angular", |
24 | 24 | "test:schematics": "ts-node --project projects/igniteui-angular/migrations/tsconfig.json ./node_modules/jasmine/bin/jasmine.js ./projects/igniteui-angular/migrations/**/*.spec.ts ./projects/igniteui-angular/schematics/**/*.spec.ts", |
25 | 25 | "test:styles": "ts-node --skip-project ./node_modules/jasmine/bin/jasmine.js ./projects/igniteui-angular/src/lib/core/styles/spec/tests.ts", |
26 | | - "build:lib": "ng build igniteui-angular --prod && gulp buildStyle", |
| 26 | + "build:lib": "ng build igniteui-angular --configuration production && gulp buildStyle", |
27 | 27 | "build:style": "gulp buildStyle", |
28 | 28 | "build:migration": "gulp copyMigrations && tsc --listEmittedFiles --project ./projects/igniteui-angular/migrations/tsconfig.json", |
29 | 29 | "build:schematics": "gulp copySchematics && tsc --listEmittedFiles --project ./projects/igniteui-angular/schematics/tsconfig.json", |
|
46 | 46 | }, |
47 | 47 | "private": true, |
48 | 48 | "dependencies": { |
49 | | - "@angular/animations": "^11.2.5", |
50 | | - "@angular/common": "^11.2.5", |
51 | | - "@angular/compiler": "^11.2.5", |
52 | | - "@angular/core": "^11.2.5", |
53 | | - "@angular/forms": "^11.2.5", |
54 | | - "@angular/platform-browser": "^11.2.5", |
55 | | - "@angular/platform-browser-dynamic": "^11.2.5", |
56 | | - "@angular/router": "^11.2.5", |
57 | | - "@igniteui/material-icons-extended": "^2.4.0", |
58 | | - "@types/hammerjs": "^2.0.36", |
| 49 | + "@angular/animations": "^12.0.0", |
| 50 | + "@angular/common": "^12.0.0", |
| 51 | + "@angular/compiler": "^12.0.0", |
| 52 | + "@angular/core": "^12.0.0", |
| 53 | + "@angular/forms": "^12.0.0", |
| 54 | + "@angular/platform-browser": "^12.0.0", |
| 55 | + "@angular/platform-browser-dynamic": "^12.0.0", |
| 56 | + "@angular/router": "^12.0.0", |
| 57 | + "@igniteui/material-icons-extended": "^2.7.0", |
| 58 | + "@juggle/resize-observer": "^3.3.1", |
| 59 | + "@types/hammerjs": "^2.0.39", |
59 | 60 | "@types/source-map": "0.5.2", |
60 | 61 | "classlist.js": "^1.1.20150312", |
61 | 62 | "core-js": "^2.6.11", |
|
64 | 65 | "jszip": "^3.6.0", |
65 | 66 | "karma-parallel": "^0.3.1", |
66 | 67 | "lodash.mergewith": "^4.6.2", |
67 | | - "resize-observer-polyfill": "^1.5.1", |
68 | | - "rxjs": "^6.6.6", |
| 68 | + "rxjs": "^6.6.7", |
69 | 69 | "setimmediate": "^1.0.5", |
70 | | - "tslib": "^2.0.0", |
| 70 | + "tslib": "^2.2.0", |
71 | 71 | "uuid": "^8.3.0", |
72 | 72 | "web-animations-js": "^2.3.2", |
73 | | - "zone.js": "~0.10.3" |
| 73 | + "zone.js": "~0.11.4" |
74 | 74 | }, |
75 | 75 | "devDependencies": { |
76 | | - "@angular-devkit/build-angular": "~0.1102.4", |
77 | | - "@angular-devkit/schematics": "^11.2.4", |
78 | | - "@angular-eslint/builder": "^2.0.0", |
79 | | - "@angular-eslint/eslint-plugin": "^2.0.0", |
80 | | - "@angular-eslint/eslint-plugin-template": "^2.0.0", |
81 | | - "@angular-eslint/schematics": "^2.0.1", |
82 | | - "@angular-eslint/template-parser": "^2.0.0", |
83 | | - "@angular/cli": "~11.2.4", |
84 | | - "@angular/compiler-cli": "^11.2.5", |
85 | | - "@angular/language-service": "^11.2.5", |
| 76 | + "@angular-devkit/build-angular": "~12.0.0", |
| 77 | + "@angular-devkit/schematics": "^12.0.0", |
| 78 | + "@angular-eslint/builder": "^4.0.0", |
| 79 | + "@angular-eslint/eslint-plugin": "^4.0.0", |
| 80 | + "@angular-eslint/eslint-plugin-template": "^4.0.0", |
| 81 | + "@angular-eslint/schematics": "^4.3.0", |
| 82 | + "@angular-eslint/template-parser": "^4.0.0", |
| 83 | + "@angular/cli": "~12.0.0", |
| 84 | + "@angular/compiler-cli": "^12.0.0", |
| 85 | + "@angular/language-service": "^12.0.0", |
86 | 86 | "@angularclass/hmr": "^2.1.3", |
87 | | - "@types/jasmine": "~3.6.0", |
88 | | - "@types/jasminewd2": "^2.0.8", |
89 | | - "@types/node": "^12.20.0", |
| 87 | + "@types/jasmine": "^3.7.2", |
| 88 | + "@types/jasminewd2": "^2.0.9", |
| 89 | + "@types/node": "^12.20.13", |
90 | 90 | "@types/webpack-env": "^1.15.2", |
91 | 91 | "@typescript-eslint/eslint-plugin": "4.16.1", |
92 | 92 | "@typescript-eslint/parser": "4.16.1", |
93 | 93 | "browser-sync": "^2.26.12", |
94 | | - "codelyzer": "^6.0.0", |
| 94 | + "codelyzer": "^6.0.2", |
95 | 95 | "coveralls": "^3.1.0", |
96 | | - "eslint": "^7.20.0", |
| 96 | + "eslint": "^7.26.0", |
97 | 97 | "eslint-plugin-import": "2.22.1", |
98 | 98 | "eslint-plugin-jsdoc": "30.7.6", |
99 | 99 | "eslint-plugin-prefer-arrow": "1.2.2", |
|
113 | 113 | "jasmine": "~3.6.0", |
114 | 114 | "jasmine-core": "~3.6.0", |
115 | 115 | "jasmine-spec-reporter": "~5.0.2", |
116 | | - "karma": "^5.2.3", |
| 116 | + "karma": "^6.3.2", |
117 | 117 | "karma-chrome-launcher": "~3.1.0", |
118 | 118 | "karma-coverage": "^2.0.3", |
119 | 119 | "karma-jasmine": "~3.3.0", |
|
122 | 122 | "karma-junit-reporter": "~2.0.1", |
123 | 123 | "karma-spec-reporter": "~0.0.32", |
124 | 124 | "lunr": "^2.3.8", |
125 | | - "ng-packagr": "^11.2.1", |
| 125 | + "ng-packagr": "^12.0.0", |
126 | 126 | "pngcrush": "^2.0.1", |
127 | 127 | "protractor": "~7.0.0", |
128 | 128 | "sass-true": "^5.0.0", |
129 | 129 | "sassdoc": "^2.7.3", |
130 | 130 | "sassdoc-plugin-localization": "^1.4.3", |
131 | | - "stylelint": "^13.10.0", |
| 131 | + "stylelint": "^13.13.1", |
132 | 132 | "stylelint-scss": "^3.19.0", |
133 | 133 | "themeleon": "^3.0.2", |
134 | 134 | "ts-node": "~7.0.1", |
135 | 135 | "tslint": "~6.1.0", |
136 | 136 | "typedoc": "^0.17.7", |
137 | 137 | "typedoc-plugin-localization": "^2.2.3", |
138 | | - "typescript": "^4.0.7", |
| 138 | + "typescript": "^4.2.4", |
139 | 139 | "webpack-sources": "1.3.0" |
140 | 140 | } |
141 | 141 | } |
0 commit comments