@igniteui/angular-templates 17.0.1301 → 17.0.1303

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,10 +7,12 @@
7
7
  "projectType": "application",
8
8
  "schematics": {
9
9
  "@schematics/angular:component": {
10
- "style": "scss"
10
+ "style": "scss",
11
+ "standalone": false
11
12
  },
12
13
  "@schematics/angular:application": {
13
- "strict": true
14
+ "strict": true,
15
+ "standalone": false
14
16
  }
15
17
  },
16
18
  "root": "",
@@ -45,7 +45,7 @@
45
45
  "karma-chrome-launcher": "~3.2.0",
46
46
  "karma-coverage": "~2.2.0",
47
47
  "karma-jasmine": "~5.1.0",
48
- "karma-jasmine-html-reporter": "~2.0.0",
48
+ "karma-jasmine-html-reporter": "~2.1.0",
49
49
  "typescript": "~5.2.2"
50
50
  }
51
51
  }
@@ -49,7 +49,7 @@
49
49
  "karma-chrome-launcher": "~3.2.0",
50
50
  "karma-coverage": "~2.2.0",
51
51
  "karma-jasmine": "~5.1.0",
52
- "karma-jasmine-html-reporter": "~2.0.0",
52
+ "karma-jasmine-html-reporter": "~2.1.0",
53
53
  "typescript": "~5.2.2"
54
54
  }
55
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@igniteui/angular-templates",
3
- "version": "17.0.1301",
3
+ "version": "17.0.1303",
4
4
  "description": "Templates for Ignite UI for Angular projects and components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -12,7 +12,7 @@
12
12
  "author": "Infragistics",
13
13
  "license": "MIT",
14
14
  "dependencies": {
15
- "@igniteui/cli-core": "~13.0.1",
15
+ "@igniteui/cli-core": "~13.0.3",
16
16
  "typescript": "~4.7.2"
17
17
  }
18
18
  }