Skip to content

Commit

Permalink
chore: fix package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyexeption committed Nov 30, 2023
1 parent 7ebd0e6 commit 9335cb6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"all": true
},
"dependencies": {
"@igniteui/angular-templates": "^17.0.1210-beta.4",
"@igniteui/cli-core": "^12.1.0-beta.4",
"@igniteui/angular-templates": "~17.0.1210-beta.4",
"@igniteui/cli-core": "~12.1.0-beta.4",
"chalk": "^2.3.2",
"fs-extra": "^3.0.1",
"glob": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/igx-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Infragistics",
"license": "MIT",
"dependencies": {
"@igniteui/cli-core": "^12.1.0-beta.4",
"@igniteui/cli-core": "~12.1.0-beta.4",
"typescript": "~4.7.2"
}
}
4 changes: 2 additions & 2 deletions packages/ng-schematics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"dependencies": {
"@angular-devkit/core": "~14.0.0",
"@angular-devkit/schematics": "~14.0.0",
"@igniteui/angular-templates": "^17.0.1210-beta.4",
"@igniteui/cli-core": "^12.1.0-beta.4",
"@igniteui/angular-templates": "~17.0.1210-beta.4",
"@igniteui/cli-core": "~12.1.0-beta.4",
"@schematics/angular": "~14.0.0",
"rxjs": "^6.6.3"
},
Expand Down

0 comments on commit 9335cb6

Please sign in to comment.