Skip to content

Commit f8ef9be

Browse files
chore(deps): update dependency astro to v6
1 parent 7bca850 commit f8ef9be

File tree

3 files changed

+176
-226
lines changed

3 files changed

+176
-226
lines changed

packages/emoji-blast-site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/node": "^25.0.0",
1818
"@types/react": "^19.1.8",
1919
"@types/react-dom": "^19.1.6",
20-
"astro": "^5.11.0",
20+
"astro": "^6.0.0",
2121
"clsx": "^2.1.1",
2222
"dedent": "^1.6.0",
2323
"emoji-blast": "workspace:",

packages/konami-emoji-blast-astro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"main": "lib/index.js",
2525
"types": "lib/index.d.ts",
2626
"devDependencies": {
27-
"astro": "^5.11.0"
27+
"astro": "^6.0.0"
2828
},
2929
"peerDependencies": {
30-
"astro": "^2 || ^3 || ^4 || ^5.0.0",
30+
"astro": "^2 || ^3 || ^4 || ^5.0.0 || ^6.0.0",
3131
"konami-emoji-blast": "workspace:"
3232
}
3333
}

0 commit comments

Comments
 (0)