Commit staged changes

This commit is contained in:
Frank Schwenk
2025-06-05 18:08:47 +02:00
parent 501e064711
commit 03cb869a0a
4 changed files with 7 additions and 11 deletions

Submodule .cursor deleted from 24996c0e13

3
.gitmodules vendored
View File

@@ -1,3 +0,0 @@
[submodule ".cursor"]
path = .cursor
url = ssh://git@gitea.schwenk.online:2222/froxxxy/cursorrules.git

10
package-lock.json generated
View File

@@ -8,7 +8,7 @@
"name": "growing-galaxy",
"version": "0.0.1",
"dependencies": {
"astro": "^5.8.2"
"astro": "^5.9.0"
}
},
"node_modules/@astrojs/compiler": {
@@ -1501,12 +1501,12 @@
}
},
"node_modules/astro": {
"version": "5.8.2",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.8.2.tgz",
"integrity": "sha512-t0TBpBdVluA2QVmbFBwpIqmTvBwNhIz1XTIT1BWPkDkoIgsiEMf6BOZqcoGG7f4GVKkUB9bTgMOhPgU3tbJ6vQ==",
"version": "5.9.0",
"resolved": "https://registry.npmjs.org/astro/-/astro-5.9.0.tgz",
"integrity": "sha512-AHF7oZDBQRwggHUG0bwBhRQjrDD+vJpCtPd0/GVxDB1hGRV0SQuFWS0UHX5bYczIqFcao1z9o9o0r2rQtHrTMg==",
"license": "MIT",
"dependencies": {
"@astrojs/compiler": "^2.11.0",
"@astrojs/compiler": "^2.12.0",
"@astrojs/internal-helpers": "0.6.1",
"@astrojs/markdown-remark": "6.3.2",
"@astrojs/telemetry": "3.3.0",

View File

@@ -9,6 +9,6 @@
"astro": "astro"
},
"dependencies": {
"astro": "^5.8.2"
"astro": "^5.9.0"
}
}