Skip to content

Commit ff51ac1

Browse files
committed
chore: release 14.8.0-beta.0
1 parent ba25036 commit ff51ac1

File tree

4 files changed

+21
-21
lines changed

4 files changed

+21
-21
lines changed

packages/cli/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "igniteui-cli",
3-
"version": "14.7.1",
3+
"version": "14.8.0-beta.0",
44
"description": "CLI tool for creating Ignite UI projects",
55
"keywords": [
66
"CLI",
@@ -76,8 +76,8 @@
7676
"all": true
7777
},
7878
"dependencies": {
79-
"@igniteui/angular-templates": "~20.1.1471",
80-
"@igniteui/cli-core": "~14.7.1",
79+
"@igniteui/angular-templates": "~21.0.1480-beta.0",
80+
"@igniteui/cli-core": "~14.8.0-beta.0",
8181
"@inquirer/prompts": "^7.9.0",
8282
"@types/yargs": "^17.0.33",
8383
"chalk": "^5.3.0",
@@ -89,14 +89,14 @@
8989
"yargs": "^17.7.2"
9090
},
9191
"devDependencies": {
92-
"@angular-devkit/core": "^19.0.0",
93-
"@angular-devkit/schematics": "^19.0.0",
94-
"@schematics/angular": "~19.0.0",
92+
"@angular-devkit/core": "^21.0.0",
93+
"@angular-devkit/schematics": "^21.0.0",
94+
"@schematics/angular": "~21.0.0",
9595
"@types/jasmine": "^5.1.4",
9696
"@types/node": "^22.5.5",
9797
"browser-sync": "^3.0.3",
9898
"coveralls-next": "^4.2.1",
99-
"jasmine": "^5.3.0",
99+
"jasmine": "^5.12.0",
100100
"jasmine-spec-reporter": "^7.0.0",
101101
"nyc": "^17.0.0",
102102
"rxjs": "^7.8.1",

packages/core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/cli-core",
3-
"version": "14.7.1",
3+
"version": "14.8.0-beta.0",
44
"description": "Base types and functionality for Ignite UI CLI",
55
"repository": {
66
"type": "git",
@@ -16,10 +16,10 @@
1616
"chalk": "^2.3.2",
1717
"glob": "^11.0.0",
1818
"through2": "^2.0.3",
19-
"typescript": "~5.5.4"
19+
"typescript": "~5.9.3"
2020
},
2121
"devDependencies": {
22-
"@angular-devkit/schematics": "^19.0.0",
22+
"@angular-devkit/schematics": "^21.0.0",
2323
"@inquirer/type": "^3.0.0"
2424
}
2525
}

packages/igx-templates/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/angular-templates",
3-
"version": "20.1.1471",
3+
"version": "21.0.1480-beta.0",
44
"description": "Templates for Ignite UI for Angular projects and components",
55
"repository": {
66
"type": "git",
@@ -12,7 +12,7 @@
1212
"author": "Infragistics",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@igniteui/cli-core": "~14.7.1",
16-
"typescript": "~5.5.4"
15+
"@igniteui/cli-core": "~14.8.0-beta.0",
16+
"typescript": "~5.9.3"
1717
}
1818
}

packages/ng-schematics/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/angular-schematics",
3-
"version": "20.1.1471",
3+
"version": "21.0.1480-beta.0",
44
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
55
"repository": {
66
"type": "git",
@@ -18,20 +18,20 @@
1818
"license": "MIT",
1919
"schematics": "./src/collection.json",
2020
"dependencies": {
21-
"@angular-devkit/core": "^19.0.0",
22-
"@angular-devkit/schematics": "^19.0.0",
23-
"@igniteui/angular-templates": "~20.1.1471",
24-
"@igniteui/cli-core": "~14.7.1",
25-
"@schematics/angular": "~19.0.0",
21+
"@angular-devkit/core": "^21.0.0",
22+
"@angular-devkit/schematics": "^21.0.0",
23+
"@igniteui/angular-templates": "~21.0.1480-beta.0",
24+
"@igniteui/cli-core": "~14.8.0-beta.0",
25+
"@schematics/angular": "~21.0.0",
2626
"minimatch": "^10.0.1",
2727
"rxjs": "^7.8.1"
2828
},
2929
"devDependencies": {
3030
"@types/jasmine": "^5.1.4",
3131
"@types/minimatch": "^5.1.2",
3232
"@types/node": "^22.5.5",
33-
"jasmine": "^5.3.0",
34-
"typescript": "~5.6.2"
33+
"jasmine": "^5.12.0",
34+
"typescript": "~5.9.3"
3535
},
3636
"ng-update": {
3737
"migrations": "./src/migrations/migration-collection.json"

0 commit comments

Comments
 (0)