This commit is contained in:
dependabot[bot] 2025-03-12 06:40:07 +00:00 committed by GitHub
commit b3e4878e95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 502 additions and 1196 deletions

View File

@ -0,0 +1,2 @@
---
---

View File

@ -14,7 +14,7 @@
"lint:fix": "biome check --apply ." "lint:fix": "biome check --apply ."
}, },
"devDependencies": { "devDependencies": {
"@biomejs/biome": "^1.7.1", "@biomejs/biome": "^1.8.3",
"@changesets/cli": "2.27.1" "@changesets/cli": "2.27.7"
} }
} }

View File

@ -44,7 +44,7 @@
"astro": ">=4.5.0" "astro": ">=4.5.0"
}, },
"devDependencies": { "devDependencies": {
"@octokit/types": "^13.4.1" "@octokit/types": "^13.5.0"
}, },
"dependencies": { "dependencies": {
"@expressive-code/core": "^0.35.2", "@expressive-code/core": "^0.35.2",

View File

@ -15,9 +15,9 @@
"@matthiesenxyz/astro-gists": "workspace:*" "@matthiesenxyz/astro-gists": "workspace:*"
}, },
"devDependencies": { "devDependencies": {
"@astrojs/mdx": "^2.3.1", "@astrojs/mdx": "^3.1.3",
"@astrojs/check": "^0.5.10", "@astrojs/check": "^0.8.2",
"@types/node": "^20.12.7", "@types/node": "^20.14.11",
"typescript": "^5.4.5" "typescript": "^5.5.3"
} }
} }

File diff suppressed because it is too large Load Diff