mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-03-11 22:15:35 +00:00
fix: imports
This commit is contained in:
parent
163e6d580f
commit
3cbb5e108e
3 changed files with 13 additions and 5 deletions
|
|
@ -79,6 +79,8 @@
|
|||
"urql": "^4.2.2",
|
||||
"video-deband": "^1.0.7",
|
||||
"workbox-core": "^7.3.0",
|
||||
"workbox-precaching": "^7.3.0"
|
||||
"workbox-precaching": "^7.3.0",
|
||||
"workbox-routing": "^7.3.0",
|
||||
"workbox-strategies": "^7.3.0"
|
||||
}
|
||||
}
|
||||
|
|
@ -116,6 +116,12 @@ importers:
|
|||
workbox-precaching:
|
||||
specifier: ^7.3.0
|
||||
version: 7.3.0
|
||||
workbox-routing:
|
||||
specifier: ^7.3.0
|
||||
version: 7.3.0
|
||||
workbox-strategies:
|
||||
specifier: ^7.3.0
|
||||
version: 7.3.0
|
||||
devDependencies:
|
||||
'@gql.tada/svelte-support':
|
||||
specifier: ^1.0.1
|
||||
|
|
|
|||
8
src/app.d.ts
vendored
8
src/app.d.ts
vendored
|
|
@ -139,10 +139,10 @@ declare global {
|
|||
}
|
||||
}
|
||||
|
||||
declare namespace svelteHTML {
|
||||
interface HTMLAttributes<T> {
|
||||
'on:navigate'?: CompositionEventHandler<T>
|
||||
}
|
||||
declare namespace svelteHTML {
|
||||
interface HTMLAttributes<T> {
|
||||
'on:navigate'?: CompositionEventHandler<T>
|
||||
}
|
||||
}
|
||||
|
||||
// declare module '*.svelte' {
|
||||
|
|
|
|||
Loading…
Reference in a new issue