Skip to content

Commit

Permalink
Update npm dependencies, particularly shiki (#11654)
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough authored Jan 31, 2025
1 parent 7529e04 commit 18e8ab8
Show file tree
Hide file tree
Showing 2 changed files with 366 additions and 473 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"node": ">=22.11.0",
"pnpm": ">=9.12.3"
},
"packageManager": "pnpm@9.15.0",
"packageManager": "pnpm@9.15.4",
"scripts": {
"serve": "PRODUCTION=false tsx node_modules/@11ty/eleventy/cmd.cjs --serve --config=eleventy.config.ts",
"build-site-for-staging": "PRODUCTION=false OPTIMIZE=true tsx node_modules/@11ty/eleventy/cmd.cjs --config=eleventy.config.ts",
Expand All @@ -22,21 +22,21 @@
"@11ty/eleventy": "^3.0.0",
"@types/hast": "^3.0.4",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.2",
"firebase-tools": "^13.29.1",
"@types/node": "^22.12.0",
"firebase-tools": "^13.29.3",
"hast-util-from-html": "^2.0.3",
"hast-util-select": "^6.0.3",
"hast-util-to-text": "^4.0.2",
"html-minifier-terser": "^7.2.0",
"js-yaml": "^4.1.0",
"markdown-it": "^14.1.0",
"markdown-it-anchor": "^9.2.0",
"markdown-it-attrs": "^4.3.0",
"markdown-it-attrs": "^4.3.1",
"markdown-it-container": "^4.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"sass": "^1.83.0",
"shiki": "^1.24.2",
"sass": "^1.83.4",
"shiki": "^2.2.0",
"tsx": "^4.19.2"
}
}
Loading

0 comments on commit 18e8ab8

Please sign in to comment.