Bump the patch-minor group with 7 updates
Bumps the patch-minor group with 7 updates: | Package | From | To | | --- | --- | --- | | [@astrojs/check](https://github.com/withastro/astro/tree/HEAD/packages/language-tools/astro-check) | `0.9.7` | `0.9.8` | | [@astrojs/mdx](https://github.com/withastro/astro/tree/HEAD/packages/integrations/mdx) | `5.0.2` | `5.0.3` | | [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) | `10.0.2` | `10.0.4` | | [@astrojs/rss](https://github.com/withastro/astro/tree/HEAD/packages/astro-rss) | `4.0.17` | `4.0.18` | | [@astrojs/sitemap](https://github.com/withastro/astro/tree/HEAD/packages/integrations/sitemap) | `3.7.1` | `3.7.2` | | [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) | `6.0.4` | `6.1.1` | | [@biomejs/biome](https://github.com/biomejs/biome/tree/HEAD/packages/@biomejs/biome) | `2.4.7` | `2.4.9` | Updates `@astrojs/check` from 0.9.7 to 0.9.8 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/language-tools/astro-check/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/check@0.9.8/packages/language-tools/astro-check) Updates `@astrojs/mdx` from 5.0.2 to 5.0.3 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/mdx/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/mdx@5.0.3/packages/integrations/mdx) Updates `@astrojs/node` from 10.0.2 to 10.0.4 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/node@10.0.4/packages/integrations/node) Updates `@astrojs/rss` from 4.0.17 to 4.0.18 - [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/rss@4.0.18/packages/astro-rss) Updates `@astrojs/sitemap` from 3.7.1 to 3.7.2 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/sitemap/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/@astrojs/sitemap@3.7.2/packages/integrations/sitemap) Updates `astro` from 6.0.4 to 6.1.1 - [Release notes](https://github.com/withastro/astro/releases) - [Changelog](https://github.com/withastro/astro/blob/main/packages/astro/CHANGELOG.md) - [Commits](https://github.com/withastro/astro/commits/astro@6.1.1/packages/astro) Updates `@biomejs/biome` from 2.4.7 to 2.4.9 - [Release notes](https://github.com/biomejs/biome/releases) - [Changelog](https://github.com/biomejs/biome/blob/main/packages/@biomejs/biome/CHANGELOG.md) - [Commits](https://github.com/biomejs/biome/commits/@biomejs/biome@2.4.9/packages/@biomejs/biome) --- updated-dependencies: - dependency-name: "@astrojs/check" dependency-version: 0.9.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: "@astrojs/mdx" dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: "@astrojs/node" dependency-version: 10.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: "@astrojs/rss" dependency-version: 4.0.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: "@astrojs/sitemap" dependency-version: 3.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-minor - dependency-name: astro dependency-version: 6.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor - dependency-name: "@biomejs/biome" dependency-version: 2.4.9 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
017bf6e067
commit
5c9b54a5fd
2 changed files with 301 additions and 386 deletions
14
package.json
14
package.json
|
|
@ -44,13 +44,13 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@anthropic-ai/sdk": "^0.80.0",
|
||||
"@astrojs/check": "^0.9.7",
|
||||
"@astrojs/mdx": "^5.0.2",
|
||||
"@astrojs/node": "^10.0.2",
|
||||
"@astrojs/rss": "^4.0.17",
|
||||
"@astrojs/sitemap": "^3.7.1",
|
||||
"@astrojs/check": "^0.9.8",
|
||||
"@astrojs/mdx": "^5.0.3",
|
||||
"@astrojs/node": "^10.0.4",
|
||||
"@astrojs/rss": "^4.0.18",
|
||||
"@astrojs/sitemap": "^3.7.2",
|
||||
"@fontsource/exo-2": "^5.2.8",
|
||||
"astro": "^6.0.4",
|
||||
"astro": "^6.1.1",
|
||||
"astro-embed": "^0.12.0",
|
||||
"chart.js": "^4.5.1",
|
||||
"consola": "^3.4.2",
|
||||
|
|
@ -63,7 +63,7 @@
|
|||
"typescript": "^5.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@biomejs/biome": "^2.4.7",
|
||||
"@biomejs/biome": "^2.4.9",
|
||||
"@types/justified-layout": "^4.1.4",
|
||||
"@types/leaflet": "^1.9.21",
|
||||
"@types/leaflet.markercluster": "^1.5.6",
|
||||
|
|
|
|||
673
pnpm-lock.yaml
generated
673
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue