Skip to content

Commit

Permalink
chore: release v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xsjcTony committed Dec 28, 2024
1 parent 0c33a1e commit 02d8535
Showing 1 changed file with 34 additions and 32 deletions.
66 changes: 34 additions & 32 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "remark-magic-link",
"version": "1.0.0",
"version": "1.0.1",
"description": "🔌 A remark plugin to turn {text} syntax into links, optionally with an icon",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.15.1",
"type": "module",
"author": "Aelita <https://github.com/xsjcTony>",
"license": "MIT",
Expand Down Expand Up @@ -61,33 +61,35 @@
},
"dependencies": {
"@types/mdast": "^4.0.4",
"hast-util-to-html": "^9.0.3",
"hast-util-to-html": "^9.0.4",
"hastscript": "^9.0.0",
"mdast-util-find-and-replace": "^3.0.1"
},
"devDependencies": {
"@aelita-dev/eslint-config": "3.2.8",
"@iconify/json": "^2.2.254",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.5.0",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.5.0",
"@shikijs/vitepress-twoslash": "^1.21.0",
"@aelita-dev/eslint-config": "3.11.2",
"@iconify/json": "^2.2.289",
"@nolebase/vitepress-plugin-enhanced-readabilities": "^2.12.0",
"@nolebase/vitepress-plugin-highlight-targeted-heading": "^2.12.0",
"@shikijs/vitepress-twoslash": "^1.24.4",
"@types/dom-view-transitions": "^1.0.5",
"@types/markdown-it": "^14.1.2",
"@types/node": "^20.16.10",
"@unocss/eslint-plugin": "^0.63.1",
"@unocss/preset-rem-to-px": "^0.63.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/eslint-plugin": "^1.1.4",
"@vue/language-server": "^2.1.6",
"bumpp": "^9.6.1",
"bundle-require": "^5.0.0",
"changelogithub": "^0.13.10",
"eslint": "^9.11.1",
"eslint-plugin-vue": "^9.28.0",
"@types/node": "^20.17.10",
"@unocss/eslint-plugin": "^0.65.3",
"@unocss/preset-rem-to-px": "^0.65.3",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/eslint-plugin": "^1.1.21",
"@vue/language-server": "2.1.10",
"bumpp": "^9.9.2",
"bundle-require": "^5.1.0",
"changelogithub": "^0.13.11",
"eslint": "^9.17.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import-x": "^4.6.1",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vuejs-accessibility": "^2.4.1",
"eslint-processor-vue-blocks": "^0.1.2",
"lint-staged": "^15.2.10",
"postcss-prefix-selector": "^1.16.1",
"lint-staged": "^15.3.0",
"postcss-prefix-selector": "^2.1.0",
"rehype-format": "^5.0.1",
"rehype-raw": "^7.0.0",
"rehype-stringify": "^10.0.1",
Expand All @@ -96,20 +98,20 @@
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.1",
"remark-stringify": "^11.0.0",
"sass": "^1.79.4",
"sass": "^1.83.0",
"simple-git-hooks": "^2.11.1",
"to-vfile": "^8.0.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"unbuild": "^3.0.0-rc.8",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"unbuild": "3.0.0-rc.11",
"unified": "^11.0.5",
"unocss": "^0.63.1",
"unocss": "^0.65.3",
"vfile": "^6.0.3",
"vitepress": "^1.3.4",
"vitepress-plugin-group-icons": "^1.2.4",
"vitest": "^2.1.1",
"vue": "^3.5.10",
"vue-tsc": "^2.1.6",
"zx": "^8.1.8"
"vitepress": "^1.5.0",
"vitepress-plugin-group-icons": "^1.3.2",
"vitest": "^2.1.8",
"vue": "^3.5.13",
"vue-tsc": "2.1.10",
"zx": "^8.3.0"
}
}

0 comments on commit 02d8535

Please sign in to comment.