Compare commits

...

3 Commits

Author SHA1 Message Date
release-bot
3c8f0894b0 chore(release): bump version to v26.04.13.a [skip ci] 2026-04-13 18:09:17 +00:00
7d1c318840 Merge pull request 'chore(deps): update dependency astro to v6.1.6' (#30) from renovate/astro-monorepo into main
All checks were successful
Changelog + Release on main / changelog_and_release (push) Successful in 10m59s
2026-04-13 18:03:10 +00:00
renovate[bot]
846f207a4d chore(deps): update dependency astro to v6.1.6 2026-04-13 18:02:09 +00:00
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "computing-box",
"version": "26.4.0-9.b",
"version": "26.4.1-3.a",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "computing-box",
"version": "26.4.0-9.b",
"version": "26.4.1-3.a",
"dependencies": {
"astro": "^6.1.1"
}
@@ -1711,9 +1711,9 @@
}
},
"node_modules/astro": {
"version": "6.1.5",
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.5.tgz",
"integrity": "sha512-AJVw/JlssxUCBFi3Hp4djL8Pt7wUQqStBBawCd8cNGBBM2lBzp/rXGguzt4OcMfW+86fs0hpFwMyopHM2r6d3g==",
"version": "6.1.6",
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.6.tgz",
"integrity": "sha512-pRsz+kYriwCV/AUcY/I9OVKtVHuYFs2DtCszAxprXded/kTE53nMwxfnK0Nf6FPfaX9vcUiLnigcSIhuFoKntA==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^3.0.1",

View File

@@ -1,7 +1,7 @@
{
"name": "computing-box",
"type": "module",
"version": "26.4.0-9.b",
"version": "26.4.1-3.a",
"scripts": {
"dev": "astro dev",
"build": "astro build",