Skip to content

Commit 52ff61c

Browse files
committed
Updates package dependencies
Updates the package dependencies in package.json and package-lock.json to their latest versions. These updates include: - @iconify-json/lucide - @sveltejs/kit - svelte - svelte-check - swagger-typescript-api This ensures that the project is using the most up-to-date and secure versions of these packages.
1 parent 8afaed2 commit 52ff61c

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

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

Lines changed: 20 additions & 20 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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"@chromatic-com/storybook": "^4.1.1",
2929
"@eslint/compat": "^1.4.0",
3030
"@eslint/js": "^9.37.0",
31-
"@iconify-json/lucide": "^1.2.68",
31+
"@iconify-json/lucide": "^1.2.69",
3232
"@playwright/test": "^1.56.0",
3333
"@storybook/addon-a11y": "^9.1.10",
3434
"@storybook/addon-docs": "^9.1.10",
3535
"@storybook/addon-svelte-csf": "^5.0.10",
3636
"@storybook/sveltekit": "^9.1.10",
3737
"@sveltejs/adapter-static": "^3.0.10",
38-
"@sveltejs/kit": "^2.46.2",
38+
"@sveltejs/kit": "^2.46.4",
3939
"@sveltejs/vite-plugin-svelte": "^6.2.1",
4040
"@tailwindcss/vite": "^4.1.14",
4141
"@testing-library/jest-dom": "^6.9.1",
@@ -54,9 +54,9 @@
5454
"prettier-plugin-svelte": "^3.4.0",
5555
"prettier-plugin-tailwindcss": "^0.6.14",
5656
"storybook": "^9.1.10",
57-
"svelte": "^5.39.10",
58-
"svelte-check": "^4.3.2",
59-
"swagger-typescript-api": "^13.2.14",
57+
"svelte": "^5.39.11",
58+
"svelte-check": "^4.3.3",
59+
"swagger-typescript-api": "^13.2.15",
6060
"tslib": "^2.8.1",
6161
"typescript": "^5.9.3",
6262
"typescript-eslint": "^8.46.0",

0 commit comments

Comments
 (0)