Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
chore: bump vitepress
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Jun 9, 2023
1 parent ab9ff4e commit 162cdf1
Show file tree
Hide file tree
Showing 3 changed files with 285 additions and 163 deletions.
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"devDependencies": {
"@types/react": "^18.0.28",
"react": "^18.2.0",
"vitepress": "1.0.0-alpha.61",
"vitepress": "1.0.0-beta.1",
"vitepress-plugin-shiki-twoslash": "workspace:*",
"vue": "^3.2.47"
"vue": "^3.3.4"
}
}
21 changes: 5 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
"module": "dist/vitepress-plugin-shiki-twoslash.es.mjs",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"/dist"
],
"files": ["/dist"],
"exports": {
".": {
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -57,26 +55,19 @@
"vite": "^4.2.0",
"vite-plugin-dts": "^2.1.0",
"vite-plugin-static-copy": "^0.13.1",
"vitepress": "1.0.0-alpha.61",
"vitepress": "1.0.0-beta.1",
"vitest": "^0.29.3"
},
"license": "MIT",
"repository": "wagmi-dev/vitepress-plugin-shiki-twoslash",
"authors": [
"awkweb.eth"
],
"authors": ["awkweb.eth"],
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/wagmi-dev"
}
],
"keywords": [
"vitepress",
"plugin",
"shiki",
"twoslash"
],
"keywords": ["vitepress", "plugin", "shiki", "twoslash"],
"simple-git-hooks": {
"pre-commit": "pnpm format && pnpm lint:fix"
},
Expand All @@ -87,9 +78,7 @@
"shiki-twoslash>shiki": "^0.14.1"
},
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
]
"ignoreMissing": ["@algolia/client-search"]
}
}
}
Loading

1 comment on commit 162cdf1

@vercel
Copy link

@vercel vercel bot commented on 162cdf1 Jun 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.