Skip to content

Commit 28ac4c1

Browse files
fix(deps): update astro
1 parent 23ce8d0 commit 28ac4c1

File tree

4 files changed

+332
-91
lines changed

4 files changed

+332
-91
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@typescript-eslint/parser": "8.53.0",
2121
"eslint": "9.36.0",
2222
"eslint-config-prettier": "10.1.8",
23-
"eslint-plugin-astro": "1.5.0",
23+
"eslint-plugin-astro": "1.6.0",
2424
"eslint-plugin-prettier": "5.5.5",
2525
"husky": "9.1.7",
2626
"prettier": "3.8.0",

packages/astro-asciidoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"@asciidoctor/core": "3.0.4"
7272
},
7373
"devDependencies": {
74-
"astro": "5.16.11",
74+
"astro": "5.17.2",
7575
"typescript": "5.9.3",
7676
"unbuild": "3.6.1"
7777
},

packages/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@astrojs/mdx": "^4.3.12",
19-
"astro": "5.16.11",
19+
"astro": "5.17.2",
2020
"astro-asciidoc": "workspace:*"
2121
}
2222
}

0 commit comments

Comments
 (0)