web/package: fix the svelte icons version & update lock

This commit is contained in:
wukko 2024-07-17 13:14:56 +06:00
parent 5c07afe4ff
commit e6ec8c6734
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2
2 changed files with 941 additions and 224 deletions

1163
web/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -43,7 +43,7 @@
"dependencies": { "dependencies": {
"@fontsource-variable/noto-sans-mono": "^5.0.20", "@fontsource-variable/noto-sans-mono": "^5.0.20",
"@fontsource/ibm-plex-mono": "^5.0.13", "@fontsource/ibm-plex-mono": "^5.0.13",
"@tabler/icons-svelte": "^3.6.0", "@tabler/icons-svelte": "3.6.0",
"sveltekit-i18n": "^2.4.2", "sveltekit-i18n": "^2.4.2",
"ts-deepmerge": "^7.0.0" "ts-deepmerge": "^7.0.0"
} }