Skip to content

Commit c8a3e55

Browse files
authored
chore: revert from hardcoded version to current (#1623)
1 parent 1c4cc6a commit c8a3e55

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/templates/webcomponents/igc-ts/projects/_base/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"eslint": "^9.39.4",
3636
"eslint-plugin-lit": "^2.2.1",
3737
"globals": "^17.4.0",
38-
"igniteui-cli": "~14.8.0",
38+
"igniteui-cli": "~$(cliVersion)",
3939
"playwright": "^1.58.2",
4040
"rimraf": "^6.1.3",
4141
"source-map": "^0.7.6",

packages/cli/templates/webcomponents/igc-ts/projects/_base_with_home/files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"eslint": "^9.39.4",
4444
"eslint-plugin-lit": "^2.2.1",
4545
"globals": "^17.4.0",
46-
"igniteui-cli": "~14.8.0",
46+
"igniteui-cli": "~$(cliVersion)",
4747
"playwright": "^1.58.2",
4848
"rimraf": "^6.1.3",
4949
"source-map": "^0.7.6",

0 commit comments

Comments
 (0)