Skip to content

Commit fb61e3b

Browse files
Bump the patch-updates group with 5 updates
Bumps the patch-updates group with 5 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/check](https://github.com/withastro/language-tools/tree/HEAD/packages/astro-check) | `0.9.4` | `0.9.5` | | [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.12` | `4.0.13` | | [@iconify-json/material-symbols](https://github.com/iconify/icon-sets) | `1.2.40` | `1.2.42` | | [katex](https://github.com/KaTeX/KaTeX) | `0.16.23` | `0.16.25` | | [@astrojs/ts-plugin](https://github.com/withastro/language-tools/tree/HEAD/packages/ts-plugin) | `1.10.4` | `1.10.5` | Updates `@astrojs/check` from 0.9.4 to 0.9.5 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/HEAD/packages/astro-check) Updates `@astrojs/rss` from 4.0.12 to 4.0.13 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro-rss/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/[email protected]/packages/astro-rss) Updates `@iconify-json/material-symbols` from 1.2.40 to 1.2.42 - [Commits](https://github.com/iconify/icon-sets/commits) Updates `katex` from 0.16.23 to 0.16.25 - [Release notes](https://github.com/KaTeX/KaTeX/releases) - [Changelog](https://github.com/KaTeX/KaTeX/blob/main/CHANGELOG.md) - [Commits](KaTeX/KaTeX@v0.16.23...v0.16.25) Updates `@astrojs/ts-plugin` from 1.10.4 to 1.10.5 - [Release notes](https://github.com/withastro/language-tools/releases) - [Changelog](https://github.com/withastro/language-tools/blob/main/packages/ts-plugin/CHANGELOG.md) - [Commits](https://github.com/withastro/language-tools/commits/HEAD/packages/ts-plugin) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-version: 0.9.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@astrojs/rss" dependency-version: 4.0.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@iconify-json/material-symbols" dependency-version: 1.2.42 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: katex dependency-version: 0.16.25 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-updates - dependency-name: "@astrojs/ts-plugin" dependency-version: 1.10.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-updates ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 68d6736 commit fb61e3b

File tree

2 files changed

+222
-196
lines changed

2 files changed

+222
-196
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"preinstall": "npx only-allow pnpm"
1717
},
1818
"dependencies": {
19-
"@astrojs/check": "^0.9.4",
20-
"@astrojs/rss": "^4.0.12",
19+
"@astrojs/check": "^0.9.5",
20+
"@astrojs/rss": "^4.0.13",
2121
"@astrojs/sitemap": "^3.6.0",
2222
"@astrojs/svelte": "7.2.0",
2323
"@astrojs/tailwind": "^6.0.2",
@@ -28,15 +28,15 @@
2828
"@fontsource/roboto": "^5.2.8",
2929
"@iconify-json/fa6-regular": "^1.2.4",
3030
"@iconify-json/fa6-solid": "^1.2.4",
31-
"@iconify-json/material-symbols": "^1.2.40",
31+
"@iconify-json/material-symbols": "^1.2.43",
3232
"@iconify/svelte": "^4.2.0",
3333
"@swup/astro": "^1.7.0",
3434
"@tailwindcss/typography": "^0.5.19",
3535
"astro": "5.13.10",
3636
"astro-expressive-code": "^0.41.3",
3737
"astro-icon": "^1.1.5",
3838
"hastscript": "^9.0.1",
39-
"katex": "^0.16.23",
39+
"katex": "^0.16.25",
4040
"markdown-it": "^14.1.0",
4141
"mdast-util-to-string": "^4.0.0",
4242
"overlayscrollbars": "^2.12.0",
@@ -61,7 +61,7 @@
6161
"unist-util-visit": "^5.0.0"
6262
},
6363
"devDependencies": {
64-
"@astrojs/ts-plugin": "^1.10.4",
64+
"@astrojs/ts-plugin": "^1.10.5",
6565
"@biomejs/biome": "2.2.5",
6666
"@iconify-json/fa6-brands": "^1.2.6",
6767
"@rollup/plugin-yaml": "^4.1.2",

0 commit comments

Comments
 (0)