Skip to content

Commit

Permalink
fix: update library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kentacho committed Jan 18, 2024
1 parent 024067a commit 3ebac37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions projects/ngx-golden-layout/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"url": "https://embedded.enterprises"
},
"dependencies": {
"tslib": "^2.3.1"
"tslib": "^2.4.0"
},
"peerDependencies": {
"@angular/common": "12 - 14",
"@angular/core": "12 - 14",
"jquery": "3.6.0",
"@angular/common": "^15.2.10",
"@angular/core": "^15.2.10",
"jquery": "^3.7.1",
"golden-layout": "1.5.9"
}
}

0 comments on commit 3ebac37

Please sign in to comment.