Skip to content

Commit

Permalink
chore(deps): upgrade to Angular 16 (compatibility issues)
Browse files Browse the repository at this point in the history
  • Loading branch information
keenthekeen committed Sep 22, 2023
1 parent fd9eaa8 commit b055204
Show file tree
Hide file tree
Showing 11 changed files with 146 additions and 150 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@
"prefix": "app",
"style": "kebab-case"
}
]
],
"@angular-eslint/component-class-suffix": "off",
"@typescript-eslint/ban-ts-comment": "off",
"@typescript-eslint/no-unused-vars": "off",
"no-prototype-builtins": "off"
}
},
{
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"@angular/service-worker": "^16.2.6",
"@ionic/angular": "^7.4.1",
"core-js": "^3.32.2",
"firebase": "^9.23.0",
"rxfire": "6.0.3",
"rxjs": "^7.8.1",
"tslib": "^2.6.2",
"tslib": "^2.1.0",
"video.js": "^7.21.5",
"videojs-event-tracking": "^1.0.3",
"videojs-hotkeys": "^0.2.28",
Expand Down Expand Up @@ -66,7 +66,7 @@
"karma-jasmine": "^5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ts-node": "^10.9.1",
"typescript": "~5.1.6"
"typescript": "~4.9.5"
},
"description": "An Ionic project"
}
Loading

0 comments on commit b055204

Please sign in to comment.