|
1 | 1 | { |
2 | 2 | "name": "mantis-free-angular-admin-template", |
3 | | - "version": "4.0.0", |
| 3 | + "version": "4.1.0", |
4 | 4 | "author": "CodedThemes", |
5 | 5 | "license": "MIT", |
6 | 6 | "scripts": { |
|
15 | 15 | }, |
16 | 16 | "private": false, |
17 | 17 | "dependencies": { |
18 | | - "@angular/animations": "^18.0.0-next.3", |
19 | | - "@angular/cdk": "^18.0.0-next.3", |
20 | | - "@angular/common": "^18.0.0-next.3", |
21 | | - "@angular/compiler": "^18.0.0-next.3", |
22 | | - "@angular/core": "^18.0.0-next.3", |
23 | | - "@angular/forms": "^18.0.0-next.3", |
24 | | - "@angular/platform-browser": "^18.0.0-next.3", |
25 | | - "@angular/platform-browser-dynamic": "^18.0.0-next.3", |
26 | | - "@angular/router": "^18.0.0-next.3", |
27 | | - "@ant-design/icons-angular": "^17.0.0", |
28 | | - "@ng-bootstrap/ng-bootstrap": "^16.0.0", |
| 18 | + "@angular/animations": "^18.0.5", |
| 19 | + "@angular/cdk": "^18.0.5", |
| 20 | + "@angular/common": "^18.0.5", |
| 21 | + "@angular/compiler": "^18.0.5", |
| 22 | + "@angular/core": "^18.0.5", |
| 23 | + "@angular/forms": "^18.0.5", |
| 24 | + "@angular/platform-browser": "^18.0.5", |
| 25 | + "@angular/platform-browser-dynamic": "^18.0.5", |
| 26 | + "@angular/router": "^18.0.5", |
| 27 | + "@ant-design/icons-angular": "^18.0.0", |
| 28 | + "@ng-bootstrap/ng-bootstrap": "^17.0.0", |
29 | 29 | "@popperjs/core": "^2.11.8", |
30 | | - "apexcharts": "^3.45.2", |
31 | | - "bootstrap": "^5.3.2", |
32 | | - "ng-apexcharts": "^1.8.0", |
33 | | - "ngx-scrollbar": "^13.0.3", |
| 30 | + "apexcharts": "^3.49.2", |
| 31 | + "bootstrap": "^5.3.3", |
| 32 | + "ng-apexcharts": "^1.11.0", |
| 33 | + "ngx-scrollbar": "^15.0.1", |
34 | 34 | "rxjs": "~7.8.1", |
35 | | - "tslib": "^2.6.2", |
36 | | - "zone.js": "~0.14.4" |
| 35 | + "tslib": "^2.6.3", |
| 36 | + "zone.js": "~0.14.7" |
37 | 37 | }, |
38 | 38 | "devDependencies": { |
39 | | - "@angular-devkit/build-angular": "^18.0.0-next.3", |
40 | | - "@angular-eslint/builder": "17.3.0", |
41 | | - "@angular-eslint/eslint-plugin": "17.3.0", |
42 | | - "@angular-eslint/eslint-plugin-template": "17.3.0", |
43 | | - "@angular-eslint/schematics": "17.3.0", |
44 | | - "@angular-eslint/template-parser": "17.3.0", |
45 | | - "@angular/cli": "~18.0.0-next.3", |
46 | | - "@angular/compiler-cli": "^18.0.0-next.3", |
| 39 | + "@angular-devkit/build-angular": "^18.0.6", |
| 40 | + "@angular-eslint/builder": "18.0.1", |
| 41 | + "@angular-eslint/eslint-plugin": "18.0.1", |
| 42 | + "@angular-eslint/eslint-plugin-template": "18.0.1", |
| 43 | + "@angular-eslint/schematics": "18.0.1", |
| 44 | + "@angular-eslint/template-parser": "18.0.1", |
| 45 | + "@angular/cli": "~18.0.6", |
| 46 | + "@angular/compiler-cli": "^18.0.5", |
47 | 47 | "@types/jasmine": "~5.1.4", |
48 | | - "@types/node": "^20.12.7", |
49 | | - "@typescript-eslint/eslint-plugin": "7.7.1", |
50 | | - "@typescript-eslint/parser": "7.7.1", |
51 | | - "eslint": "^8.56.0", |
| 48 | + "@types/node": "^20.14.9", |
| 49 | + "@typescript-eslint/eslint-plugin": "7.14.1", |
| 50 | + "@typescript-eslint/parser": "7.14.1", |
| 51 | + "eslint": "^9.5.0", |
52 | 52 | "jasmine-core": "~5.1.2", |
53 | 53 | "karma": "~6.4.3", |
54 | 54 | "karma-chrome-launcher": "~3.2.0", |
55 | 55 | "karma-coverage": "~2.2.1", |
56 | 56 | "karma-jasmine": "~5.1.0", |
57 | 57 | "karma-jasmine-html-reporter": "~2.1.0", |
58 | | - "prettier": "3.2.5", |
| 58 | + "prettier": "3.3.2", |
59 | 59 | "typescript": "5.4" |
60 | 60 | } |
61 | 61 | } |
0 commit comments