mirror of
https://github.com/BradNut/boredgame
synced 2025-09-08 17:40:22 +00:00
Removing simple icons dependency
This commit is contained in:
parent
03b6bdbcf3
commit
e4ac3ee7f0
3 changed files with 0 additions and 11 deletions
|
|
@ -121,7 +121,6 @@
|
||||||
"radix-svelte": "^0.9.0",
|
"radix-svelte": "^0.9.0",
|
||||||
"rate-limit-redis": "^4.2.0",
|
"rate-limit-redis": "^4.2.0",
|
||||||
"reflect-metadata": "^0.2.2",
|
"reflect-metadata": "^0.2.2",
|
||||||
"simple-icons": "^13.10.0",
|
|
||||||
"svelte-french-toast": "^1.2.0",
|
"svelte-french-toast": "^1.2.0",
|
||||||
"svelte-lazy-loader": "^1.0.0",
|
"svelte-lazy-loader": "^1.0.0",
|
||||||
"tailwind-merge": "^2.5.2",
|
"tailwind-merge": "^2.5.2",
|
||||||
|
|
|
||||||
|
|
@ -143,9 +143,6 @@ importers:
|
||||||
reflect-metadata:
|
reflect-metadata:
|
||||||
specifier: ^0.2.2
|
specifier: ^0.2.2
|
||||||
version: 0.2.2
|
version: 0.2.2
|
||||||
simple-icons:
|
|
||||||
specifier: ^13.10.0
|
|
||||||
version: 13.10.0
|
|
||||||
svelte-french-toast:
|
svelte-french-toast:
|
||||||
specifier: ^1.2.0
|
specifier: ^1.2.0
|
||||||
version: 1.2.0(svelte@5.0.0-next.175)
|
version: 1.2.0(svelte@5.0.0-next.175)
|
||||||
|
|
@ -4225,10 +4222,6 @@ packages:
|
||||||
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==}
|
||||||
engines: {node: '>=14'}
|
engines: {node: '>=14'}
|
||||||
|
|
||||||
simple-icons@13.10.0:
|
|
||||||
resolution: {integrity: sha512-akHZxjNvq4nLlLsKxDot7A+ZYXgjhAP4GwvWEItHeKiquuWXoI8xGGfP+hzGLbTmbmi2teYmHMS45PIOFy6EFA==}
|
|
||||||
engines: {node: '>=0.12.18'}
|
|
||||||
|
|
||||||
simple-swizzle@0.2.2:
|
simple-swizzle@0.2.2:
|
||||||
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
|
resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==}
|
||||||
|
|
||||||
|
|
@ -8554,8 +8547,6 @@ snapshots:
|
||||||
|
|
||||||
signal-exit@4.1.0: {}
|
signal-exit@4.1.0: {}
|
||||||
|
|
||||||
simple-icons@13.10.0: {}
|
|
||||||
|
|
||||||
simple-swizzle@0.2.2:
|
simple-swizzle@0.2.2:
|
||||||
dependencies:
|
dependencies:
|
||||||
is-arrayish: 0.3.2
|
is-arrayish: 0.3.2
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,6 @@ import { boredState } from '$lib/stores/boredState.js'
|
||||||
import { receive, send } from '$lib/utils/pageCrossfade'
|
import { receive, send } from '$lib/utils/pageCrossfade'
|
||||||
import { signInSchema } from '$lib/validations/auth'
|
import { signInSchema } from '$lib/validations/auth'
|
||||||
import { AlertCircle } from 'lucide-svelte'
|
import { AlertCircle } from 'lucide-svelte'
|
||||||
import { siApple, siGithub, siGoogle } from 'simple-icons'
|
|
||||||
import * as flashModule from 'sveltekit-flash-message/client'
|
import * as flashModule from 'sveltekit-flash-message/client'
|
||||||
import { zodClient } from 'sveltekit-superforms/adapters'
|
import { zodClient } from 'sveltekit-superforms/adapters'
|
||||||
import { superForm } from 'sveltekit-superforms/client'
|
import { superForm } from 'sveltekit-superforms/client'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue