Skip to content

Commit 4a8c9ea

Browse files
committed
Update astro to v5.4.2
1 parent 3b4d059 commit 4a8c9ea

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

.astro/content-assets.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default new Map();

.astro/content-modules.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export default new Map();

.astro/data-store.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[["Map",1,2],"meta::meta",["Map",3,4,5,6],"astro-version","5.4.2","astro-config-digest","{\"root\":{},\"srcDir\":{},\"publicDir\":{},\"outDir\":{},\"cacheDir\":{},\"site\":\"https://codyroby.com/\",\"compressHTML\":true,\"base\":\"/\",\"trailingSlash\":\"never\",\"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,\"allowedHosts\":[]},\"redirects\":{},\"image\":{\"endpoint\":{\"route\":\"/_image\",\"entrypoint\":\"astro/assets/endpoint/node\"},\"service\":{\"entrypoint\":\"astro/assets/services/sharp\",\"config\":{}},\"domains\":[\"cdn.pixabay.com\"],\"remotePatterns\":[]},\"devToolbar\":{\"enabled\":true},\"markdown\":{\"syntaxHighlight\":\"shiki\",\"shikiConfig\":{\"langs\":[],\"langAlias\":{},\"theme\":\"github-dark\",\"themes\":{},\"wrap\":false,\"transformers\":[]},\"remarkPlugins\":[null],\"rehypePlugins\":[null,null],\"remarkRehype\":{},\"gfm\":true,\"smartypants\":true},\"security\":{\"checkOrigin\":true},\"env\":{\"schema\":{},\"validateSecrets\":false},\"experimental\":{\"clientPrerender\":false,\"contentIntellisense\":false,\"responsiveImages\":false,\"serializeConfig\":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": 1737364972576
3+
"lastUpdateCheck": 1741181348330
44
}
55
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"fix:prettier": "prettier -w ."
2323
},
2424
"dependencies": {
25-
"@astrojs/node": "^8.3.4",
26-
"@astrojs/react": "^3.6.2",
27-
"@astrojs/rss": "^4.0.8",
28-
"@astrojs/sitemap": "^3.2.0",
25+
"@astrojs/node": "^9.1.2",
26+
"@astrojs/react": "^4.2.1",
27+
"@astrojs/rss": "^4.0.11",
28+
"@astrojs/sitemap": "^3.2.1",
2929
"@astrolib/analytics": "^0.6.1",
3030
"@astrolib/seo": "^1.0.0-beta.8",
3131
"@fontsource-variable/inter": "^5.1.0",
3232
"@iconify/react": "^5.0.2",
3333
"@types/react": "^18.3.11",
3434
"@types/react-dom": "^18.3.1",
35-
"astro": "^4.16.2",
35+
"astro": "^5.4.2",
3636
"astro-embed": "^0.7.4",
3737
"astro-icon": "^1.1.1",
3838
"axios": "^1.7.7",
@@ -47,9 +47,9 @@
4747
},
4848
"devDependencies": {
4949
"@astrojs/check": "^0.9.4",
50-
"@astrojs/mdx": "^3.1.8",
51-
"@astrojs/partytown": "^2.1.2",
52-
"@astrojs/tailwind": "5.1.2",
50+
"@astrojs/mdx": "^4.1.0",
51+
"@astrojs/partytown": "^2.1.4",
52+
"@astrojs/tailwind": "^6.0.0",
5353
"@eslint/js": "^9.12.0",
5454
"@iconify-json/flat-color-icons": "^1.2.0",
5555
"@iconify-json/tabler": "^1.2.5",

0 commit comments

Comments
 (0)