Bump @astrojs/starlight from 0.15.4 to 0.16.0
Bumps [@astrojs/starlight](https://github.com/withastro/starlight/tree/HEAD/packages/starlight) from 0.15.4 to 0.16.0. - [Release notes](https://github.com/withastro/starlight/releases) - [Changelog](https://github.com/withastro/starlight/blob/main/packages/starlight/CHANGELOG.md) - [Commits](https://github.com/withastro/starlight/commits/@astrojs/starlight@0.16.0/packages/starlight) --- updated-dependencies: - dependency-name: "@astrojs/starlight" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
18173ea8d6
commit
d5f078a729
|
@ -121,8 +121,8 @@ importers:
|
||||||
specifier: ^0.4.1
|
specifier: ^0.4.1
|
||||||
version: 0.4.1(typescript@5.3.3)
|
version: 0.4.1(typescript@5.3.3)
|
||||||
'@astrojs/starlight':
|
'@astrojs/starlight':
|
||||||
specifier: ^0.15.4
|
specifier: ^0.16.0
|
||||||
version: 0.15.4(astro@4.2.3)
|
version: 0.16.0(astro@4.2.3)
|
||||||
astro:
|
astro:
|
||||||
specifier: ^4.2.0
|
specifier: ^4.2.0
|
||||||
version: 4.2.3(@types/node@20.11.5)(sass@1.70.0)(typescript@5.3.3)
|
version: 4.2.3(@types/node@20.11.5)(sass@1.70.0)(typescript@5.3.3)
|
||||||
|
@ -297,8 +297,8 @@ packages:
|
||||||
zod: 3.22.4
|
zod: 3.22.4
|
||||||
dev: false
|
dev: false
|
||||||
|
|
||||||
/@astrojs/starlight@0.15.4(astro@4.2.3):
|
/@astrojs/starlight@0.16.0(astro@4.2.3):
|
||||||
resolution: {integrity: sha512-o3heYH+RltsCsvO3L0qLnnFJEakwLSRoxW4wFX2zDeDWta9BIpdSOo7+Zg+sSn7k9RPOhI9SGvdFx67B53I18Q==}
|
resolution: {integrity: sha512-zwSNiCqzZeiuivUp4Yhx+eMLGww8v8cRYoCYXg9myTXNUwphqPaVG3rp7dbaZ4y1MaejnjYWB444ZRItEgTDcQ==}
|
||||||
peerDependencies:
|
peerDependencies:
|
||||||
astro: ^4.0.0
|
astro: ^4.0.0
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@astrojs/check": "^0.4.1",
|
"@astrojs/check": "^0.4.1",
|
||||||
"@astrojs/starlight": "^0.15.4",
|
"@astrojs/starlight": "^0.16.0",
|
||||||
"astro": "^4.2.0",
|
"astro": "^4.2.0",
|
||||||
"sass": "^1.69.5",
|
"sass": "^1.69.5",
|
||||||
"sharp": "^0.32.6",
|
"sharp": "^0.32.6",
|
||||||
|
|
Loading…
Reference in New Issue