|
54 | 54 | "test:unit": "vitest --run --coverage"
|
55 | 55 | },
|
56 | 56 | "dependencies": {
|
57 |
| - "@typescript-eslint/types": "^8.24.0", |
58 |
| - "@typescript-eslint/utils": "^8.24.0", |
| 57 | + "@typescript-eslint/types": "^8.25.0", |
| 58 | + "@typescript-eslint/utils": "^8.25.0", |
59 | 59 | "natural-orderby": "^5.0.0"
|
60 | 60 | },
|
61 | 61 | "devDependencies": {
|
62 | 62 | "@astrojs/check": "^0.9.4",
|
63 |
| - "@astrojs/mdx": "^4.0.8", |
| 63 | + "@astrojs/mdx": "^4.1.0", |
64 | 64 | "@astrojs/sitemap": "^3.2.1",
|
65 |
| - "@astrojs/svelte": "^7.0.4", |
66 |
| - "@azat-io/eslint-config": "^2.14.0", |
| 65 | + "@astrojs/svelte": "^7.0.5", |
| 66 | + "@azat-io/eslint-config": "^2.16.0", |
67 | 67 | "@azat-io/stylelint-config": "^0.1.1",
|
68 | 68 | "@commitlint/cli": "^19.7.1",
|
69 | 69 | "@commitlint/config-conventional": "^19.7.1",
|
70 | 70 | "@nanostores/persistent": "^0.10.2",
|
71 | 71 | "@poppanator/sveltekit-svg": "5.0.0",
|
72 |
| - "@shikijs/langs": "^2.3.2", |
73 |
| - "@shikijs/transformers": "^2.3.2", |
| 72 | + "@shikijs/langs": "^3.1.0", |
| 73 | + "@shikijs/transformers": "^3.1.0", |
74 | 74 | "@types/mdast": "^4.0.4",
|
75 |
| - "@types/node": "^22.13.4", |
| 75 | + "@types/node": "^22.13.5", |
76 | 76 | "@types/unist": "^3.0.3",
|
77 |
| - "@typescript-eslint/parser": "^8.24.0", |
78 |
| - "@typescript-eslint/rule-tester": "^8.24.0", |
| 77 | + "@typescript-eslint/parser": "^8.25.0", |
| 78 | + "@typescript-eslint/rule-tester": "^8.25.0", |
79 | 79 | "@typescript-eslint/types": "^6.13.0",
|
80 | 80 | "@vercel/og": "^0.6.5",
|
81 |
| - "@vitest/coverage-v8": "^3.0.5", |
82 |
| - "astro": "^5.3.0", |
| 81 | + "@vitest/coverage-v8": "^3.0.7", |
| 82 | + "astro": "^5.4.0", |
83 | 83 | "browserslist": "^4.24.4",
|
84 |
| - "changelogen": "^0.5.7", |
| 84 | + "changelogen": "^0.6.0", |
85 | 85 | "changelogithub": "^13.12.1",
|
86 | 86 | "clean-publish": "^5.1.0",
|
87 |
| - "cspell": "^8.17.3", |
| 87 | + "cspell": "^8.17.5", |
88 | 88 | "dedent": "^1.5.3",
|
89 |
| - "eslint": "^9.20.1", |
| 89 | + "eslint": "^9.21.0", |
90 | 90 | "eslint-plugin-eslint-plugin": "^6.4.0",
|
91 | 91 | "execa": "^9.5.2",
|
92 | 92 | "keyux": "^0.11.0",
|
93 | 93 | "lightningcss": "^1.29.1",
|
94 | 94 | "nanostores": "^0.11.4",
|
95 | 95 | "postcss-html": "^1.8.0",
|
96 |
| - "prettier": "^3.5.1", |
| 96 | + "prettier": "^3.5.2", |
97 | 97 | "prettier-plugin-astro": "^0.14.1",
|
98 | 98 | "prettier-plugin-svelte": "^3.3.3",
|
99 | 99 | "rehype-external-links": "^3.0.0",
|
100 | 100 | "remark-sectionize": "^2.1.0",
|
101 |
| - "shiki": "^2.3.2", |
102 |
| - "shiki-magic-move": "^1.0.0", |
| 101 | + "shiki": "^3.1.0", |
| 102 | + "shiki-magic-move": "^1.0.1", |
103 | 103 | "simple-git-hooks": "^2.11.1",
|
104 | 104 | "stylelint": "^16.14.1",
|
105 | 105 | "stylelint-config-recess-order": "^6.0.0",
|
106 | 106 | "stylelint-gamut": "^1.3.4",
|
107 | 107 | "stylelint-order": "^6.0.4",
|
108 | 108 | "stylelint-plugin-logical-css": "^1.2.1",
|
109 |
| - "svelte": "5.20.1", |
| 109 | + "svelte": "5.20.5", |
110 | 110 | "svelte-check": "^4.1.4",
|
111 | 111 | "typescript": "^5.7.3",
|
112 | 112 | "unified": "^11.0.5",
|
113 | 113 | "unist-util-visit": "^5.0.0",
|
114 |
| - "vite": "^6.1.0", |
115 |
| - "vite-plugin-dts": "4.5.0", |
| 114 | + "vite": "^6.2.0", |
| 115 | + "vite-plugin-dts": "4.5.1", |
116 | 116 | "vite-plugin-lightningcss": "^0.0.5",
|
117 |
| - "vitest": "^3.0.5" |
| 117 | + "vitest": "^3.0.7" |
118 | 118 | },
|
119 | 119 | "peerDependencies": {
|
120 | 120 | "eslint": ">=8.0.0"
|
|
0 commit comments