Skip to content

Commit d982e36

Browse files
author
Konstantin Dinev
authored
Merge branch 'vnext' into nalipiev/update-official-17-1
2 parents d7fe4bb + ca1b388 commit d982e36

4 files changed

Lines changed: 55 additions & 49 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
strategy:
3131
matrix:
32-
node-version: [18.x, 20.5.x]
32+
node-version: [18.x, 20.x]
3333

3434
# Steps represent a sequence of tasks that will be executed as part of the job
3535
steps:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
strategy:
3636
matrix:
37-
node-version: [18.x, 20.5.x]
37+
node-version: [18.x, 20.x]
3838

3939
# Steps represent a sequence of tasks that will be executed as part of the job
4040
steps:

package-lock.json

Lines changed: 50 additions & 44 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": "^17.1.0-beta.3",
68+
"igniteui-angular": "^17.1.0-rc.0",
6969
"igniteui-angular-charts": "^17.2.1",
7070
"igniteui-angular-core": "^17.2.1",
7171
"igniteui-angular-extras": "^17.1.5",
72-
"igniteui-angular-i18n": "^17.1.0-beta.3",
72+
"igniteui-angular-i18n": "^17.1.0-rc.0",
7373
"igniteui-dockmanager": "^1.14.2",
7474
"igniteui-live-editing": "^2.1.0",
7575
"igniteui-webcomponents": "^4.7.0",
@@ -88,7 +88,7 @@
8888
"@angular/cli": "^17.2.0",
8989
"@angular/compiler-cli": "^17.2.1",
9090
"@angular/language-service": "^17.2.1",
91-
"@igniteui/angular-schematics": "17.1.1316-beta.2",
91+
"@igniteui/angular-schematics": "17.1.1316-rc.0",
9292
"@juggle/resize-observer": "^3.3.1",
9393
"@types/jasmine": "^5.1.2",
9494
"@types/jasminewd2": "^2.0.13",

0 commit comments

Comments
 (0)