Skip to content

Commit

Permalink
fix(angular wrapper): peerDependencies and versions allowed
Browse files Browse the repository at this point in the history
  • Loading branch information
dgonzalezr committed Jun 23, 2023
1 parent ab556ba commit d4b862a
Show file tree
Hide file tree
Showing 3 changed files with 118 additions and 58 deletions.
164 changes: 110 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 5 additions & 4 deletions packages/bee-q-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
"main": "dist/esm2015/index.js",
"module": "dist/esm2015/index.js",
"types": "dist/index.d.ts",
"peerDependencies": {
"@angular/common": "^14.2.0",
"@angular/core": "^14.2.0"
},
"dependencies": {
"@bee-q/core": "0.4.0",
"tslib": "2.5.0"
},
"peerDependencies": {
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
Expand Down
3 changes: 3 additions & 0 deletions packages/bee-q/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"files": [
"dist/"
],
"dependencies": {
"@floating-ui/dom": "1.2.9"
},
"browserslist": [
"> 1%",
"last 3 Chrome major versions",
Expand Down

0 comments on commit d4b862a

Please sign in to comment.