full site update

This commit is contained in:
2025-07-24 18:46:24 +02:00
parent bfe2b90d8d
commit 37a6e0ab31
6912 changed files with 540482 additions and 361712 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@astrojs/prism",
"version": "3.1.0",
"version": "3.3.0",
"description": "Add Prism syntax highlighting support to your Astro site",
"author": "withastro",
"type": "module",
@@ -8,7 +8,7 @@
"bugs": "https://github.com/withastro/astro/issues",
"repository": {
"type": "git",
"url": "https://github.com/withastro/astro.git",
"url": "git+https://github.com/withastro/astro.git",
"directory": "packages/astro-prism"
},
"homepage": "https://docs.astro.build/en/reference/api-reference/#prism-",
@@ -27,14 +27,14 @@
"astro-component"
],
"dependencies": {
"prismjs": "^1.29.0"
"prismjs": "^1.30.0"
},
"devDependencies": {
"@types/prismjs": "1.26.3",
"@types/prismjs": "1.26.5",
"astro-scripts": "0.0.14"
},
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
"node": "18.20.8 || ^20.3.0 || >=22.0.0"
},
"scripts": {
"build": "astro-scripts build \"src/**/*.ts\" && tsc -p ./tsconfig.json",