Skip to content

Commit

Permalink
fix: #21 支持所有平台
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Nov 3, 2023
1 parent 9bf2a61 commit d187f7a
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 436 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -19,22 +19,22 @@
"package": "python scripts/package.py"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.1",
"@terwer/eslint-config-custom": "^1.2.0",
"@sveltejs/vite-plugin-svelte": "^2.4.6",
"@terwer/eslint-config-custom": "^1.3.6",
"@tsconfig/svelte": "^4.0.1",
"@types/lodash.debounce": "^4.0.7",
"@types/node": "^20.2.5",
"fast-glob": "^3.2.12",
"@types/lodash.debounce": "^4.0.8",
"@types/node": "^20.8.10",
"fast-glob": "^3.3.1",
"glob": "^7.2.3",
"minimist": "^1.2.8",
"rollup-plugin-livereload": "^2.0.5",
"siyuan": "^0.7.2",
"siyuan": "^0.7.9",
"stylus": "^0.59.0",
"svelte": "^3.59.1",
"svelte": "^3.59.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"vite": "^4.3.9",
"typescript": "^5.2.2",
"vite": "^4.5.0",
"vite-plugin-static-copy": "^0.15.0",
"vite-plugin-zip-pack": "^1.0.5"
"vite-plugin-zip-pack": "^1.0.6"
}
}

0 comments on commit d187f7a

Please sign in to comment.