We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbad04c commit 7bca155Copy full SHA for 7bca155
packages/db-ui-elements-angular/package.json
@@ -20,9 +20,6 @@
20
"start": "ng serve",
21
"build": "ng build"
22
},
23
- "module": "dist/fesm5.js",
24
- "main": "dist/fesm5.js",
25
- "types": "dist/core.d.ts",
26
"files": [
27
"dist/"
28
],
packages/db-ui-elements-angular/projects/lib/package.json
@@ -2,10 +2,10 @@
2
"name": "lib",
3
"version": "0.0.1",
4
"peerDependencies": {
5
- "@angular/common": "^15.2.10",
6
- "@angular/core": "^15.2.10"
+ "@angular/common": "^17.3.11",
+ "@angular/core": "^17.3.11"
7
8
"dependencies": {
9
- "tslib": "2.6.2"
+ "tslib": "^2.6.3"
10
}
11
0 commit comments