Skip to content

Commit

Permalink
vscroll v1.6.0-beta.3 & test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhilt committed Dec 2, 2023
1 parent 2e8ea1b commit 836d7a6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions scroller/package-lock.json

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

2 changes: 1 addition & 1 deletion scroller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"peerDependencies": {
"@angular/common": ">=12.0.0",
"@angular/core": ">=12.0.0",
"vscroll": "1.6.0-beta.2"
"vscroll": "1.6.0-beta.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scroller/src/vscroll.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ export {
IAdapterConfig,
IAdapterItem,
IAdapter
} from 'vscroll'; // from '../../vscroll/src';
} from 'vscroll'; // from '../../../vscroll/src';
2 changes: 1 addition & 1 deletion tests/miscellaneous/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class Misc<Comp = TestComponentInterface> {
consumer: { name: 'fake', version: 'x.x.x' },
element: this.scroller.routines.element,
datasource: { get: (_a: unknown, _b: unknown) => null, settings },
run: () => null
run: _ => null
});
}

Expand Down

0 comments on commit 836d7a6

Please sign in to comment.