Compare commits

...

3 Commits

Author SHA1 Message Date
release-bot
7fa57cb782 chore(release): bump version to v26.03.30.b [skip ci] 2026-03-30 17:09:09 +00:00
6dc6eea401 Merge pull request 'chore(deps): update dependency astro to v6.1.2' (#24) from renovate/astro-6.x-lockfile into main
All checks were successful
Changelog + Release on main / changelog_and_release (push) Successful in 10m19s
Reviewed-on: #24
2026-03-30 17:03:39 +00:00
renovate[bot]
4302f6bbba chore(deps): update dependency astro to v6.1.2 2026-03-30 15:31:56 +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.3.3-0.a", "version": "26.3.3-0.b",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "computing-box", "name": "computing-box",
"version": "26.3.3-0.a", "version": "26.3.3-0.b",
"dependencies": { "dependencies": {
"astro": "^6.0.8" "astro": "^6.0.8"
} }
@@ -1711,9 +1711,9 @@
} }
}, },
"node_modules/astro": { "node_modules/astro": {
"version": "6.1.1", "version": "6.1.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-6.1.1.tgz", "resolved": "https://registry.npmjs.org/astro/-/astro-6.1.2.tgz",
"integrity": "sha512-vq8sHpu1JsY1fWAunn+tdKNbVDmLQNiVdyuGsVT2csgITdFGXXVAyEXFWc1DzkMN0ehElPeiHnqItyQOJK+GqA==", "integrity": "sha512-r3iIvmB6JvQxsdJLvapybKKq7Bojd1iQK6CCx5P55eRnXJIyUpHx/1UB/GdMm+em/lwaCUasxHCmIO0lCLV2uA==",
"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.3.3-0.a", "version": "26.3.3-0.b",
"scripts": { "scripts": {
"dev": "astro dev", "dev": "astro dev",
"build": "astro build", "build": "astro build",