Skip to content

Commit

Permalink
build: update to Angular 16
Browse files Browse the repository at this point in the history
Updates the library to use Angular 16 for compilation.
  • Loading branch information
crisbeto committed Jun 7, 2023
1 parent 90d2f4b commit 7efaac8
Show file tree
Hide file tree
Showing 3 changed files with 2,105 additions and 2,269 deletions.
7 changes: 0 additions & 7 deletions .browserslistrc

This file was deleted.

36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-svg-round-progressbar",
"version": "10.0.0",
"version": "11.0.0",
"description": "Angular module that uses SVG to create a circular progressbar",
"scripts": {
"ng": "ng",
Expand Down Expand Up @@ -30,37 +30,37 @@
},
"homepage": "https://github.com/crisbeto/angular-svg-round-progressbar",
"peerDependencies": {
"@angular/common": "^15.0.0",
"@angular/core": "^15.0.0"
"@angular/common": "^16.0.0",
"@angular/core": "^16.0.0"
},
"devDependencies": {
"@angular-devkit/architect": "^0.1501.0",
"@angular-devkit/build-angular": "^15.1.0",
"@angular-devkit/architect": "^0.1600.5",
"@angular-devkit/build-angular": "^16.0.5",
"@angular-eslint/builder": "~14.1.2",
"@angular-eslint/eslint-plugin": "~14.1.2",
"@angular-eslint/eslint-plugin-template": "~14.1.2",
"@angular-eslint/template-parser": "~14.1.2",
"@angular/cli": "^15.1.0",
"@angular/common": "^15.1.0",
"@angular/compiler": "^15.1.0",
"@angular/compiler-cli": "^15.1.0",
"@angular/core": "^15.1.0",
"@angular/forms": "^15.1.0",
"@angular/platform-browser": "^15.1.0",
"@angular/platform-browser-dynamic": "^15.1.0",
"@typescript-eslint/eslint-plugin": "~5.48.0",
"@typescript-eslint/parser": "~5.48.0",
"@angular/cli": "^16.0.5",
"@angular/common": "^16.0.4",
"@angular/compiler": "^16.0.4",
"@angular/compiler-cli": "^16.0.4",
"@angular/core": "^16.0.4",
"@angular/forms": "^16.0.4",
"@angular/platform-browser": "^16.0.4",
"@angular/platform-browser-dynamic": "^16.0.4",
"@typescript-eslint/eslint-plugin": "~5.59.0",
"@typescript-eslint/parser": "~5.59.0",
"angular-cli-ghpages": "^1.0.5",
"eslint": "^8.24.0",
"eslint-plugin-ban": "^1.5.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^31.1.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"ng-packagr": "^15.1.1",
"ng-packagr": "^16.0.1",
"rxjs": "~6.6.3",
"tslib": "^2.3.0",
"typescript": "~4.9.4",
"zone.js": "~0.11.8"
"typescript": "~5.0.1",
"zone.js": "~0.13.0"
},
"dependencies": {}
}
Loading

0 comments on commit 7efaac8

Please sign in to comment.