Skip to content

Commit c04e5c3

Browse files
release: 14.1.1-beta.1
1 parent ddad631 commit c04e5c3

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

packages/cli/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "igniteui-cli",
3-
"version": "14.1.0",
3+
"version": "14.1.1-beta.1",
44
"description": "CLI tool for creating Ignite UI projects",
55
"keywords": [
66
"CLI",
@@ -78,9 +78,9 @@
7878
"all": true
7979
},
8080
"dependencies": {
81-
"@igniteui/angular-templates": "~18.1.1410",
82-
"@igniteui/cli-core": "~14.1.0",
83-
"@inquirer/prompts": "^5.4.0",
81+
"@igniteui/angular-templates": "~18.1.1411-beta.1",
82+
"@igniteui/cli-core": "~14.1.1-beta.1",
83+
"@inquirer/prompts": "~5.4.0",
8484
"@types/yargs": "^17.0.33",
8585
"chalk": "^5.3.0",
8686
"glob": "^11.0.0",

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@igniteui/cli-core",
3-
"version": "14.1.0",
3+
"version": "14.1.1-beta.1",
44
"description": "Base types and functionality for Ignite UI CLI",
55
"repository": {
66
"type": "git",
@@ -12,11 +12,11 @@
1212
"author": "Infragistics",
1313
"license": "MIT",
1414
"dependencies": {
15-
"@inquirer/prompts": "^5.4.0",
15+
"@inquirer/prompts": "~5.4.0",
1616
"chalk": "^2.3.2",
1717
"glob": "^7.1.2",
18-
"through2": "^4.0.2",
19-
"typescript": "~5.5.4"
18+
"through2": "^2.0.3",
19+
"typescript": "~5.4.3"
2020
},
2121
"devDependencies": {
2222
"@angular-devkit/schematics": "^18.2.4",

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": "18.1.1410",
3+
"version": "18.1.1411-beta.1",
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.1.0",
16-
"typescript": "~5.5.4"
15+
"@igniteui/cli-core": "~14.1.1-beta.1",
16+
"typescript": "~5.4.3"
1717
}
1818
}

packages/ng-schematics/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-schematics",
3-
"version": "18.1.1410",
3+
"version": "18.1.1411-beta.1",
44
"description": "Ignite UI for Angular Schematics for ng new and ng generate",
55
"repository": {
66
"type": "git",
@@ -20,8 +20,8 @@
2020
"dependencies": {
2121
"@angular-devkit/core": "^18.2.4",
2222
"@angular-devkit/schematics": "^18.2.4",
23-
"@igniteui/angular-templates": "~18.1.1410",
24-
"@igniteui/cli-core": "~14.1.0",
23+
"@igniteui/angular-templates": "~18.1.1411-beta.1",
24+
"@igniteui/cli-core": "~14.1.1-beta.1",
2525
"@schematics/angular": "~14.0.0",
2626
"rxjs": "^7.8.1"
2727
},

0 commit comments

Comments
 (0)