Skip to content

Commit 99bb4c9

Browse files
committed
Updated svelte5 deps
1 parent 2eeea63 commit 99bb4c9

File tree

4 files changed

+41
-55
lines changed

4 files changed

+41
-55
lines changed

src/Exceptionless.Web/ClientApp/package-lock.json

Lines changed: 34 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Exceptionless.Web/ClientApp/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@sveltejs/kit": "^2.7.3",
2929
"@sveltejs/vite-plugin-svelte": "^4.0.0",
3030
"@types/eslint": "^9.6.1",
31-
"@types/node": "^22.8.2",
31+
"@types/node": "^22.8.6",
3232
"@types/throttle-debounce": "^5.0.2",
3333
"autoprefixer": "^10.4.20",
3434
"cross-env": "^7.0.3",
@@ -41,10 +41,10 @@
4141
"prettier": "^3.3.3",
4242
"prettier-plugin-svelte": "^3.2.7",
4343
"prettier-plugin-tailwindcss": "^0.6.8",
44-
"svelte": "^5.1.4",
44+
"svelte": "^5.1.9",
4545
"svelte-check": "^4.0.5",
4646
"swagger-typescript-api": "^13.0.22",
47-
"tslib": "^2.8.0",
47+
"tslib": "^2.8.1",
4848
"typescript": "^5.6.3",
4949
"typescript-eslint": "^8.12.2",
5050
"vite": "^5.4.10",
@@ -58,10 +58,10 @@
5858
"@tanstack/svelte-query-devtools": "https://pkg.pr.new/@tanstack/svelte-query-devtools@ccce0b8",
5959
"@tanstack/svelte-table": "^9.0.0-alpha.10",
6060
"@typeschema/class-validator": "^0.3.0",
61-
"bits-ui": "^1.0.0-next.32",
61+
"bits-ui": "^1.0.0-next.35",
6262
"class-validator": "^0.14.1",
6363
"clsx": "^2.1.1",
64-
"formsnap": "^2.0.0-next.0",
64+
"formsnap": "^2.0.0-next.1",
6565
"mode-watcher": "^0.4.1",
6666
"oidc-client-ts": "^3.1.0",
6767
"pretty-ms": "^9.1.0",
@@ -73,7 +73,7 @@
7373
"tailwind-variants": "^0.2.1",
7474
"tailwindcss": "^3.4.14",
7575
"throttle-debounce": "^5.0.2",
76-
"unplugin-icons": "^0.19.3"
76+
"unplugin-icons": "^0.20.0"
7777
},
7878
"type": "module"
7979
}

src/Exceptionless.Web/ClientApp/src/app.d.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// See https://kit.svelte.dev/docs/types#app
22
// for information about these interfaces
33

4-
//import 'unplugin-icons/types/svelte';
5-
import './unplugin-icons-svelte5';
4+
import 'unplugin-icons/types/svelte';
65

76
declare global {
87
namespace App {

src/Exceptionless.Web/ClientApp/src/unplugin-icons-svelte5.d.ts

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)