mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-21 14:01:56 +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",
|
"urql": "^4.2.2",
|
||||||
"video-deband": "^1.0.7",
|
"video-deband": "^1.0.7",
|
||||||
"workbox-core": "^7.3.0",
|
"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:
|
workbox-precaching:
|
||||||
specifier: ^7.3.0
|
specifier: ^7.3.0
|
||||||
version: 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:
|
devDependencies:
|
||||||
'@gql.tada/svelte-support':
|
'@gql.tada/svelte-support':
|
||||||
specifier: ^1.0.1
|
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 {
|
declare namespace svelteHTML {
|
||||||
interface HTMLAttributes<T> {
|
interface HTMLAttributes<T> {
|
||||||
'on:navigate'?: CompositionEventHandler<T>
|
'on:navigate'?: CompositionEventHandler<T>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// declare module '*.svelte' {
|
// declare module '*.svelte' {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue