Skip to content

Commit

Permalink
feat: bump vuepress to v2.0.0-rc.19
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Dec 11, 2024
1 parent 842ff83 commit 8aa38c6
Show file tree
Hide file tree
Showing 8 changed files with 2,203 additions and 1,988 deletions.
12 changes: 11 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,14 @@ shareImage: /hero.png
tags: VuePress, plugin, SocialShare
---

<social-share :networks="['qrcode', 'wechat', 'qq', 'twitter', 'facebook', 'weibo', 'email', 'pinterest']" />
<social-share :networks="[
'qrcode',
'wechat',
'qq',
'twitter',
'facebook',
'weibo',
'email',
'pinterest'
]"
/>
10 changes: 5 additions & 5 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"dev": "vuepress dev ."
},
"devDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.18",
"@vuepress/plugin-shiki": "^2.0.0-rc.57",
"@vuepress/theme-default": "^2.0.0-rc.58",
"sass-embedded": "^1.80.4",
"vuepress": "^2.0.0-rc.18",
"@vuepress/bundler-vite": "^2.0.0-rc.19",
"@vuepress/plugin-shiki": "^2.0.0-rc.65",
"@vuepress/theme-default": "^2.0.0-rc.65",
"sass-embedded": "^1.82.0",
"vuepress": "^2.0.0-rc.19",
"vuepress-plugin-social-share": "workspace:*"
}
}
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"name": "vuepress-plugin-social-share",
"type": "module",
"version": "2.0.0-beta.23",
"packageManager": "pnpm@9.12.3",
"packageManager": "pnpm@9.15.0",
"description": "Social sharing plugin for VuePress",
"keywords": [
"vuepress",
"vuepress-plugin",
"facebook",
"share",
"sns",
"social",
"social-share",
"sns",
"facebook",
"twitter",
"vuepress",
"vuepress-plugin",
"weibo"
],
"license": "MIT",
Expand All @@ -21,10 +21,10 @@
"email": "ntnyq13@gmail.com"
},
"homepage": "https://social-share.ntnyq.com",
"repository": "ntnyq/vuepress-plugin-social-share",
"bugs": {
"url": "https://github.com/ntnyq/vuepress-plugin-social-share/issues"
},
"repository": "ntnyq/vuepress-plugin-social-share",
"exports": {
".": "./dist/node/index.js",
"./client": "./dist/client/index.js",
Expand Down Expand Up @@ -54,34 +54,33 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vuepress": "^2.0.0-rc.15"
"vuepress": "^2.0.0-rc.19"
},
"dependencies": {
"@types/qrcode": "^1.5.5",
"@vuepress/helper": "^2.0.0-rc.57",
"@vuepress/helper": "^2.0.0-rc.65",
"deepmerge": "^4.3.1",
"qrcode": "^1.5.4",
"vue": "^3.5.12"
"vue": "^3.5.13"
},
"devDependencies": {
"@ntnyq/eslint-config": "^3.1.1",
"@ntnyq/prettier-config": "^1.21.3",
"@types/node": "^22.8.1",
"bumpp": "^9.7.1",
"@ntnyq/eslint-config": "^3.9.1",
"@ntnyq/prettier-config": "^1.22.0",
"@types/node": "^22.10.2",
"bumpp": "^9.9.0",
"copyfiles": "^2.4.1",
"eslint": "^9.13.0",
"husky": "^9.1.6",
"eslint": "^9.16.0",
"husky": "^9.1.7",
"nano-staged": "^0.8.0",
"npm-run-all2": "^7.0.1",
"pnpm": "^9.12.3",
"prettier": "^3.3.3",
"pnpm": "^9.15.0",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"tsc-watch": "^6.2.0",
"typescript": "^5.6.3",
"vitest": "^2.1.3",
"vuepress": "^2.0.0-rc.18"
"tsc-watch": "^6.2.1",
"typescript": "^5.7.2",
"vitest": "^2.1.8",
"vuepress": "^2.0.0-rc.19"
},
"prettier": "@ntnyq/prettier-config",
"nano-staged": {
"*.{js,ts,cjs,mjs,vue,yml,yaml,md,json}": "eslint --fix"
}
Expand Down
Loading

0 comments on commit 8aa38c6

Please sign in to comment.