Skip to content

Commit

Permalink
support Angular 18.2 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
bigcreate authored Aug 14, 2024
1 parent 13d8aa7 commit 7188268
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions packages/angular-strict/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ There are just two simple steps for starting using strict mode.

| Package version | Angular version |
| --------------- | :-------------- |
| 18.2.x | 18.2.x |
| 18.1.x | 18.1.x |
| 18.0.x | 18.0.x |
| 17.3.x | 17.3.x |
Expand Down
6 changes: 3 additions & 3 deletions packages/angular-strict/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smartrecruiters/tsconfig-strict-angular",
"version": "18.1.0",
"version": "18.2.0",
"description": "it provides tsconfig with all strict rules for Angular projects",
"homepage": "https://github.com/smartrecruiters/tsconfig/tree/main/packages/angular-strict#readme",
"license": "MIT",
Expand Down Expand Up @@ -38,8 +38,8 @@
}
],
"peerDependencies": {
"@angular/common": "18.1.x",
"@angular/core": "18.1.x"
"@angular/common": "18.2.x",
"@angular/core": "18.2.x"
},
"dependencies": {
"@smartrecruiters/tsconfig-strict": "5.5.x"
Expand Down

0 comments on commit 7188268

Please sign in to comment.