diff --git a/.cursor b/.cursor deleted file mode 160000 index 24996c0..0000000 --- a/.cursor +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 24996c0e135e724b315045563da974c45d0562c5 diff --git a/.gitmodules b/.gitmodules index a188a77..e69de29 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +0,0 @@ -[submodule ".cursor"] - path = .cursor - url = ssh://git@gitea.schwenk.online:2222/froxxxy/cursorrules.git diff --git a/package-lock.json b/package-lock.json index f37d173..45b3d5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/package.json b/package.json index e5cbf29..4ad373a 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^5.8.2" + "astro": "^5.9.0" } -} \ No newline at end of file +}