Skip to content

Commit 9545a96

Browse files
committed
Update Astro and dependencies
1 parent ad12ac1 commit 9545a96

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.astro/data-store.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[["Map",1,2],"meta::meta",["Map",3,4],"astro-version","5.0.5"]
1+
[["Map",1,2],"meta::meta",["Map",3,4,5,6],"astro-version","5.1.3","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"compressHTML\":true,\"base\":\"/\",\"trailingSlash\":\"ignore\",\"output\":\"static\",\"scopedStyleStrategy\":\"attribute\",\"build\":{\"format\":\"directory\",\"client\":{},\"server\":{},\"assets\":\"_astro\",\"serverEntry\":\"entry.mjs\",\"redirects\":true,\"inlineStylesheets\":\"auto\",\"concurrency\":1},\"server\":{\"open\":false,\"host\":false,\"port\":4321,\"streaming\":true},\"redirects\":{},\"image\":{\"endpoint\":{\"route\":\"/_image\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[],\"remotePatterns\":[]},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":\"shiki\",\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[],\"rehypePlugins\":[],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":false,\"contentIntellisense\":false,\"responsiveImages\":false},\"legacy\":{\"collections\":false}}"]

.astro/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"_variables": {
3-
"lastUpdateCheck": 1733168096785
3+
"lastUpdateCheck": 1736275209506
44
}
55
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "accessible-astro-starter",
33
"description": "An Accessible Starter Theme for Astro including several accessibility features and tools to help you build faster.",
4-
"version": "3.2.3",
4+
"version": "3.2.4",
55
"author": "Mark Teekman",
66
"homepage": "https://accessible-astro.netlify.app/",
77
"scripts": {
@@ -11,14 +11,14 @@
1111
"preview": "astro preview"
1212
},
1313
"devDependencies": {
14-
"@astrojs/mdx": "^4.0.2",
15-
"@astrojs/partytown": "^2.1.2",
16-
"@astrojs/tailwind": "^5.1.3",
14+
"@astrojs/mdx": "^4.0.3",
15+
"@astrojs/partytown": "^2.1.3",
16+
"@astrojs/tailwind": "^5.1.4",
1717
"@iconify-json/ion": "^1.2.1",
1818
"@iconify-json/mdi": "^1.2.1",
1919
"@typescript-eslint/eslint-plugin": "^6.21.0",
2020
"@typescript-eslint/parser": "^6.21.0",
21-
"astro": "^5.0.5",
21+
"astro": "^5.1.3",
2222
"astro-compress": "^2.3.5",
2323
"astro-icon": "^1.1.4",
2424
"eslint": "^8.57.0",

0 commit comments

Comments
 (0)