Skip to content

Commit

Permalink
feat: bump to vuepress 2.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Nov 18, 2023
1 parent 49d6ff2 commit dd95d69
Show file tree
Hide file tree
Showing 8 changed files with 967 additions and 977 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*
cache: pnpm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*

Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export default defineUserConfig({
{ text: 'Home', link: '/' },
{ text: 'Guide', link: '/guide/' },
{ text: 'Demo', link: '/demo/' },
{ text: 'VuePress v1', link: 'https://sns.goyfe.com' },
{ text: 'VuePress v1', link: 'https://social-share-v1.ntnyq.com' },
{
text: 'Changelog',
link: 'https://github.com/ntnyq/vuepress-plugin-social-share/releases',
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vuepress-plugin-social-share",
"type": "module",
"version": "2.0.0-beta.17",
"packageManager": "pnpm@8.7.4",
"packageManager": "pnpm@8.10.5",
"description": "Social sharing plugin for VuePress",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -53,9 +53,9 @@
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"vuepress": "2.0.0-beta.67",
"vuepress-vite": "2.0.0-beta.67",
"vuepress-webpack": "2.0.0-beta.67"
"vuepress": "2.0.0-rc.0",
"vuepress-vite": "2.0.0-rc.0",
"vuepress-webpack": "2.0.0-rc.0"
},
"peerDependenciesMeta": {
"vuepress": {
Expand All @@ -69,28 +69,28 @@
}
},
"dependencies": {
"@types/qrcode": "^1.5.2",
"@vuepress/client": "2.0.0-beta.67",
"@types/qrcode": "^1.5.5",
"@vuepress/client": "2.0.0-rc.0",
"deepmerge": "^4.3.1",
"qrcode": "^1.5.3",
"vue": "^3.3.4"
"vue": "^3.3.8"
},
"devDependencies": {
"@ntnyq/eslint-config": "^1.13.0",
"@ntnyq/prettier-config": "^1.13.0",
"@types/node": "^20.5.9",
"@ntnyq/eslint-config": "^1.19.0",
"@ntnyq/prettier-config": "^1.19.0",
"@types/node": "^20.9.2",
"bumpp": "^9.2.0",
"copyfiles": "^2.4.1",
"eslint": "^8.48.0",
"eslint": "^8.54.0",
"husky": "^8.0.3",
"nano-staged": "^0.8.0",
"npm-run-all": "^4.1.5",
"pnpm": "^8.7.4",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"pnpm": "^8.10.5",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"tsc-watch": "^6.0.4",
"typescript": "^5.2.2",
"vuepress": "2.0.0-beta.67"
"vuepress": "2.0.0-rc.0"
},
"pnpm": {
"peerDependencyRules": {
Expand Down

0 comments on commit dd95d69

Please sign in to comment.