Skip to content

Commit 2099009

Browse files
committed
chore: dependencies update
1 parent cdb31f5 commit 2099009

File tree

6 files changed

+11
-13
lines changed

6 files changed

+11
-13
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"@angular/platform-browser": "^14.2.12",
2525
"@angular/platform-browser-dynamic": "^14.2.12",
2626
"@angular/router": "^14.2.12",
27-
"@coreui/angular": "~4.2.18",
28-
"@coreui/angular-chartjs": "~4.2.15",
29-
"@coreui/chartjs": "^3.0.0",
30-
"@coreui/coreui": "~4.2.4",
27+
"@coreui/angular": "~4.2.29",
28+
"@coreui/angular-chartjs": "~4.2.33",
29+
"@coreui/chartjs": "^3.1.1",
30+
"@coreui/coreui": "~4.2.6",
3131
"@coreui/icons": "^2.1.0",
3232
"@coreui/icons-angular": "~4.2.15",
33-
"@coreui/utils": "^1.3.1",
33+
"@coreui/utils": "^2.0.0",
3434
"chart.js": "^3.9.1",
3535
"ngx-perfect-scrollbar": "^10.1.1",
3636
"rxjs": "~7.5.0",
@@ -43,7 +43,7 @@
4343
"@angular/compiler-cli": "^14.2.12",
4444
"@angular/localize": "^14.2.12",
4545
"@types/jasmine": "^4.3.1",
46-
"@types/node": "^16.18.6",
46+
"@types/node": "^16.18.12",
4747
"jasmine-core": "~4.5.0",
4848
"karma": "~6.4.1",
4949
"karma-chrome-launcher": "~3.1.1",
@@ -56,4 +56,4 @@
5656
"node": "^14.15.0 || >=16.10.0",
5757
"npm": ">= 6"
5858
}
59-
}
59+
}

src/app/views/dashboard/dashboard-charts-data.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Injectable } from '@angular/core';
2-
import { getStyle, hexToRgba } from '@coreui/utils/src';
2+
import { getStyle, hexToRgba } from '@coreui/utils';
33

44
export interface IChartProps {
55
data?: any;

src/app/views/theme/colors.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { AfterViewInit, Component, HostBinding, Inject, Input, OnInit, Renderer2 } from '@angular/core';
22
import { DOCUMENT } from '@angular/common';
33

4-
import { getStyle, rgbToHex } from '@coreui/utils/src';
4+
import { getStyle, rgbToHex } from '@coreui/utils';
55

66
@Component({
77
templateUrl: 'colors.component.html'

src/app/views/widgets/widgets-dropdown/widgets-dropdown.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
OnInit,
88
ViewChild
99
} from '@angular/core';
10-
import { getStyle } from '@coreui/utils/src';
10+
import { getStyle } from '@coreui/utils';
1111
import { ChartjsComponent } from '@coreui/angular-chartjs';
1212

1313
@Component({

src/app/views/widgets/widgets-e/widgets-e.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AfterContentInit, ChangeDetectionStrategy, ChangeDetectorRef, Component } from '@angular/core';
2-
import { getStyle } from '@coreui/utils/src';
2+
import { getStyle } from '@coreui/utils';
33

44
@Component({
55
selector: 'app-widgets-e',

src/declarations.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
declare module '@coreui/utils/src';
2-
31
declare module '@coreui/chartjs/dist/js/coreui-chartjs.js';
42

53
declare module '*.json' {

0 commit comments

Comments
 (0)