Skip to content

Commit 7a219b1

Browse files
committed
feat: adding updates to the "Using Plugins" section. Also upgraded to Starlight 0.3.0 and Astro 5.0
1 parent f4f1612 commit 7a219b1

File tree

6 files changed

+805
-605
lines changed

6 files changed

+805
-605
lines changed

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,25 @@
1313
},
1414
"dependencies": {
1515
"@astrojs/check": "^0.9.4",
16-
"@astrojs/react": "^3.6.3",
17-
"@astrojs/starlight": "^0.28.6",
18-
"@astrojs/starlight-tailwind": "^2.0.3",
16+
"@astrojs/react": "^4.1.1",
17+
"@astrojs/starlight": "^0.30.2",
18+
"@astrojs/starlight-tailwind": "^3.0.0",
1919
"@astrojs/tailwind": "^5.1.3",
20-
"@expressive-code/plugin-line-numbers": "^0.37.1",
21-
"@iconify-json/mdi": "^1.2.1",
22-
"@types/react": "^18.3.16",
23-
"@types/react-dom": "^18.3.5",
24-
"astro": "^4.16.17",
25-
"astro-embed": "^0.7.4",
20+
"@expressive-code/plugin-line-numbers": "^0.38.3",
21+
"@iconify-json/mdi": "^1.2.2",
22+
"@types/react": "^19.0.1",
23+
"@types/react-dom": "^19.0.2",
24+
"astro": "^5.0.9",
25+
"astro-embed": "^0.9.0",
2626
"astro-icon": "^1.1.4",
27-
"firebase-tools": "^13.29.0",
27+
"firebase-tools": "^13.29.1",
2828
"prettier": "^3.4.2",
29-
"react": "^18.3.1",
30-
"react-dom": "^18.3.1",
29+
"react": "^19.0.0",
30+
"react-dom": "^19.0.0",
3131
"rehype-external-links": "^3.0.0",
32-
"sharp": "^0.32.6",
33-
"starlight-links-validator": "^0.12.4",
34-
"starlight-showcases": "^0.2.0",
32+
"sharp": "^0.33.5",
33+
"starlight-links-validator": "^0.13.4",
34+
"starlight-showcases": "^0.3.0",
3535
"tailwindcss": "^3.4.16",
3636
"typescript": "^5.7.2"
3737
}

0 commit comments

Comments
 (0)