Skip to content

Commit

Permalink
feat: Angular 17 support [#915] (#916)
Browse files Browse the repository at this point in the history
Co-authored-by: vanhorickanthony <[email protected]>
  • Loading branch information
vanhorickanthony and vanhorickanthony authored Apr 8, 2024
1 parent 90cf749 commit fdaab83
Show file tree
Hide file tree
Showing 2 changed files with 2,117 additions and 1,932 deletions.
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
},
"license": "MIT",
"dependencies": {
"@angular/animations": "^16.0.0",
"@angular/common": "^16.0.0",
"@angular/compiler": "^16.0.0",
"@angular/core": "^16.0.0",
"@angular/forms": "^16.0.0",
"@angular/platform-browser": "^16.0.0",
"@angular/platform-browser-dynamic": "^16.0.0",
"@angular/router": "^16.0.0",
"@angular/upgrade": "^16.0.0",
"@uirouter/angular": "12.0.0",
"@uirouter/angular-hybrid": "^15.0.2",
"@angular/animations": "^17.3.2",
"@angular/common": "^17.3.2",
"@angular/compiler": "^17.3.2",
"@angular/core": "^17.3.2",
"@angular/forms": "^17.3.2",
"@angular/platform-browser": "^17.3.2",
"@angular/platform-browser-dynamic": "^17.3.2",
"@angular/router": "^17.3.2",
"@angular/upgrade": "^17.3.2",
"@uirouter/angular": "^13.0.0",
"@uirouter/angular-hybrid": "^16.0.0",
"@uirouter/angularjs": "1.0.30",
"@uirouter/core": "6.1.0",
"@uirouter/rx": "1.0.0",
Expand All @@ -38,17 +38,17 @@
"postcss": "8.4.4",
"rxjs": "^7.4.0",
"rxjs-compat": "^6.6.7",
"tslib": "2.3.1",
"zone.js": "~0.11.4"
"tslib": "2.6.2",
"zone.js": "~0.14.4"
},
"resolutions": {
"@uirouter/core": "6.1.0"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.0.0",
"@angular/cli": "^16.0.0",
"@angular/compiler-cli": "^16.0.0",
"@angular/language-service": "^16.0.0",
"@angular-devkit/build-angular": "^17.3.2",
"@angular/cli": "^17.3.2",
"@angular/compiler-cli": "^17.3.2",
"@angular/language-service": "^17.3.2",
"@types/angular": "^1.8.3",
"@types/jasmine": "~3.10.2",
"@types/jasminewd2": "~2.0.10",
Expand All @@ -64,9 +64,9 @@
"npm-run-all": "4.1.5",
"protractor": "~7.0.0",
"shx": "0.3.3",
"ts-node": "~10.9.1",
"ts-node": "~10.9.2",
"tslint": "~6.1.0",
"typescript": "~4.9.5",
"typescript": "5.2.2",
"wait-on": "6.0.0"
}
}
Loading

0 comments on commit fdaab83

Please sign in to comment.