full site update
This commit is contained in:
10
node_modules/@astrojs/prism/package.json
generated
vendored
10
node_modules/@astrojs/prism/package.json
generated
vendored
@@ -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",
|
||||
|
Reference in New Issue
Block a user