Skip to content

Commit

Permalink
fix: issue with angular lib having old version (#2641)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Jul 9, 2024
1 parent bbad04c commit 7bca155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 0 additions & 3 deletions packages/db-ui-elements-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
"start": "ng serve",
"build": "ng build"
},
"module": "dist/fesm5.js",
"main": "dist/fesm5.js",
"types": "dist/core.d.ts",
"files": [
"dist/"
],
Expand Down
6 changes: 3 additions & 3 deletions packages/db-ui-elements-angular/projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "lib",
"version": "0.0.1",
"peerDependencies": {
"@angular/common": "^15.2.10",
"@angular/core": "^15.2.10"
"@angular/common": "^17.3.11",
"@angular/core": "^17.3.11"
},
"dependencies": {
"tslib": "2.6.2"
"tslib": "^2.6.3"
}
}

0 comments on commit 7bca155

Please sign in to comment.