Skip to content

Commit

Permalink
angular 18 upgrade complete (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-dixit committed Apr 30, 2024
1 parent db9172e commit df08ca8
Show file tree
Hide file tree
Showing 2 changed files with 1,710 additions and 1,841 deletions.
46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "datta-able-free-angular-admin-template",
"version": "4.0.0",
"version": "5.0.0",
"author": "CodedThemes",
"scripts": {
"ng": "ng",
Expand All @@ -12,40 +12,40 @@
},
"private": false,
"dependencies": {
"@angular/animations": "^17.1.0",
"@angular/cdk": "^17.1.0",
"@angular/common": "^17.1.0",
"@angular/compiler": "^17.1.0",
"@angular/core": "^17.1.0",
"@angular/forms": "^17.1.0",
"@angular/localize": "^17.1.0",
"@angular/platform-browser": "^17.1.0",
"@angular/platform-browser-dynamic": "^17.1.0",
"@angular/router": "^17.1.0",
"@angular/animations": "^18.0.0-next.3",
"@angular/cdk": "^18.0.0-next.3",
"@angular/common": "^18.0.0-next.3",
"@angular/compiler": "^18.0.0-next.3",
"@angular/core": "^18.0.0-next.3",
"@angular/forms": "^18.0.0-next.3",
"@angular/localize": "^18.0.0-next.3",
"@angular/platform-browser": "^18.0.0-next.3",
"@angular/platform-browser-dynamic": "^18.0.0-next.3",
"@angular/router": "^18.0.0-next.3",
"@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@popperjs/core": "^2.11.8",
"apexcharts": "^3.45.1",
"bootstrap": "^5.3.2",
"ng-apexcharts": "^1.8.0",
"apexcharts": "^3.49.0",
"bootstrap": "^5.3.3",
"ng-apexcharts": "^1.10.0",
"ngx-scrollbar": "^13.0.3",
"rxjs": "~7.8.1",
"screenfull": "^6.0.2",
"tslib": "^2.6.2",
"zone.js": "~0.14.3"
"zone.js": "~0.14.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "^17.1.0",
"@angular/cli": "~17.1.0",
"@angular/compiler-cli": "^17.1.0",
"@angular-devkit/build-angular": "^18.0.0-next.3",
"@angular/cli": "~18.0.0-next.3",
"@angular/compiler-cli": "^18.0.0-next.3",
"@types/jasmine": "~5.1.4",
"@types/node": "^20.11.5",
"jasmine-core": "~5.1.1",
"karma": "~6.4.2",
"@types/node": "^20.12.7",
"jasmine-core": "~5.1.2",
"karma": "~6.4.3",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"prettier": "3.2.4",
"typescript": "~5.2.2"
"prettier": "3.2.5",
"typescript": "5.4"
}
}
Loading

0 comments on commit df08ca8

Please sign in to comment.