Skip to content

Commit 3418f55

Browse files
fix(deps): update npm-packages [skip ci]
1 parent bd7364a commit 3418f55

File tree

4 files changed

+308
-669
lines changed

4 files changed

+308
-669
lines changed

docs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@
2121
"start": "astro dev"
2222
},
2323
"dependencies": {
24-
"@astrojs/starlight": "^0.33.0",
25-
"@hideoo/starlight-plugins-docs-components": "^0.4.0",
24+
"@astrojs/starlight": "^0.37.3",
25+
"@hideoo/starlight-plugins-docs-components": "^0.4.1",
2626
"@trueberryless-org/starlight-plugins-docs-components": "workspace:*",
27-
"astro": "^5.6.1",
28-
"sharp": "^0.33.5",
29-
"starlight-contributor-list": "^0.3.0",
30-
"starlight-links-validator": "^0.17.1"
27+
"astro": "^5.16.13",
28+
"sharp": "^0.34.5",
29+
"starlight-contributor-list": "^0.3.2",
30+
"starlight-links-validator": "^0.19.2"
3131
},
3232
"packageManager": "pnpm@10.10.0",
3333
"engines": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
1919
},
2020
"devDependencies": {
21-
"@changesets/changelog-github": "^0.5.1",
22-
"@changesets/cli": "^2.29.7",
21+
"@changesets/changelog-github": "^0.5.2",
22+
"@changesets/cli": "^2.29.8",
2323
"@trivago/prettier-plugin-sort-imports": "5.2.2",
24-
"prettier": "3.6.2",
24+
"prettier": "3.8.1",
2525
"prettier-plugin-astro": "0.14.1"
2626
},
2727
"packageManager": "pnpm@10.10.0",

packages/starlight-plugins-docs-components/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"./package.json": "./package.json"
2828
},
2929
"dependencies": {
30-
"@hideoo/starlight-plugins-docs-components": "^0.4.0",
30+
"@hideoo/starlight-plugins-docs-components": "^0.4.1",
3131
"change-case": "^5.4.4",
32-
"starlight-showcases": "^0.2.0"
32+
"starlight-showcases": "^0.3.1"
3333
},
3434
"devDependencies": {
35-
"@astrojs/starlight": "^0.33.0",
36-
"astro": "^5.6.1"
35+
"@astrojs/starlight": "^0.37.3",
36+
"astro": "^5.16.13"
3737
},
3838
"peerDependencies": {
3939
"@astrojs/starlight": ">=0.32"

0 commit comments

Comments
 (0)