Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ntnyq committed Sep 17, 2024
1 parent 4cf693c commit d04aad5
Show file tree
Hide file tree
Showing 7 changed files with 512 additions and 664 deletions.
4 changes: 2 additions & 2 deletions docs/.vuepress/config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { defineUserConfig } from 'vuepress'
import { viteBundler } from '@vuepress/bundler-vite'
import { defaultTheme } from '@vuepress/theme-default'
import { shikiPlugin } from '@vuepress/plugin-shiki'
import { defaultTheme } from '@vuepress/theme-default'
import { defineUserConfig } from 'vuepress'
import { socialSharePlugin } from 'vuepress-plugin-social-share'
import type { SocialShareNetworkData } from 'vuepress-plugin-social-share'

Expand Down
20 changes: 10 additions & 10 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.22",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"description": "Social sharing plugin for VuePress",
"keywords": [
"vuepress",
Expand Down Expand Up @@ -61,24 +61,24 @@
"@vuepress/helper": "^2.0.0-rc.42",
"deepmerge": "^4.3.1",
"qrcode": "^1.5.4",
"vue": "^3.5.3"
"vue": "^3.5.6"
},
"devDependencies": {
"@ntnyq/eslint-config": "^3.0.0-beta.8",
"@ntnyq/prettier-config": "^1.21.2",
"@types/node": "^22.5.4",
"@ntnyq/eslint-config": "^3.0.0-beta.13",
"@ntnyq/prettier-config": "^1.21.3",
"@types/node": "^22.5.5",
"bumpp": "^9.5.2",
"copyfiles": "^2.4.1",
"eslint": "^9.10.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"nano-staged": "^0.8.0",
"npm-run-all2": "^6.2.2",
"pnpm": "^9.9.0",
"npm-run-all2": "^6.2.3",
"pnpm": "^9.10.0",
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"tsc-watch": "^6.2.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"typescript": "^5.6.2",
"vitest": "^2.1.1",
"vuepress": "^2.0.0-rc.15"
},
"prettier": "@ntnyq/prettier-config",
Expand Down
Loading

0 comments on commit d04aad5

Please sign in to comment.