Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): lock file maintenance #156

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions docs/framework/angular/reference/functions/injectstore.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ function injectStore<TState, TSelected>(
options?): Signal<TSelected>
```

Defined in: [index.ts:19](https://github.com/TanStack/store/blob/main/packages/angular-store/src/index.ts#L19)

### Type Parameters

• **TState**
Expand All @@ -38,10 +40,6 @@ options?): Signal<TSelected>

`Signal`\<`TSelected`\>

### Defined in

[index.ts:19](https://github.com/TanStack/store/blob/main/packages/angular-store/src/index.ts#L19)

## Call Signature

```ts
Expand All @@ -51,6 +49,8 @@ function injectStore<TState, TSelected>(
options?): Signal<TSelected>
```

Defined in: [index.ts:24](https://github.com/TanStack/store/blob/main/packages/angular-store/src/index.ts#L24)

### Type Parameters

• **TState**
Expand All @@ -74,7 +74,3 @@ options?): Signal<TSelected>
### Returns

`Signal`\<`TSelected`\>

### Defined in

[index.ts:24](https://github.com/TanStack/store/blob/main/packages/angular-store/src/index.ts#L24)
6 changes: 2 additions & 4 deletions docs/framework/react/reference/functions/shallow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ title: shallow
function shallow<T>(objA, objB): boolean
```

Defined in: [index.ts:34](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L34)

## Type Parameters

• **T**
Expand All @@ -26,7 +28,3 @@ function shallow<T>(objA, objB): boolean
## Returns

`boolean`

## Defined in

[index.ts:34](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L34)
12 changes: 4 additions & 8 deletions docs/framework/react/reference/functions/usestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ title: useStore
function useStore<TState, TSelected>(store, selector?): TSelected
```

Defined in: [index.ts:11](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L11)

### Type Parameters

• **TState**
Expand All @@ -31,16 +33,14 @@ function useStore<TState, TSelected>(store, selector?): TSelected

`TSelected`

### Defined in

[index.ts:11](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L11)

## Call Signature

```ts
function useStore<TState, TSelected>(store, selector?): TSelected
```

Defined in: [index.ts:15](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L15)

### Type Parameters

• **TState**
Expand All @@ -60,7 +60,3 @@ function useStore<TState, TSelected>(store, selector?): TSelected
### Returns

`TSelected`

### Defined in

[index.ts:15](https://github.com/TanStack/store/blob/main/packages/react-store/src/index.ts#L15)
12 changes: 4 additions & 8 deletions docs/framework/solid/reference/functions/usestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ title: useStore
function useStore<TState, TSelected>(store, selector?): Accessor<TSelected>
```

Defined in: [index.tsx:13](https://github.com/TanStack/store/blob/main/packages/solid-store/src/index.tsx#L13)

### Type Parameters

• **TState**
Expand All @@ -31,16 +33,14 @@ function useStore<TState, TSelected>(store, selector?): Accessor<TSelected>

`Accessor`\<`TSelected`\>

### Defined in

[index.tsx:13](https://github.com/TanStack/store/blob/main/packages/solid-store/src/index.tsx#L13)

## Call Signature

```ts
function useStore<TState, TSelected>(store, selector?): Accessor<TSelected>
```

Defined in: [index.tsx:17](https://github.com/TanStack/store/blob/main/packages/solid-store/src/index.tsx#L17)

### Type Parameters

• **TState**
Expand All @@ -60,7 +60,3 @@ function useStore<TState, TSelected>(store, selector?): Accessor<TSelected>
### Returns

`Accessor`\<`TSelected`\>

### Defined in

[index.tsx:17](https://github.com/TanStack/store/blob/main/packages/solid-store/src/index.tsx#L17)
6 changes: 2 additions & 4 deletions docs/framework/svelte/reference/functions/shallow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ title: shallow
function shallow<T>(objA, objB): boolean
```

Defined in: [index.svelte.ts:43](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L43)

## Type Parameters

• **T**
Expand All @@ -26,7 +28,3 @@ function shallow<T>(objA, objB): boolean
## Returns

`boolean`

## Defined in

[index.svelte.ts:43](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L43)
12 changes: 4 additions & 8 deletions docs/framework/svelte/reference/functions/usestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ title: useStore
function useStore<TState, TSelected>(store, selector?): object
```

Defined in: [index.svelte.ts:10](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L10)

### Type Parameters

• **TState**
Expand All @@ -37,16 +39,14 @@ function useStore<TState, TSelected>(store, selector?): object
readonly current: TSelected;
```

### Defined in

[index.svelte.ts:10](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L10)

## Call Signature

```ts
function useStore<TState, TSelected>(store, selector?): object
```

Defined in: [index.svelte.ts:14](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L14)

### Type Parameters

• **TState**
Expand All @@ -72,7 +72,3 @@ function useStore<TState, TSelected>(store, selector?): object
```ts
readonly current: TSelected;
```

### Defined in

[index.svelte.ts:14](https://github.com/TanStack/store/blob/main/packages/svelte-store/src/index.svelte.ts#L14)
6 changes: 2 additions & 4 deletions docs/framework/vue/reference/functions/shallow.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ title: shallow
function shallow<T>(objA, objB): boolean
```

Defined in: [index.ts:47](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L47)

## Type Parameters

• **T**
Expand All @@ -26,7 +28,3 @@ function shallow<T>(objA, objB): boolean
## Returns

`boolean`

## Defined in

[index.ts:47](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L47)
12 changes: 4 additions & 8 deletions docs/framework/vue/reference/functions/usestore.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ title: useStore
function useStore<TState, TSelected>(store, selector?): Readonly<Ref<TSelected>>
```

Defined in: [index.ts:12](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L12)

### Type Parameters

• **TState**
Expand All @@ -31,16 +33,14 @@ function useStore<TState, TSelected>(store, selector?): Readonly<Ref<TSelected>>

`Readonly`\<`Ref`\<`TSelected`\>\>

### Defined in

[index.ts:12](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L12)

## Call Signature

```ts
function useStore<TState, TSelected>(store, selector?): Readonly<Ref<TSelected>>
```

Defined in: [index.ts:16](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L16)

### Type Parameters

• **TState**
Expand All @@ -60,7 +60,3 @@ function useStore<TState, TSelected>(store, selector?): Readonly<Ref<TSelected>>
### Returns

`Readonly`\<`Ref`\<`TSelected`\>\>

### Defined in

[index.ts:16](https://github.com/TanStack/store/blob/main/packages/vue-store/src/index.ts#L16)
Loading
Loading