chore: remove xml-js
This commit is contained in:
parent
06cc45c4de
commit
cf76e8f84c
@ -47,8 +47,7 @@
|
|||||||
"rehype-autolink-headings": "^7.1.0",
|
"rehype-autolink-headings": "^7.1.0",
|
||||||
"rehype-slug": "^6.0.0",
|
"rehype-slug": "^6.0.0",
|
||||||
"steamgriddb": "^2.2.0",
|
"steamgriddb": "^2.2.0",
|
||||||
"typescript-svelte-plugin": "^0.3.42",
|
"typescript-svelte-plugin": "^0.3.42"
|
||||||
"xml-js": "^1.6.11"
|
|
||||||
},
|
},
|
||||||
"trustedDependencies": [
|
"trustedDependencies": [
|
||||||
"@sveltejs/kit",
|
"@sveltejs/kit",
|
||||||
|
@ -3,7 +3,6 @@ import { env } from '$env/dynamic/private'
|
|||||||
import { get, writable } from 'svelte/store'
|
import { get, writable } from 'svelte/store'
|
||||||
import { existsSync, readFileSync } from 'fs'
|
import { existsSync, readFileSync } from 'fs'
|
||||||
import { Agent, CredentialSession } from '@atproto/api'
|
import { Agent, CredentialSession } from '@atproto/api'
|
||||||
import { xml2json } from 'xml-js'
|
|
||||||
import SGDB from 'steamgriddb'
|
import SGDB from 'steamgriddb'
|
||||||
|
|
||||||
export const scopeCookies = (cookies: Cookies, path: string) => {
|
export const scopeCookies = (cookies: Cookies, path: string) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user