Skip to content

Commit

Permalink
upgrade angular version in package
Browse files Browse the repository at this point in the history
  • Loading branch information
namitoyokota committed Mar 15, 2024
1 parent 54fdbef commit ddc1daa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ngx-notation-reveal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-notation-reveal",
"version": "0.0.2",
"version": "0.0.3",
"description": "Angular component to add rough notation when element is visible.",
"author": {
"name": "Namito Yokota",
Expand All @@ -11,8 +11,8 @@
"url": "https://github.com/namitoyokota/ngx-notation-reveal"
},
"peerDependencies": {
"@angular/common": "^15.2.0",
"@angular/core": "^15.2.0",
"@angular/common": "^17.3.0",
"@angular/core": "^17.3.0",
"rough-notation": "^0.5.1"
},
"dependencies": {
Expand Down

0 comments on commit ddc1daa

Please sign in to comment.