Skip to content

Commit

Permalink
Merge pull request #63 from terwer/dev
Browse files Browse the repository at this point in the history
fix: 适配Jupyter插件
  • Loading branch information
terwer committed Sep 16, 2023
2 parents 785dd05 + 2ad0603 commit ffb2ca3
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 561 deletions.
14 changes: 7 additions & 7 deletions package.json
Expand Up @@ -6,7 +6,7 @@
"repository": "terwer/siyuan-plugin-custom-slug",
"homepage": "https://github.com/terwer/siyuan-plugin-custom-slug",
"author": "terwer",
"license": "GPL-3.0",
"license": "MIT",
"scripts": {
"serve": "vite",
"dev": "vite build --watch",
Expand All @@ -19,21 +19,21 @@
"package": "python scripts/package.py"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.0.3",
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@terwer/eslint-config-custom": "^1.2.0",
"@tsconfig/svelte": "^4.0.1",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.2.0",
"@types/node": "^20.2.5",
"fast-glob": "^3.2.12",
"glob": "^7.2.3",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"siyuan": "^0.7.1",
"siyuan": "^0.7.2",
"stylus": "^0.59.0",
"svelte": "^3.57.0",
"svelte": "^3.59.1",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"vite": "^4.3.7",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"vite-plugin-static-copy": "^0.15.0",
"vite-plugin-zip-pack": "^1.0.5"
}
Expand Down

0 comments on commit ffb2ca3

Please sign in to comment.