3 changed files
angular.json | ||
package-lock.json | ||
package.json | ||
Add comment 76 "serve": {
Add comment 77 "builder": "@angular-devkit/build-angular:dev-server",
Add comment 78 "options": {
Add comment 79 Minus "browserTarget": "igniteui-dev-demos:build"
Add comment 79 Plus "buildTarget": "igniteui-dev-demos:build"
Add comment 80 },
Add comment 81 "configurations": {
Add comment 82 "production": {
Add comment 83 Minus "browserTarget": "igniteui-dev-demos:build:production"
Add comment 83 Plus "buildTarget": "igniteui-dev-demos:build:production"
Add comment 84 }
Add comment 85 }
Add comment 86 },
Add comment 87 "extract-i18n": {
Add comment 88 "builder": "@angular-devkit/build-angular:extract-i18n",
Add comment 89 "options": {
Add comment 90 Minus "browserTarget": "igniteui-dev-demos:build"
Add comment 90 Plus "buildTarget": "igniteui-dev-demos:build"
Add comment 91 }
Add comment 92 },
Add comment 93 "test": {
The file is too large to be included in the change summary view. Navigate to the file to view the full diff.
Add comment 12 },
Add comment 13 "private": true,
Add comment 14 "dependencies": {
Add comment 15 Minus "@angular/animations": "^16.0.4",
Add comment 16 Minus "@angular/common": "^16.0.4",
Add comment 17 Minus "@angular/compiler": "^16.0.4",
Add comment 18 Minus "@angular/core": "^16.0.4",
Add comment 19 Minus "@angular/forms": "^16.0.4",
Add comment 20 Minus "@angular/platform-browser": "^16.0.4",
Add comment 21 Minus "@angular/platform-browser-dynamic": "^16.0.4",
Add comment 22 Minus "@angular/router": "^16.0.4",
Add comment 15 Plus "@angular/animations": "^17.0.0",
Add comment 16 Plus "@angular/common": "^17.0.0",
Add comment 17 Plus "@angular/compiler": "^17.0.0",
Add comment 18 Plus "@angular/core": "^17.0.0",
Add comment 19 Plus "@angular/forms": "^17.0.0",
Add comment 20 Plus "@angular/platform-browser": "^17.0.0",
Add comment 21 Plus "@angular/platform-browser-dynamic": "^17.0.0",
Add comment 22 Plus "@angular/router": "^17.0.0",
Add comment 23 "@infragistics/igniteui-angular": "^16.0.3",
Add comment 24 "igniteui-angular-charts": "^16.0.0",
Add comment 25 "igniteui-angular-core": "^16.0.0",
Add comment 26 "igniteui-trial-watermark": "^2.0.0",
Add comment 27 "rxjs": "^6.6.7",
Add comment 28 "tslib": "^2.3.1",
Add comment 29 Minus "zone.js": "^0.13.0"
Add comment 29 Plus "zone.js": "^0.14.2"
Add comment 30 },
Add comment 31 "devDependencies": {
Add comment 32 Minus "@angular-devkit/build-angular": "^16.0.4",
Add comment 33 Minus "@angular/cli": "^16.0.4",
Add comment 34 Minus "@angular/compiler-cli": "^16.0.4",
Add comment 35 Minus "@angular/language-service": "^16.0.4",
Add comment 32 Plus "@angular-devkit/build-angular": "^17.0.0",
Add comment 33 Plus "@angular/cli": "^17.0.0",
Add comment 34 Plus "@angular/compiler-cli": "^17.0.0",
Add comment 35 Plus "@angular/language-service": "^17.0.0",
Add comment 36 "@juggle/resize-observer": "^3.3.1",
Add comment 37 "@types/jasmine": "^3.10.4",
Add comment 38 "@types/jasminewd2": "^2.0.10",
Add comment 45 "karma-coverage-istanbul-reporter": "~3.0.2",
Add comment 46 "karma-jasmine": "~4.0.0",
Add comment 47 "karma-jasmine-html-reporter": "^1.7.0",
Add comment 48 Minus "ng-packagr": "^16.0.0",
Add comment 48 Plus "ng-packagr": "^17.0.0",
Add comment 49 "protractor": "~7.0.0",
Add comment 50 "ts-node": "~7.0.0",
Add comment 51 "tslint": "~6.1.0",
Add comment 52 Minus "typescript": "^4.9.5"
Add comment 52 Plus "typescript": "^5.2.2"
Add comment 53 }
Add comment 54 }