Skip to content

Commit 42df2c1

Browse files
authored
chore(deps): update minor and patch dependencies
Updates the following dependencies to their latest safe versions: Svelte Ecosystem: - bump `@sveltejs/adapter-static` from 3.0.9 to 3.0.10 - bump `@sveltejs/kit` from 2.41.0 to 2.57.1 - bump `@sveltejs/vite-plugin-svelte` from 6.2.0 to 6.2.4 - bump `svelte` from 5.38.10 to 5.55.2 - bump `svelte-check` from 4.3.1 to 4.4.6 Linting & Formatting: - bump `@eslint/js` from 9.35.0 to 9.39.4 - bump `@typescript-eslint/eslint-plugin` from 8.44.0 to 8.58.1 - bump `@typescript-eslint/parser` from 8.44.0 to 8.58.1 - bump `eslint` from 9.35.0 to 9.39.4 - bump `eslint-plugin-svelte` from 3.12.3 to 3.17.0 - bump `prettier` from 3.6.2 to 3.8.2 - bump `prettier-plugin-svelte` from 3.4.0 to 3.5.1 - bump `typescript-eslint` from 8.44.0 to 8.58.1 Tailwind & CSS: - bump `@tailwindcss/postcss` from 4.1.13 to 4.2.2 - bump `@tailwindcss/typography` from 0.5.16 to 0.5.19 - bump `postcss` from 8.5.6 to 8.5.9 - bump `tailwindcss` from 4.1.13 to 4.2.2 Build & Environment: - bump `globals` from 16.4.0 to 16.5.0 - bump `typescript` from 5.9.2 to 5.9.3 - bump `vite` from 7.1.5 to 7.3.2
1 parent 8710995 commit 42df2c1

2 files changed

Lines changed: 1140 additions & 2088 deletions

File tree

package.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,29 +19,29 @@
1919
"format": "prettier --write ."
2020
},
2121
"devDependencies": {
22-
"@eslint/js": "^9.35.0",
23-
"@sveltejs/adapter-static": "^3.0.9",
24-
"@sveltejs/kit": "^2.41.0",
25-
"@sveltejs/vite-plugin-svelte": "^6.2.0",
26-
"@tailwindcss/postcss": "^4.1.13",
27-
"@tailwindcss/typography": "^0.5.16",
22+
"@eslint/js": "^9.39.4",
23+
"@sveltejs/adapter-static": "^3.0.10",
24+
"@sveltejs/kit": "^2.57.1",
25+
"@sveltejs/vite-plugin-svelte": "^6.2.4",
26+
"@tailwindcss/postcss": "^4.2.2",
27+
"@tailwindcss/typography": "^0.5.19",
2828
"@types/eslint": "^9.6.1",
29-
"@typescript-eslint/eslint-plugin": "^8.44.0",
30-
"@typescript-eslint/parser": "^8.44.0",
31-
"eslint": "^9.35.0",
29+
"@typescript-eslint/eslint-plugin": "^8.58.1",
30+
"@typescript-eslint/parser": "^8.58.1",
31+
"eslint": "^9.39.4",
3232
"eslint-config-prettier": "^10.1.8",
33-
"eslint-plugin-svelte": "^3.12.3",
34-
"globals": "^16.4.0",
35-
"postcss": "^8.5.6",
36-
"prettier": "^3.6.2",
37-
"prettier-plugin-svelte": "^3.4.0",
38-
"svelte": "^5.38.10",
39-
"svelte-check": "^4.3.1",
40-
"tailwindcss": "^4.1.13",
33+
"eslint-plugin-svelte": "^3.17.0",
34+
"globals": "^16.5.0",
35+
"postcss": "^8.5.9",
36+
"prettier": "^3.8.2",
37+
"prettier-plugin-svelte": "^3.5.1",
38+
"svelte": "^5.55.2",
39+
"svelte-check": "^4.4.6",
40+
"tailwindcss": "^4.2.2",
4141
"tslib": "^2.8.1",
42-
"typescript": "^5.9.2",
43-
"typescript-eslint": "^8.44.0",
44-
"vite": "^7.1.5"
42+
"typescript": "^5.9.3",
43+
"typescript-eslint": "^8.58.1",
44+
"vite": "^7.3.2"
4545
},
4646
"type": "module"
4747
}

0 commit comments

Comments
 (0)