Skip to content

Commit 44078c4

Browse files
committed
chore: format and version consistency
1 parent 53dede7 commit 44078c4

13 files changed

Lines changed: 26 additions & 93 deletions

File tree

examples/angular/injectHeldKeys/src/app/app.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@ import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core'
22
import { provideHotkeys } from '@tanstack/angular-hotkeys'
33

44
export const appConfig: ApplicationConfig = {
5-
providers: [
6-
provideZoneChangeDetection({ eventCoalescing: true }),
7-
provideHotkeys(),
8-
],
5+
providers: [provideZoneChangeDetection({ eventCoalescing: true })],
96
}

examples/angular/injectHotkey/src/app/app.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@ import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core'
22
import { provideHotkeys } from '@tanstack/angular-hotkeys'
33

44
export const appConfig: ApplicationConfig = {
5-
providers: [
6-
provideZoneChangeDetection({ eventCoalescing: true }),
7-
provideHotkeys(),
8-
],
5+
providers: [provideZoneChangeDetection({ eventCoalescing: true })],
96
}

examples/angular/injectHotkeyRecorder/src/app/app.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@ import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core'
22
import { provideHotkeys } from '@tanstack/angular-hotkeys'
33

44
export const appConfig: ApplicationConfig = {
5-
providers: [
6-
provideZoneChangeDetection({ eventCoalescing: true }),
7-
provideHotkeys(),
8-
],
5+
providers: [provideZoneChangeDetection({ eventCoalescing: true })],
96
}

examples/angular/injectHotkeySequence/src/app/app.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@ import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core'
22
import { provideHotkeys } from '@tanstack/angular-hotkeys'
33

44
export const appConfig: ApplicationConfig = {
5-
providers: [
6-
provideZoneChangeDetection({ eventCoalescing: true }),
7-
provideHotkeys(),
8-
],
5+
providers: [provideZoneChangeDetection({ eventCoalescing: true })],
96
}

examples/angular/injectKeyHold/src/app/app.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,5 @@ import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core'
22
import { provideHotkeys } from '@tanstack/angular-hotkeys'
33

44
export const appConfig: ApplicationConfig = {
5-
providers: [
6-
provideZoneChangeDetection({ eventCoalescing: true }),
7-
provideHotkeys(),
8-
],
5+
providers: [provideZoneChangeDetection({ eventCoalescing: true })],
96
}

examples/preact/useHeldKeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@preact/preset-vite": "^2.10.2",
1919
"@tanstack/preact-devtools": "0.9.6",
2020
"@tanstack/preact-hotkeys-devtools": "^0.3.1",
21-
"typescript": "5.9.3",
21+
"typescript": "5.8.3",
2222
"vite": "^7.3.1"
2323
}
2424
}

examples/preact/useHotkey/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@preact/preset-vite": "^2.10.2",
1919
"@tanstack/preact-devtools": "0.9.6",
2020
"@tanstack/preact-hotkeys-devtools": "^0.3.1",
21-
"typescript": "5.9.3",
21+
"typescript": "5.8.3",
2222
"vite": "^7.3.1"
2323
}
2424
}

examples/preact/useHotkeyRecorder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@preact/preset-vite": "^2.10.2",
1919
"@tanstack/preact-devtools": "0.9.6",
2020
"@tanstack/preact-hotkeys-devtools": "^0.3.1",
21-
"typescript": "5.9.3",
21+
"typescript": "5.8.3",
2222
"vite": "^7.3.1"
2323
}
2424
}

examples/preact/useHotkeySequence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@preact/preset-vite": "^2.10.2",
1919
"@tanstack/preact-devtools": "0.9.6",
2020
"@tanstack/preact-hotkeys-devtools": "^0.3.1",
21-
"typescript": "5.9.3",
21+
"typescript": "5.8.3",
2222
"vite": "^7.3.1"
2323
}
2424
}

examples/preact/useKeyhold/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@preact/preset-vite": "^2.10.2",
1919
"@tanstack/preact-devtools": "0.9.6",
2020
"@tanstack/preact-hotkeys-devtools": "^0.3.1",
21-
"typescript": "5.9.3",
21+
"typescript": "5.8.3",
2222
"vite": "^7.3.1"
2323
}
2424
}

0 commit comments

Comments
 (0)