Skip to content

Commit 5fb525d

Browse files
Konstantin DinevLipata
andauthored
feat(*): updating igniteui-angular to 14.0.0 (#3029)
* feat(*): updating igniteui-angular to 14.0.0 * build(pipelines): adding --force to ci * chore: npm ci --legacy-peer-dep until DV is compatible * chore: use --force instead of --legacy-peer-dep Co-authored-by: lipata <nikolay.alipiev@gmail.com>
1 parent 349a608 commit 5fb525d

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/build-app-crm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434

3535
- name: Install dependencies
36-
run: npm ci
36+
run: npm ci --force
3737

3838
- name: Run lint
3939
run: npm run lint

.github/workflows/build-app-lob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v2
3939

4040
- name: Install dependencies
41-
run: npm ci
41+
run: npm ci --force
4242

4343
- name: Run lint
4444
run: npm run lint

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212
- script: npm config set $(igScope):_auth=$(token)
1313
displayName: 'Npm config auth'
1414

15-
- script: npm ci
15+
- script: npm ci --force
1616
displayName: 'Install dependencies'
1717
env:
1818
AZURE_PIPELINES: "true"

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"domino": "^2.1.4",
6363
"file-saver": "^2.0.2",
6464
"hammerjs": "^2.0.8",
65-
"igniteui-angular": "^14.0.0-rc.0",
65+
"igniteui-angular": "^14.0.0",
6666
"igniteui-angular-charts": "^13.1.1",
6767
"igniteui-angular-core": "^13.1.1",
6868
"igniteui-angular-i18n": "^12.2.4",

0 commit comments

Comments
 (0)