This commit is contained in:
Arunavo Ray
2025-09-13 23:39:50 +05:30
parent 18ecdbc252
commit 0caa53b67f
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@
"@astrojs/mdx": "4.3.5", "@astrojs/mdx": "4.3.5",
"@astrojs/node": "9.4.3", "@astrojs/node": "9.4.3",
"@astrojs/react": "^4.3.1", "@astrojs/react": "^4.3.1",
"@better-auth/sso": "^1.3.8", "@better-auth/sso": "^1.3.9",
"@octokit/plugin-throttling": "^11.0.1", "@octokit/plugin-throttling": "^11.0.1",
"@octokit/rest": "^22.0.0", "@octokit/rest": "^22.0.0",
"@radix-ui/react-accordion": "^1.2.12", "@radix-ui/react-accordion": "^1.2.12",
@@ -34,7 +34,7 @@
"@types/canvas-confetti": "^1.9.0", "@types/canvas-confetti": "^1.9.0",
"@types/react": "^19.1.12", "@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9", "@types/react-dom": "^19.1.9",
"astro": "^5.13.6", "astro": "^5.13.7",
"bcryptjs": "^3.0.2", "bcryptjs": "^3.0.2",
"better-auth": "^1.3.9", "better-auth": "^1.3.9",
"canvas-confetti": "^1.9.3", "canvas-confetti": "^1.9.3",

View File

@@ -1,7 +1,7 @@
{ {
"name": "gitea-mirror", "name": "gitea-mirror",
"type": "module", "type": "module",
"version": "3.6.0", "version": "3.7.0",
"engines": { "engines": {
"bun": ">=1.2.9" "bun": ">=1.2.9"
}, },