Skip to content

Commit 440fa40

Browse files
authored
Merge branch 'ep2025' into ep2025-faq
2 parents 6b63930 + 0aceaf0 commit 440fa40

File tree

3 files changed

+2558
-3642
lines changed

3 files changed

+2558
-3642
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@ updates:
33
- package-ecosystem: "npm"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
7+
groups:
8+
react-dependencies:
9+
patterns:
10+
- "react"
11+
- "react-dom"
12+
- "@types/react"
713

814
- package-ecosystem: "github-actions"
915
directory: "/"
1016
schedule:
11-
interval: "weekly"
17+
interval: "monthly"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@
1313
"dependencies": {
1414
"@astro-community/astro-embed-youtube": "^0.5.6",
1515
"@astrojs/check": "^0.9.4",
16-
"@astrojs/mdx": "^4.2.1",
17-
"@astrojs/react": "^4.2.1",
16+
"@astrojs/mdx": "^4.2.3",
17+
"@astrojs/react": "^4.2.3",
1818
"@astrojs/sitemap": "^3.3.0",
1919
"@astrojs/tailwind": "^5.1.4",
2020
"@fontsource-variable/inter": "^5.1.1",
2121
"@tailwindcss/typography": "^0.5.16",
22-
"@types/react": "^19.0.12",
23-
"@types/react-dom": "^19.0.4",
22+
"@types/react": "^19.1.0",
23+
"@types/react-dom": "^19.1.1",
2424
"astro": "^5.1.6",
2525
"astro-delete-unused-images": "^1.0.3",
2626
"astro-meta-tags": "^0.3.1",
@@ -30,14 +30,14 @@
3030
"date-fns-tz": "^3.2.0",
3131
"hastscript": "^9.0.0",
3232
"pagefind": "^1.3.0",
33-
"react": "^19.0.0",
34-
"react-dom": "^19.0.0",
33+
"react": "^19.1.0",
34+
"react-dom": "^19.1.0",
3535
"rehype-autolink-headings": "^7.1.0",
3636
"rehype-slug": "^6.0.0",
3737
"remark-toc": "^9.0.0",
38-
"sharp": "^0.33.5",
38+
"sharp": "^0.34.0",
3939
"tailwindcss": "^3.4.17",
40-
"typescript": "^5.7.3"
40+
"typescript": "^5.8.3"
4141
},
4242
"devDependencies": {
4343
"prettier": "^3.4.2",

0 commit comments

Comments
 (0)