Skip to content

Commit e3edad2

Browse files
authored
Update packages and remove experimental. (#1187)
1 parent 175412a commit e3edad2

File tree

3 files changed

+707
-1205
lines changed

3 files changed

+707
-1205
lines changed

astro.config.mjs

-3
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,4 @@ export default defineConfig({
8383
remotePatterns: [{ protocol: "https" }],
8484
domains: ["programme.europython.eu", "placehold.co"],
8585
},
86-
experimental: {
87-
svg: true,
88-
},
8986
});

package.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"dependencies": {
1414
"@astro-community/astro-embed-youtube": "^0.5.6",
1515
"@astrojs/check": "^0.9.4",
16-
"@astrojs/mdx": "^4.2.3",
17-
"@astrojs/react": "^4.2.3",
18-
"@astrojs/sitemap": "^3.3.0",
16+
"@astrojs/mdx": "^4.2.5",
17+
"@astrojs/react": "^4.2.5",
18+
"@astrojs/sitemap": "^3.3.1",
1919
"@astrojs/tailwind": "^5.1.5",
2020
"@fontsource-variable/inter": "^5.2.5",
2121
"@fortawesome/fontawesome-free": "^6.7.2",
2222
"@tailwindcss/typography": "^0.5.16",
23-
"@types/react": "^19.1.0",
24-
"@types/react-dom": "^19.1.1",
25-
"astro": "^5.5.2",
23+
"@types/react": "^19.1.2",
24+
"@types/react-dom": "^19.1.2",
25+
"astro": "^5.7.5",
2626
"astro-delete-unused-images": "^1.0.3",
2727
"astro-meta-tags": "^0.3.1",
2828
"astro-pagefind": "^1.8.3",
@@ -32,15 +32,16 @@
3232
"date-fns-tz": "^3.2.0",
3333
"hastscript": "^9.0.1",
3434
"js-yaml": "^4.1.0",
35-
"marked": "^15.0.7",
35+
"marked": "^15.0.11",
3636
"pagefind": "^1.3.0",
3737
"react": "^19.1.0",
3838
"react-dom": "^19.1.0",
3939
"rehype-autolink-headings": "^7.1.0",
4040
"rehype-slug": "^6.0.0",
4141
"remark-toc": "^9.0.0",
42-
"sharp": "^0.34.0",
43-
"tailwindcss": "^3.4.17"
42+
"sharp": "^0.34.1",
43+
"tailwindcss": "^3.4.17",
44+
"typescript": "^5.8.3"
4445
},
4546
"devDependencies": {
4647
"@types/js-yaml": "^4.0.9",

0 commit comments

Comments
 (0)