Compare commits

...

6 Commits

Author SHA1 Message Date
release-bot
77b21dd42c chore(release): bump version to v26.04.15.a [skip ci] 2026-04-15 19:09:18 +00:00
da3c17456c Merge pull request 'chore(deps): update dependency astro to v6.1.7' (#32) from renovate/astro-monorepo into main
All checks were successful
Changelog + Release on main / changelog_and_release (push) Successful in 11m1s
2026-04-15 19:03:16 +00:00
renovate[bot]
fd16b4fc53 chore(deps): update dependency astro to v6.1.7 2026-04-15 19:02:22 +00:00
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", "name": "computing-box",
"version": "26.4.0-9.b", "version": "26.4.1-5.a",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "computing-box", "name": "computing-box",
"version": "26.4.0-9.b", "version": "26.4.1-5.a",
"dependencies": { "dependencies": {
"astro": "^6.1.1" "astro": "^6.1.1"
} }
@@ -1711,9 +1711,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "6.1.5", "version": "6.1.7",
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.5.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.7.tgz",
"integrity": "sha512-AJVw/JlssxUCBFi3Hp4djL8Pt7wUQqStBBawCd8cNGBBM2lBzp/rXGguzt4OcMfW+86fs0hpFwMyopHM2r6d3g==", "integrity": "sha512-pvZysIUV2C2nRv8N7cXAkCLcfDQz/axAxF09SqiTz1B+xnvbhy6KzL2I6J15ZBXk8k0TfMD75dJ151QyQmAqZA==",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@astrojs/compiler": "^3.0.1", "@astrojs/compiler": "^3.0.1",

View File

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