Skip to content

Commit

Permalink
chore(deps): update to @tanstack/config 0.13.1 (#822)
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins authored Aug 30, 2024
1 parent 278e6d6 commit 6b755fe
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
]
},
"devDependencies": {
"@tanstack/config": "^0.13.0",
"@tanstack/config": "^0.13.1",
"@testing-library/jest-dom": "^6.5.0",
"@types/node": "^18.19.3",
"eslint": "^9.9.1",
Expand Down
6 changes: 2 additions & 4 deletions packages/angular-virtual/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
import {
AfterRenderPhase,
DestroyRef,
type ElementRef,
type Signal,
afterNextRender,
computed,
effect,
Expand All @@ -11,9 +9,7 @@ import {
untracked,
} from '@angular/core'
import {
type PartialKeys,
Virtualizer,
type VirtualizerOptions,
elementScroll,
observeElementOffset,
observeElementRect,
Expand All @@ -22,6 +18,8 @@ import {
windowScroll,
} from '@tanstack/virtual-core'
import { proxyVirtualizer } from './proxy'
import type { ElementRef, Signal } from '@angular/core'
import type { PartialKeys, VirtualizerOptions } from '@tanstack/virtual-core'
import type { AngularVirtualizer } from './types'

export * from '@tanstack/virtual-core'
Expand Down
12 changes: 4 additions & 8 deletions packages/angular-virtual/src/proxy.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
import {
type Signal,
type WritableSignal,
computed,
untracked,
} from '@angular/core'
import { type Virtualizer } from '@tanstack/virtual-core'
import { type AngularVirtualizer } from './types'
import { computed, untracked } from '@angular/core'
import type { Signal, WritableSignal } from '@angular/core'
import type { Virtualizer } from '@tanstack/virtual-core'
import type { AngularVirtualizer } from './types'

export function proxyVirtualizer<
V extends Virtualizer<any, any>,
Expand Down
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 6b755fe

Please sign in to comment.