Skip to content

Commit b2810a1

Browse files
Merge pull request #2 from AngelinFaithSheeba/main
917032: Updated dependabot packages.
2 parents cf7b504 + 5a8283a commit b2810a1

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
"@angular/platform-browser": "~11.2.4",
2020
"@angular/platform-browser-dynamic": "~11.2.4",
2121
"@angular/router": "~11.2.4",
22-
"@syncfusion/ej2": "^18.4.46",
23-
"@syncfusion/ej2-angular-pivotview": "^18.4.46",
22+
"@syncfusion/ej2-angular-pivotview": "27.1.48-ngcc",
2423
"rxjs": "~6.6.0",
2524
"tslib": "^2.0.0",
2625
"zone.js": "~0.11.3"
@@ -34,7 +33,7 @@
3433
"codelyzer": "^6.0.0",
3534
"jasmine-core": "~3.6.0",
3635
"jasmine-spec-reporter": "~5.0.0",
37-
"karma": "~6.1.0",
36+
"karma": "~6.3.16",
3837
"karma-chrome-launcher": "~3.1.0",
3938
"karma-coverage": "~2.0.3",
4039
"karma-jasmine": "~4.0.0",

src/styles.css

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
/* You can add global styles to this file, and also import other style files */
2-
@import '../node_modules/@syncfusion/ej2/material.css';
1+
/* You can add global styles to this file, and also import other style files */@import '../node_modules/@syncfusion/ej2-base/styles/material.css';
2+
@import '../node_modules/@syncfusion/ej2-buttons/styles/material.css';
3+
@import '../node_modules/@syncfusion/ej2-dropdowns/styles/material.css';
4+
@import '../node_modules/@syncfusion/ej2-grids/styles/material.css';
5+
@import '../node_modules/@syncfusion/ej2-inputs/styles/material.css';
6+
@import '../node_modules/@syncfusion/ej2-lists/styles/material.css';
7+
@import '../node_modules/@syncfusion/ej2-navigations/styles/material.css';
8+
@import '../node_modules/@syncfusion/ej2-popups/styles/material.css';
9+
@import "../node_modules/@syncfusion/ej2-splitbuttons/styles/material.css";
10+
@import '../node_modules/@syncfusion/ej2-angular-pivotview/styles/material.css';

0 commit comments

Comments
 (0)