Skip to content

Commit

Permalink
build: angular v17 support in websocket-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-stepanenko committed Nov 17, 2023
1 parent 550beb6 commit e3851f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/websocket-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"sideEffects": true,
"peerDependencies": {
"@ngxs/store": "^0.0.0",
"@angular/core": ">=12.0.0 <17.0.0",
"@angular/core": ">=12.0.0 <18.0.0",
"rxjs": ">=6.5.5"
}
}

0 comments on commit e3851f8

Please sign in to comment.