Skip to content

Commit 49a8fb4

Browse files
authored
Merge pull request #3518 from IgniteUI/nalipiev/update-18-1
chore(*): update to official [email protected]
2 parents 2697fcb + ccf7407 commit 49a8fb4

File tree

5 files changed

+27
-27
lines changed

5 files changed

+27
-27
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
5050

5151
- name: Install dependencies
52-
run: npm ci --legacy-peer-deps
52+
run: npm ci
5353

5454
- name: Run lint
5555
run: npm run lint

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
run: npm config set ${{secrets.IG_SCOPE}}:_auth=${{secrets.IG_TOKEN}}
5555

5656
- name: Install dependencies
57-
run: npm ci --legacy-peer-deps
57+
run: npm ci
5858

5959
- name: Run lint
6060
run: npm run lint

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
- task: Npm@1
1818
inputs:
1919
command: 'custom'
20-
customCommand: 'install --legacy-peer-deps'
20+
customCommand: 'install'
2121
customEndpoint: 'public proget'
2222
env:
2323
AZURE_PIPELINES: "true"

package-lock.json

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

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565
"bootstrap": "5.3.2",
6666
"file-saver": "^2.0.2",
6767
"hammerjs": "^2.0.8",
68-
"igniteui-angular": "^18.1.0-rc.0",
68+
"igniteui-angular": "^18.1.0",
6969
"igniteui-angular-charts": "^18.0.0",
7070
"igniteui-angular-core": "^18.0.0",
7171
"igniteui-angular-extras": "^18.0.5",
72-
"igniteui-angular-i18n": "^18.1.0-rc.0",
72+
"igniteui-angular-i18n": "^18.1.0",
7373
"igniteui-dockmanager": "^1.14.2",
7474
"igniteui-live-editing": "^2.3.0",
7575
"igniteui-webcomponents": "^4.7.0",
@@ -88,7 +88,7 @@
8888
"@angular/cli": "^18.0.2",
8989
"@angular/compiler-cli": "^18.0.1",
9090
"@angular/language-service": "^18.0.1",
91-
"@igniteui/angular-schematics": "18.0.1330",
91+
"@igniteui/angular-schematics": "18.1.1340",
9292
"@juggle/resize-observer": "^3.3.1",
9393
"@types/jasmine": "^5.1.2",
9494
"@types/jasminewd2": "^2.0.13",

0 commit comments

Comments
 (0)