File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 44 "lib" : {
55 "entryFile" : " src/index.ts"
66 },
7- "allowedNonPeerDependencies" : [" @db-ui/foundations" , " @db-ui/components" ]
7+ "allowedNonPeerDependencies" : [
8+ " @db-ui/foundations" ,
9+ " @db-ui/components" ,
10+ " classnames"
11+ ]
812}
Original file line number Diff line number Diff line change 1515 "ng" : " ng" ,
1616 "start" : " ng serve"
1717 },
18- "dependencies" : {},
18+ "dependencies" : {
19+ "classnames" : " ^2.3.2"
20+ },
1921 "devDependencies" : {
2022 "@angular-devkit/build-angular" : " 14.2.10" ,
2123 "@angular/common" : " 14.3.0" ,
Original file line number Diff line number Diff line change 2424 "test:components" : " playwright test -c playwright.config.ts" ,
2525 "tsc" : " tsc -p . --sourceMap false"
2626 },
27+ "dependencies" : {
28+ "classnames" : " ^2.3.2"
29+ },
2730 "devDependencies" : {
2831 "@axe-core/playwright" : " ^4.6.1" ,
2932 "@playwright/experimental-ct-react" : " 1.32.3" ,
You can’t perform that action at this time.
0 commit comments