Skip to content

Commit

Permalink
deps: upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
ice1000 committed Oct 3, 2024
1 parent e6f61a3 commit 058828f
Show file tree
Hide file tree
Showing 3 changed files with 886 additions and 663 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aya-prover-docs",
"version": "1.0.0",
"packageManager": "pnpm@9.1.4",
"packageManager": "pnpm@9.12.0",
"description": "The documentation site of the Aya prover.",
"main": "index.js",
"scripts": {
Expand All @@ -21,18 +21,18 @@
},
"homepage": "https://github.com/aya-prover/aya-prover-docs#readme",
"dependencies": {
"@vscode/markdown-it-katex": "^1.0.3",
"@vscode/markdown-it-katex": "^1.1.0",
"markdown-it-footnote": "^4.0.0"
},
"devDependencies": {
"@types/markdown-it-footnote": "^3.0.4",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"vitepress": "1.2.3",
"vue": "^3.4.29"
"@vitejs/plugin-vue-jsx": "^4.0.1",
"vitepress": "1.3.4",
"vue": "^3.5.10"
},
"pnpm": {
"overrides": {
"katex": "^0.16.10"
"katex": "^0.16.11"
},
"peerDependencyRules": {
"ignoreMissing": [
Expand Down
Loading

0 comments on commit 058828f

Please sign in to comment.