Skip to content

Commit 68b1d60

Browse files
authored
Merge branch 'ep2025' into ep2025-sponsorship
2 parents 64dfdf5 + 74c7cdb commit 68b1d60

File tree

3 files changed

+888
-220
lines changed

3 files changed

+888
-220
lines changed

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: make preview BRANCH=$GITHUB_BRANCH_NAME
5353

5454
- name: Update PR Comment
55-
uses: actions/github-script@v6
55+
uses: actions/github-script@v7
5656
if: github.event_name == 'pull_request'
5757

5858
with:

package.json

Lines changed: 4 additions & 4 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.0.5",
17-
"@astrojs/react": "^4.1.4",
16+
"@astrojs/mdx": "^4.1.0",
17+
"@astrojs/react": "^4.2.1",
1818
"@astrojs/sitemap": "^3.2.1",
1919
"@astrojs/tailwind": "^5.1.4",
2020
"@fontsource-variable/inter": "^5.1.1",
2121
"@tailwindcss/typography": "^0.5.16",
22-
"@types/react": "^19.0.7",
23-
"@types/react-dom": "^18.3.5",
22+
"@types/react": "^19.0.10",
23+
"@types/react-dom": "^19.0.4",
2424
"astro": "^5.1.6",
2525
"astro-meta-tags": "^0.3.1",
2626
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)